wqs-ui
v1.0.3
Published
ui 发布npm项目
Downloads
2
Readme
wqs-ui
An ui project base on Vue.js
Build Setup
Install
npm install wqs-ui -S
Quick Start
import Vue from 'vue'
import wqs from 'wqs-ui'
Vue.use(wqs)
// or
import {
Select,
Button
// ...
} from 'wqs-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.