npm.io
1.0.2 • Published 5 years ago

wqs-chat-list

Licence
ISC
Version
1.0.2
Deps
0
Size
323 kB
Vulns
0
Weekly
0

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.