UNPKG

yond-ui

Version:

## Project setup ``` npm install ```

47 lines (37 loc) 757 B
# yond-ui ## Install ```shell npm install yond-ui --save ``` ## Quick Start ``` javascript import Vue from 'vue' import YondUI from 'yond-ui' import 'yond-ui/lib/yond-ui.css' Vue.use(YondUI) // or import { Button // ... } from 'yond-ui' Vue.component(Button.name, Button) ``` For more information, please refer to [Quick Start](http://marktest.zhlyjg.cn/yond-ui/index.html) in our documentation. ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).