Нема описа

wjx 61a9c533cb fix пре 1 година
config 61a9c533cb fix пре 1 година
mock 40fd431e4f first commit пре 1 година
public debadc5dc9 fix пре 1 година
src bfcbd95b83 fix пре 1 година
tests 40fd431e4f first commit пре 1 година
.editorconfig 40fd431e4f first commit пре 1 година
.eslintignore 40fd431e4f first commit пре 1 година
.eslintrc.js 40fd431e4f first commit пре 1 година
.gitignore 40fd431e4f first commit пре 1 година
.prettierignore 40fd431e4f first commit пре 1 година
.prettierrc.js 40fd431e4f first commit пре 1 година
.stylelintrc.js 40fd431e4f first commit пре 1 година
README.md 40fd431e4f first commit пре 1 година
dkjas 40fd431e4f first commit пре 1 година
excludesfile 40fd431e4f first commit пре 1 година
index.html 40fd431e4f first commit пре 1 година
jest.config.js 40fd431e4f first commit пре 1 година
jsconfig.json 40fd431e4f first commit пре 1 година
package.json d09d700a53 fix пре 1 година
tsconfig.json 40fd431e4f first commit пре 1 година

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