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