0.1.6 • Published 6 years ago
frag-ui v0.1.6
frag-ui
Project install
npm install frag-uiHow to use it
examples:
import and register:
import fgCard from 'frag-ui' or
import fgTab from 'frag-ui'
Vue.use(fgCard) or
Vue.use(fgTab)
and use:
<fg-card></fg-card> or
<fg-tab></fg-tab>Compiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lint