baicha 082232be19 Merge branch 'timi-dev-test' into 'timi-dev-0.4.0' | há 3 anos atrás | |
---|---|---|
.vscode | há 3 anos atrás | |
config | há 3 anos atrás | |
mock | há 4 anos atrás | |
public | há 4 anos atrás | |
src | há 3 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á 3 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-puppeteer.config.js | há 4 anos atrás | |
jest.config.js | há 4 anos atrás | |
jsconfig.json | há 4 anos atrás | |
package.json | há 3 anos atrás | |
tsconfig.json | há 3 anos atrás |
This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn
Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json
. It's safe to modify or add additional script:
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
You can view full document on our official website. And welcome any feedback in our github.