游戏数据系统

wjx d43921c21e fix hace 10 meses
config 6341a9e3b8 fix hace 1 año
mock a92af83ac5 fix hace 2 años
public b08b855b02 fix hace 1 año
src d43921c21e fix hace 10 meses
tests a92af83ac5 fix hace 2 años
.editorconfig a92af83ac5 fix hace 2 años
.eslintignore a92af83ac5 fix hace 2 años
.eslintrc.js a92af83ac5 fix hace 2 años
.gitignore 528474f8c9 fix hace 1 año
.prettierignore a92af83ac5 fix hace 2 años
.prettierrc.js a92af83ac5 fix hace 2 años
.stylelintrc.js a92af83ac5 fix hace 2 años
README.md f2b8887652 fix hace 1 año
dkjas a92af83ac5 fix hace 2 años
excludesfile a92af83ac5 fix hace 2 años
index.html a92af83ac5 fix hace 2 años
jest.config.js a92af83ac5 fix hace 2 años
jsconfig.json a92af83ac5 fix hace 2 años
package.json 468f6e9ec0 fix hace 1 año
tsconfig.json ad02a50a41 fix hace 1 año

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