Browse Source

feat:补充readme

wjj 3 years ago
parent
commit
fdb7fa67e1
2 changed files with 6 additions and 20 deletions
  1. 4 18
      README.md
  2. 2 2
      package.json

+ 4 - 18
README.md

@@ -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).

+ 2 - 2
package.json

@@ -1,8 +1,8 @@
 {
-  "name": "ant-design-pro",
+  "name": "crowd-sercive-frontend",
   "version": "4.5.0",
   "private": true,
-  "description": "An out-of-box UI solution for enterprise applications",
+  "description": "信创群智众测平台",
   "scripts": {
     "analyze": "cross-env ANALYZE=1 umi build",
     "build": "umi build",