wjj fdb7fa67e1 feat:补充readme | hace 3 años | |
---|---|---|
config | hace 3 años | |
mock | hace 3 años | |
public | hace 3 años | |
src | hace 3 años | |
tests | hace 3 años | |
tool4deploy | hace 3 años | |
.editorconfig | hace 3 años | |
.eslintignore | hace 3 años | |
.eslintrc.js | hace 3 años | |
.gitignore | hace 3 años | |
.prettierignore | hace 3 años | |
.prettierrc.js | hace 3 años | |
.stylelintrc.js | hace 3 años | |
README.md | hace 3 años | |
jest.config.js | hace 3 años | |
jsconfig.json | hace 3 años | |
package.json | hace 3 años |
用于信创群智社区的众测平台,由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