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组件
- Host: GitHub
- URL: https://github.com/pingzidev/antd-vue-easy-components
- Owner: PingziDev
- Created: 2020-06-17T02:10:17.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-13T02:24:14.000Z (over 3 years ago)
- Last Synced: 2025-08-01T01:24:16.554Z (10 months ago)
- Language: Vue
- Size: 3.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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