游戏数据系统

wjx 9757ee614b fix il y a 1 an
config deded95ae8 fix il y a 1 an
mock a92af83ac5 fix il y a 2 ans
public b08b855b02 fix il y a 1 an
src 9757ee614b fix il y a 1 an
tests a92af83ac5 fix il y a 2 ans
.editorconfig a92af83ac5 fix il y a 2 ans
.eslintignore a92af83ac5 fix il y a 2 ans
.eslintrc.js a92af83ac5 fix il y a 2 ans
.gitignore 528474f8c9 fix il y a 1 an
.prettierignore a92af83ac5 fix il y a 2 ans
.prettierrc.js a92af83ac5 fix il y a 2 ans
.stylelintrc.js a92af83ac5 fix il y a 2 ans
README.md f2b8887652 fix il y a 1 an
dkjas a92af83ac5 fix il y a 2 ans
excludesfile a92af83ac5 fix il y a 2 ans
index.html a92af83ac5 fix il y a 2 ans
jest.config.js a92af83ac5 fix il y a 2 ans
jsconfig.json a92af83ac5 fix il y a 2 ans
package.json 01c49aed3e fix il y a 1 an
tsconfig.json ad02a50a41 fix il y a 1 an

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