|
il y a 5 mois | |
---|---|---|
.husky | il y a 8 mois | |
config | il y a 6 mois | |
mock | il y a 8 mois | |
public | il y a 7 mois | |
src | il y a 5 mois | |
tests | il y a 8 mois | |
types | il y a 8 mois | |
.editorconfig | il y a 8 mois | |
.eslintignore | il y a 8 mois | |
.eslintrc.js | il y a 8 mois | |
.gitignore | il y a 8 mois | |
.prettierignore | il y a 8 mois | |
.prettierrc.js | il y a 8 mois | |
README.md | il y a 8 mois | |
jest.config.ts | il y a 8 mois | |
jsconfig.json | il y a 7 mois | |
package.json | il y a 5 mois | |
pnpm-lock.yaml | il y a 8 mois | |
tsconfig.json | il y a 7 mois |
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.