游戏数据系统

wjx 262381babe fix il y a 1 mois
config 3498452d65 fix il y a 1 mois
mock a92af83ac5 fix il y a 2 ans
public b08b855b02 fix il y a 1 an
src 262381babe fix il y a 1 mois
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 468f6e9ec0 fix il y a 1 an
tsconfig.json eb2538bc9b fix il y a 4 mois

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