0.1.1 • Published 3 years ago
kiui-design v0.1.1
Kiui Design System
How to use
Install the package
$ npm install --save @dekalabs/kiui-designImport the initial config on main.js
import { createKiuiDesign } from '@dekalabs/kiui-design'
createApp(App).use(createKiuiDesign()).mount('#app')If you use the Kiui styles, you should import the next line on main.js
import '@dekalabs/kiui-design/styles'How to develop with it
$ npm install
$ npm run devThis template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.