健康管理系统 运营端

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

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