0.0.31 • Published 2 years ago

@saviway/ui v0.0.31

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Saviway UI toolkit

npm.io

Getting started

this toolkit developed with Vuejs3 + Typescript and build by Vite.

If you are building Custom Web Applications, be sure to use our UI-toolkit.

Install

Use the node package manager npm or yarn to install.

npm install 
'#or'
yarn install

Quick Start

import Vue from 'vue';
import { SButton } from "@saviway/ui";
import App from './App.vue';

Vue.use(SButton)

new Vue({
  el: '#app',
  render: h => h(App)
});

Documentation

documentation based on docsify for markdown and vue-docgen-cli for serve docs.

npm run docs:generate 
'#or'
yarn docs:generate

then build package library with

npm run build 
'#or'
yarn build

for serve in localhost

npm run docs:serve 
'#or'
yarn docs:serve

now check http://localhost:3000/ if port:3000 reserved so check new port on your terminal

if you want generate only markdowns run this command : npm run docs:generate

for build mode

npm run docs:build 
'#or'
yarn docs:build

now check /docdist in root directory

Playground

if you want test code and see changes

npm run play
'#or'
yarn play

now check http://localhost:3000/ if port:3000 reserved so check new port on your terminal

Build

npm run build 
'#or'
yarn build

License

MIT

0.0.31

2 years ago

0.0.30

2 years ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago