WuJiXiong 40526633c6 角色一套 | преди 4 години | |
---|---|---|
config | преди 4 години | |
mock | преди 4 години | |
public | преди 4 години | |
src | преди 4 години | |
tests | преди 4 години | |
.editorconfig | преди 4 години | |
.eslintignore | преди 4 години | |
.eslintrc.js | преди 4 години | |
.gitignore | преди 4 години | |
.prettierignore | преди 4 години | |
.prettierrc.js | преди 4 години | |
.stylelintrc.js | преди 4 години | |
README.md | преди 4 години | |
jest.config.js | преди 4 години | |
jsconfig.json | преди 4 години | |
package.json | преди 4 години | |
tsconfig.json | преди 4 години |
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.