Sin descripción

wjx e8367b6800 fix hace 9 meses
config e8367b6800 fix hace 9 meses
mock 40fd431e4f first commit hace 1 año
public debadc5dc9 fix hace 1 año
src e8367b6800 fix hace 9 meses
tests 40fd431e4f first commit hace 1 año
.editorconfig 40fd431e4f first commit hace 1 año
.eslintignore 40fd431e4f first commit hace 1 año
.eslintrc.js 40fd431e4f first commit hace 1 año
.gitignore 40fd431e4f first commit hace 1 año
.prettierignore 40fd431e4f first commit hace 1 año
.prettierrc.js 40fd431e4f first commit hace 1 año
.stylelintrc.js 40fd431e4f first commit hace 1 año
README.md 40fd431e4f first commit hace 1 año
dkjas 40fd431e4f first commit hace 1 año
excludesfile 40fd431e4f first commit hace 1 año
index.html 40fd431e4f first commit hace 1 año
jest.config.js 40fd431e4f first commit hace 1 año
jsconfig.json 40fd431e4f first commit hace 1 año
node_modules.7z ccbdecfe34 fix hace 11 meses
package.json a2d721284b fix hace 11 meses
tsconfig.json e8367b6800 fix hace 9 meses

README.md

趣程运营后台

Bucket

game-data-web-online

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test