0.0.6 • Published 3 years ago

fx-vue v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

commanddescription
npm run servecreate a dev server and preview lib components
npm run buildbuild package
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago