游戏数据系统

wjx 5ff94e4126 fix il y a 1 an
config a92af83ac5 fix il y a 2 ans
mock a92af83ac5 fix il y a 2 ans
public a92af83ac5 fix il y a 2 ans
src 5ff94e4126 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 a92af83ac5 fix il y a 2 ans
.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 eb415ea072 first commit il y a 2 ans
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 a92af83ac5 fix il y a 2 ans
tsconfig.json a92af83ac5 fix il y a 2 ans

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