Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caohuilin/ant-demo
https://github.com/caohuilin/ant-demo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caohuilin/ant-demo
- Owner: caohuilin
- Created: 2016-08-29T06:04:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T06:07:59.000Z (about 8 years ago)
- Last Synced: 2024-10-04T08:21:15.676Z (about 1 month ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antd-demo
## Environment
```
node >= 4
```## Code Style
https://github.com/airbnb/javascript
## Develop
```
npm run dev
```访问 http://127.0.0.1:8989
## Build
```
npm run build
```