A Vue3 UI component library
npm install vuetom-uiA Vue3 UI library
install
```
npm i vuetom-ui
use(es)
``
import VuetomUI from 'vuetom-ui'
import 'vuetom-ui/dist/vuetom-ui.css'
use(borwser)
`html
const app = Vue.createApp(App);
app.use(VuetomUI);
app.mount("#app");
`
1. Install all packages
`bash
npm i
# npm install [for npm]
`
2. Generate build files for deployment
`bash
npm run build
# npm run b [for development build]
# npm run build:umd [for umd]
# npm run build:esm [for es]
# npm run build:theme [for themes]
`
3. Run document server
`bash`
npm run docs
- dist
- docs
- src
- components
- utils
- index.ts
- test
- types
| VuetomUI Version | Info |
| - | :- |
0.1.0 | Button Row Col |
0.2.0 | Table Message |
- ~~Nodj.js (require)~~
- ES6 (import)
- Browser (