健康管理系统 运营端

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

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