An open API service indexing awesome lists of open source software.

https://github.com/pingzidev/antd-vue-easy-components

简单、简洁、高效的antd-vue组件
https://github.com/pingzidev/antd-vue-easy-components

Last synced: 4 months ago
JSON representation

简单、简洁、高效的antd-vue组件

Awesome Lists containing this project

README

          

# antd-vue-easy-components

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

// import from local
// import Avec from '../../packages'
// import from node_modules
// for local development and test:
// 1. run 'yarn link' in root
// 2. run 'yarn link antd-vue-easy-components' where you want to use this package