游戏数据系统

wjx c4a0122e44 fix 1 månad sedan
config 3498452d65 fix 1 månad sedan
mock a92af83ac5 fix 2 år sedan
public b08b855b02 fix 1 år sedan
src c4a0122e44 fix 1 månad sedan
tests a92af83ac5 fix 2 år sedan
.editorconfig a92af83ac5 fix 2 år sedan
.eslintignore a92af83ac5 fix 2 år sedan
.eslintrc.js a92af83ac5 fix 2 år sedan
.gitignore 528474f8c9 fix 1 år sedan
.prettierignore a92af83ac5 fix 2 år sedan
.prettierrc.js a92af83ac5 fix 2 år sedan
.stylelintrc.js a92af83ac5 fix 2 år sedan
README.md f2b8887652 fix 1 år sedan
dkjas a92af83ac5 fix 2 år sedan
excludesfile a92af83ac5 fix 2 år sedan
index.html a92af83ac5 fix 2 år sedan
jest.config.js a92af83ac5 fix 2 år sedan
jsconfig.json a92af83ac5 fix 2 år sedan
package.json 468f6e9ec0 fix 1 år sedan
tsconfig.json eb2538bc9b fix 4 månader sedan

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