0.0.6 • Published 3 years ago
fx-vue v0.0.6
FX VUE3 h5 ui library
USAGE
at src/main.js
import { createApp } from 'vue';
import FxVue from 'fx-vue'
import App from './app.vue'
import "fx-vue/dist/index.css";
createApp(App).use(FxVue).mount('#app')
DEVELOPMENT
- create components in
src/lib-components
- declare exports in
src/lib-components/index.js
- create examples in
dev/components
- create routes in
dev/routes.js
- run command
npm run serve
, then you can preview it in a browser - to visit specific component, scroll down & navigate to it
COMMANDS
command | description |
---|---|
npm run serve | create a dev server and preview lib components |
npm run build | build package |