https://github.com/fifsky/antd-pro
ant design pro template
https://github.com/fifsky/antd-pro
Last synced: 30 days ago
JSON representation
ant design pro template
- Host: GitHub
- URL: https://github.com/fifsky/antd-pro
- Owner: fifsky
- Created: 2021-01-15T12:48:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T04:59:04.000Z (over 5 years ago)
- Last Synced: 2025-03-02T01:45:26.423Z (over 1 year ago)
- Language: TypeScript
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ant Design Pro Template
这是一个基于ant design pro v5修改的模板,调整了一些接口的调用方式,屏蔽了一些不必要的细节,更专注功能开发
## Environment Prepare
Install `node_modules`:
```bash
npm install
```
or
```bash
yarn
```
## Provided Scripts
Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in `package.json`. It's safe to modify or add additional script:
### Start project
```bash
npm start
```
### Build project
```bash
npm run build
```
### Check code style
```bash
npm run lint
```
You can also use script to auto fix some lint error:
```bash
npm run lint:fix
```
### Test code
```bash
npm test
```
## More
You can view full document on our [official website](https://pro.ant.design). And welcome any feedback in our [github](https://github.com/ant-design/ant-design-pro).