1.0.3 • Published 6 years ago

wqs-ui v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago