1.0.1 • Published 11 months ago

@chabok/ui v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Chabok UI toolkit (C-UIKit)

npm.io

npm.io 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

then

npm run dev 
'#or'
yarn dev

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

Quick Start

import Vue from 'vue';
import { CButton } from 'c-uikit';
import App from './App.vue';

Vue.use(CButton)

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:serve 
'#or'
yarn docs:serve

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

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

Build

npm run build 
'#or'
yarn build

License

MIT

1.0.1

11 months ago

1.0.0

12 months ago

2.0.0

12 months ago

0.16.3

2 years ago

0.16.2

2 years ago

0.16.1

2 years ago

0.16.0

2 years ago

0.14.0

2 years ago

0.13.4

2 years ago

0.13.3

2 years ago