游戏数据系统

wjx 09cb0ed4c0 fix 1 yıl önce
config a92af83ac5 fix 2 yıl önce
mock a92af83ac5 fix 2 yıl önce
public a92af83ac5 fix 2 yıl önce
src 09cb0ed4c0 fix 1 yıl önce
tests a92af83ac5 fix 2 yıl önce
.editorconfig a92af83ac5 fix 2 yıl önce
.eslintignore a92af83ac5 fix 2 yıl önce
.eslintrc.js a92af83ac5 fix 2 yıl önce
.gitignore a92af83ac5 fix 2 yıl önce
.prettierignore a92af83ac5 fix 2 yıl önce
.prettierrc.js a92af83ac5 fix 2 yıl önce
.stylelintrc.js a92af83ac5 fix 2 yıl önce
README.md eb415ea072 first commit 2 yıl önce
dkjas a92af83ac5 fix 2 yıl önce
excludesfile a92af83ac5 fix 2 yıl önce
index.html a92af83ac5 fix 2 yıl önce
jest.config.js a92af83ac5 fix 2 yıl önce
jsconfig.json a92af83ac5 fix 2 yıl önce
package.json a92af83ac5 fix 2 yıl önce
tsconfig.json a92af83ac5 fix 2 yıl önce

README.md

趣程运营后台

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