|
@@ -1,8 +1,7 @@
|
|
|
-# Ant Design Pro
|
|
|
+# 信创群智众测系统
|
|
|
|
|
|
-This project is initialized with [Ant Design Pro](https://pro.ant.design). Follow is the quick guide for how to use.
|
|
|
-
|
|
|
-## Environment Prepare
|
|
|
+用于信创群智社区的众测平台,由react重构了原先的angular版本。功能待完善。
|
|
|
+## 环境安装
|
|
|
|
|
|
Install `node_modules`:
|
|
|
|
|
@@ -16,11 +15,8 @@ or
|
|
|
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
|
|
|
|
|
@@ -45,13 +41,3 @@ 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).
|