|
6 ヶ月 前 | |
---|---|---|
.husky | 8 ヶ月 前 | |
config | 6 ヶ月 前 | |
mock | 8 ヶ月 前 | |
public | 7 ヶ月 前 | |
src | 6 ヶ月 前 | |
tests | 8 ヶ月 前 | |
types | 8 ヶ月 前 | |
.editorconfig | 8 ヶ月 前 | |
.eslintignore | 8 ヶ月 前 | |
.eslintrc.js | 8 ヶ月 前 | |
.gitignore | 8 ヶ月 前 | |
.prettierignore | 8 ヶ月 前 | |
.prettierrc.js | 8 ヶ月 前 | |
README.md | 8 ヶ月 前 | |
jest.config.ts | 8 ヶ月 前 | |
jsconfig.json | 6 ヶ月 前 | |
package.json | 6 ヶ月 前 | |
pnpm-lock.yaml | 8 ヶ月 前 | |
tsconfig.json | 6 ヶ月 前 |
This project is initialized with 分销商平台. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn
分销商平台 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.