1

戴艳蓉 93c9dcff73 Merge branch 'dev' into sit il y a 3 ans
build 6fea4e8e83 首次保存 il y a 3 ans
dist 4bb572dca5 取消时间区间不能选当天 il y a 3 ans
public 6fea4e8e83 首次保存 il y a 3 ans
scripts 6fea4e8e83 首次保存 il y a 3 ans
src 0fcd6c2ee5 部署 il y a 3 ans
tests 6fea4e8e83 首次保存 il y a 3 ans
.editorconfig 6fea4e8e83 首次保存 il y a 3 ans
.env.development 6fea4e8e83 首次保存 il y a 3 ans
.env.production 6fea4e8e83 首次保存 il y a 3 ans
.env.staging 6fea4e8e83 首次保存 il y a 3 ans
.eslintignore 6fea4e8e83 首次保存 il y a 3 ans
.eslintrc.js 6fea4e8e83 首次保存 il y a 3 ans
.gitignore 6fea4e8e83 首次保存 il y a 3 ans
.travis.yml 6fea4e8e83 首次保存 il y a 3 ans
README.md 6fea4e8e83 首次保存 il y a 3 ans
babel.config.js 6fea4e8e83 首次保存 il y a 3 ans
jest.config.js 6fea4e8e83 首次保存 il y a 3 ans
jsconfig.json 6fea4e8e83 首次保存 il y a 3 ans
package.json 61d7a46a4d 删除不要的包 il y a 3 ans
plopfile.js 6fea4e8e83 首次保存 il y a 3 ans
postcss.config.js 6fea4e8e83 首次保存 il y a 3 ans
vue.config.js 6fea4e8e83 首次保存 il y a 3 ans

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 ```