Keine Beschreibung

wjx 32a6506f24 Merge branch 'shenwu' of http://git.zanxiangnet.com/wjx/qc-iaaSystem into wangjianxin vor 2 Wochen
config dacc62015d fix vor 1 Monat
mock 40fd431e4f first commit vor 1 Jahr
public debadc5dc9 fix vor 1 Jahr
src 32a6506f24 Merge branch 'shenwu' of http://git.zanxiangnet.com/wjx/qc-iaaSystem into wangjianxin vor 2 Wochen
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
node_modules.7z ccbdecfe34 fix vor 11 Monaten
package.json a2d721284b fix vor 11 Monaten
tsconfig.json e8367b6800 fix vor 9 Monaten

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