WuJiXiong 40526633c6 角色一套 | 4 years ago | |
---|---|---|
config | 4 years ago | |
mock | 4 years ago | |
public | 4 years ago | |
src | 4 years ago | |
tests | 4 years ago | |
.editorconfig | 4 years ago | |
.eslintignore | 4 years ago | |
.eslintrc.js | 4 years ago | |
.gitignore | 4 years ago | |
.prettierignore | 4 years ago | |
.prettierrc.js | 4 years ago | |
.stylelintrc.js | 4 years ago | |
README.md | 4 years ago | |
jest.config.js | 4 years ago | |
jsconfig.json | 4 years ago | |
package.json | 4 years ago | |
tsconfig.json | 4 years ago |
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.