y2-ui
Version:
## Project setup ``` npm install ```
46 lines (36 loc) • 709 B
Markdown
# y2-ui
## Install
```shell
npm install y2-ui --save
```
## Quick Start
``` javascript
import Vue from 'vue'
import Y2UI from 'y2-ui'
Vue.use(Y2UI)
// or
import {
Button
// ...
} from 'y2-ui'
Vue.component(Button.name, Button)
```
For more information, please refer to [Quick Start](http://marktest.zhlyjg.cn/y2-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/).