@gloriajun/gvu
v0.1.15
Published
UI components for Vue.js based on Bootstrap
Downloads
202
Readme
glria-vuejs-ui
UI components for Vue.js based on Bootstrap
Install
yarn add @gloriajun/gvu
// or
npm install @gloriajun/gvuUse
// main.js
import VuComponent from '@gloriajun/gvu';
import 'vu-component/dist/style/vu-component.min.css';
Vue.use(VuComponent);Project setup
yarn installCompiles and hot-reloads for development
yarn run serveCompiles and minifies for production
yarn run buildLints and fixes files
yarn run lintRun your unit tests
yarn run test:unit