|
hace 3 años | |
---|---|---|
config | hace 3 años | |
mock | hace 3 años | |
public | hace 4 años | |
src | hace 3 años | |
tests | hace 4 años | |
.editorconfig | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc.js | hace 4 años | |
.gitignore | hace 4 años | |
.prettierignore | hace 4 años | |
.prettierrc.js | hace 4 años | |
.stylelintrc.js | hace 4 años | |
README.md | hace 4 años | |
jest.config.js | hace 4 años | |
jsconfig.json | hace 4 años | |
package.json | hace 4 años |
基于 Ant Design Pro.
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
npm test