|
|
há 4 anos atrás | |
|---|---|---|
| config | há 4 anos atrás | |
| mock | há 4 anos atrás | |
| public | há 4 anos atrás | |
| src | há 4 anos atrás | |
| tests | há 4 anos atrás | |
| .editorconfig | há 4 anos atrás | |
| .eslintignore | há 4 anos atrás | |
| .eslintrc.js | há 4 anos atrás | |
| .gitignore | há 4 anos atrás | |
| .prettierignore | há 4 anos atrás | |
| .prettierrc.js | há 4 anos atrás | |
| .stylelintrc.js | há 4 anos atrás | |
| README.md | há 4 anos atrás | |
| jest.config.js | há 4 anos atrás | |
| jsconfig.json | há 4 anos atrás | |
| package.json | há 4 anos atrás |
基于 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