Keine Beschreibung

wjx 61a9c533cb fix vor 1 Jahr
config 61a9c533cb fix vor 1 Jahr
mock 40fd431e4f first commit vor 1 Jahr
public debadc5dc9 fix vor 1 Jahr
src bfcbd95b83 fix vor 1 Jahr
tests 40fd431e4f first commit vor 1 Jahr
.editorconfig 40fd431e4f first commit vor 1 Jahr
.eslintignore 40fd431e4f first commit vor 1 Jahr
.eslintrc.js 40fd431e4f first commit vor 1 Jahr
.gitignore 40fd431e4f first commit vor 1 Jahr
.prettierignore 40fd431e4f first commit vor 1 Jahr
.prettierrc.js 40fd431e4f first commit vor 1 Jahr
.stylelintrc.js 40fd431e4f first commit vor 1 Jahr
README.md 40fd431e4f first commit vor 1 Jahr
dkjas 40fd431e4f first commit vor 1 Jahr
excludesfile 40fd431e4f first commit vor 1 Jahr
index.html 40fd431e4f first commit vor 1 Jahr
jest.config.js 40fd431e4f first commit vor 1 Jahr
jsconfig.json 40fd431e4f first commit vor 1 Jahr
package.json d09d700a53 fix vor 1 Jahr
tsconfig.json 40fd431e4f first commit vor 1 Jahr

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