|
3 éve | |
---|---|---|
config | 3 éve | |
mock | 3 éve | |
public | 4 éve | |
src | 3 éve | |
tests | 4 éve | |
.editorconfig | 4 éve | |
.eslintignore | 4 éve | |
.eslintrc.js | 4 éve | |
.gitignore | 4 éve | |
.prettierignore | 4 éve | |
.prettierrc.js | 4 éve | |
.stylelintrc.js | 4 éve | |
README.md | 4 éve | |
jest.config.js | 4 éve | |
jsconfig.json | 4 éve | |
package.json | 4 éve |
基于 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