|
|
il y a 4 ans | |
|---|---|---|
| config | il y a 4 ans | |
| mock | il y a 4 ans | |
| public | il y a 4 ans | |
| src | il y a 4 ans | |
| tests | il y a 4 ans | |
| tool4deploy | il y a 4 ans | |
| .editorconfig | il y a 4 ans | |
| .eslintignore | il y a 4 ans | |
| .eslintrc.js | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| .prettierignore | il y a 4 ans | |
| .prettierrc.js | il y a 4 ans | |
| .stylelintrc.js | il y a 4 ans | |
| README.md | il y a 4 ans | |
| jest.config.js | il y a 4 ans | |
| jsconfig.json | il y a 4 ans | |
| package.json | il y a 4 ans |
用于信创群智社区的众测平台,由react重构了原先的angular版本。功能待完善。
Install node_modules:
npm install
or
yarn
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix