No Description

wjx 44afb9ba2a fix 2 weeks ago
config dacc62015d fix 1 month ago
mock 40fd431e4f first commit 1 year ago
public debadc5dc9 fix 1 year ago
src 44afb9ba2a fix 2 weeks ago
tests 40fd431e4f first commit 1 year ago
.editorconfig 40fd431e4f first commit 1 year ago
.eslintignore 40fd431e4f first commit 1 year ago
.eslintrc.js 40fd431e4f first commit 1 year ago
.gitignore 40fd431e4f first commit 1 year ago
.prettierignore 40fd431e4f first commit 1 year ago
.prettierrc.js 40fd431e4f first commit 1 year ago
.stylelintrc.js 40fd431e4f first commit 1 year ago
README.md 40fd431e4f first commit 1 year ago
dkjas 40fd431e4f first commit 1 year ago
excludesfile 40fd431e4f first commit 1 year ago
index.html 40fd431e4f first commit 1 year ago
jest.config.js 40fd431e4f first commit 1 year ago
jsconfig.json 40fd431e4f first commit 1 year ago
node_modules.7z ccbdecfe34 fix 11 months ago
package.json a2d721284b fix 11 months ago
tsconfig.json e8367b6800 fix 9 months ago

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