1.0.2 • Published 4 years ago

wqs-chat-list v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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.

1.0.2

4 years ago

1.0.11

4 years ago

1.0.12

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago