0.1.6 • Published 5 years ago

frag-ui v0.1.6

Weekly downloads
18
License
-
Repository
-
Last release
5 years ago

frag-ui

Project install

npm install frag-ui

How 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 serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago