健康管理系统 运营端

戴艳蓉 37aeaf0559 首次提交 3 years ago
build 37aeaf0559 首次提交 3 years ago
mock 37aeaf0559 首次提交 3 years ago
public 37aeaf0559 首次提交 3 years ago
src 37aeaf0559 首次提交 3 years ago
tests 37aeaf0559 首次提交 3 years ago
.editorconfig 37aeaf0559 首次提交 3 years ago
.env.development 37aeaf0559 首次提交 3 years ago
.env.production 37aeaf0559 首次提交 3 years ago
.env.staging 37aeaf0559 首次提交 3 years ago
.eslintignore 37aeaf0559 首次提交 3 years ago
.eslintrc.js 37aeaf0559 首次提交 3 years ago
.gitignore 37aeaf0559 首次提交 3 years ago
.travis.yml 37aeaf0559 首次提交 3 years ago
LICENSE 37aeaf0559 首次提交 3 years ago
README.md 37aeaf0559 首次提交 3 years ago
babel.config.js 37aeaf0559 首次提交 3 years ago
jest.config.js 37aeaf0559 首次提交 3 years ago
jsconfig.json 37aeaf0559 首次提交 3 years ago
package.json 37aeaf0559 首次提交 3 years ago
postcss.config.js 37aeaf0559 首次提交 3 years ago
vue.config.js 37aeaf0559 首次提交 3 years ago

README.md

tk-jz-pc-ui


# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9528

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix