wqs-ui

ui 发布npm项目

Usage no npm install needed!

<script type="module">
  import wqsUi from 'https://cdn.skypack.dev/wqs-ui';
</script>

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.