wuji 5cb40d6069 Merge branch 'timi-dev-0.3.0' into 'master' | 2 gadi atpakaļ | |
---|---|---|
.vscode | 2 gadi atpakaļ | |
config | 3 gadi atpakaļ | |
mock | 4 gadi atpakaļ | |
public | 4 gadi atpakaļ | |
src | 2 gadi atpakaļ | |
tests | 4 gadi atpakaļ | |
.editorconfig | 4 gadi atpakaļ | |
.eslintignore | 4 gadi atpakaļ | |
.eslintrc.js | 4 gadi atpakaļ | |
.gitignore | 3 gadi atpakaļ | |
.prettierignore | 4 gadi atpakaļ | |
.prettierrc.js | 4 gadi atpakaļ | |
.stylelintrc.js | 4 gadi atpakaļ | |
README.md | 4 gadi atpakaļ | |
jest-puppeteer.config.js | 4 gadi atpakaļ | |
jest.config.js | 4 gadi atpakaļ | |
jsconfig.json | 4 gadi atpakaļ | |
package.json | 4 gadi atpakaļ |
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.