wqs-chat-list
v1.0.2
Published
> An ui project base on Vue.js
Downloads
2
Readme
wqs-ui
An ui project base on Vue.js
Build Setup
Install
npm install @scrm/scrm-ui -S
Quick Start
import Vue from 'vue'
import scrmUi from '@scrm/scrm-ui'
Vue.use(scrmUi)
// or
import {
Select,
Button
// ...
} from '@scrm/scrm-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.