1

戴艳蓉 d91600b68a 报表时间筛选修改 3 yıl önce
build 6fea4e8e83 首次保存 3 yıl önce
dist d91600b68a 报表时间筛选修改 3 yıl önce
public 6fea4e8e83 首次保存 3 yıl önce
scripts 6fea4e8e83 首次保存 3 yıl önce
src 0fcd6c2ee5 部署 3 yıl önce
tests 6fea4e8e83 首次保存 3 yıl önce
.editorconfig 6fea4e8e83 首次保存 3 yıl önce
.env.development 6fea4e8e83 首次保存 3 yıl önce
.env.production 6fea4e8e83 首次保存 3 yıl önce
.env.staging 6fea4e8e83 首次保存 3 yıl önce
.eslintignore 6fea4e8e83 首次保存 3 yıl önce
.eslintrc.js 6fea4e8e83 首次保存 3 yıl önce
.gitignore 6fea4e8e83 首次保存 3 yıl önce
.travis.yml 6fea4e8e83 首次保存 3 yıl önce
README.md 6fea4e8e83 首次保存 3 yıl önce
babel.config.js 6fea4e8e83 首次保存 3 yıl önce
jest.config.js 6fea4e8e83 首次保存 3 yıl önce
jsconfig.json 6fea4e8e83 首次保存 3 yıl önce
package.json 61d7a46a4d 删除不要的包 3 yıl önce
plopfile.js 6fea4e8e83 首次保存 3 yıl önce
postcss.config.js 6fea4e8e83 首次保存 3 yıl önce
vue.config.js 6fea4e8e83 首次保存 3 yıl önce

README.md

install dependency

npm install

develop

npm run dev


This will automatically open http://localhost:8080

## Build

bash

build for test environment

npm run build:stage

build for production environment

npm run build:prod ```