游戏数据系统

wjx 262381babe fix há 1 mês atrás
config 3498452d65 fix há 1 mês atrás
mock a92af83ac5 fix há 2 anos atrás
public b08b855b02 fix há 1 ano atrás
src 262381babe fix há 1 mês atrás
tests a92af83ac5 fix há 2 anos atrás
.editorconfig a92af83ac5 fix há 2 anos atrás
.eslintignore a92af83ac5 fix há 2 anos atrás
.eslintrc.js a92af83ac5 fix há 2 anos atrás
.gitignore 528474f8c9 fix há 1 ano atrás
.prettierignore a92af83ac5 fix há 2 anos atrás
.prettierrc.js a92af83ac5 fix há 2 anos atrás
.stylelintrc.js a92af83ac5 fix há 2 anos atrás
README.md f2b8887652 fix há 1 ano atrás
dkjas a92af83ac5 fix há 2 anos atrás
excludesfile a92af83ac5 fix há 2 anos atrás
index.html a92af83ac5 fix há 2 anos atrás
jest.config.js a92af83ac5 fix há 2 anos atrás
jsconfig.json a92af83ac5 fix há 2 anos atrás
package.json 468f6e9ec0 fix há 1 ano atrás
tsconfig.json eb2538bc9b fix há 4 meses atrás

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