Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wklili/ant-design-template
Admin Template based on Ant Design of Vue
https://github.com/wklili/ant-design-template
ant-design vue
Last synced: 23 days ago
JSON representation
Admin Template based on Ant Design of Vue
- Host: GitHub
- URL: https://github.com/wklili/ant-design-template
- Owner: WKlili
- Created: 2019-01-10T16:31:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T14:50:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T03:00:27.783Z (about 1 month ago)
- Topics: ant-design, vue
- Language: Vue
- Size: 5.63 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ant Design Admin Template
demo: https://wklili.github.io/ant-design-template
docs: https://wklili.github.io/ant-design-template/docs
```
仅提供样式模版,需遵守路由规则
```## ant-vue-cli
- 全局安装:npm install ant-vue-cli -g- 打开命令行在你需要安装的目录执行ant-cli
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```