1

戴艳蓉 501256c993 Merge branch 'sit' of daiyanrong/accout-ui into master 3 vuotta sitten
build 6fea4e8e83 首次保存 3 vuotta sitten
dist 4bb572dca5 取消时间区间不能选当天 3 vuotta sitten
public 6fea4e8e83 首次保存 3 vuotta sitten
scripts 6fea4e8e83 首次保存 3 vuotta sitten
src 175a027ec5 取消不能选择当天时间区间限制 3 vuotta sitten
tests 6fea4e8e83 首次保存 3 vuotta sitten
.editorconfig 6fea4e8e83 首次保存 3 vuotta sitten
.env.development 6fea4e8e83 首次保存 3 vuotta sitten
.env.production 6fea4e8e83 首次保存 3 vuotta sitten
.env.staging 6fea4e8e83 首次保存 3 vuotta sitten
.eslintignore 6fea4e8e83 首次保存 3 vuotta sitten
.eslintrc.js 6fea4e8e83 首次保存 3 vuotta sitten
.gitignore 6fea4e8e83 首次保存 3 vuotta sitten
.travis.yml 6fea4e8e83 首次保存 3 vuotta sitten
README.md 6fea4e8e83 首次保存 3 vuotta sitten
babel.config.js 6fea4e8e83 首次保存 3 vuotta sitten
jest.config.js 6fea4e8e83 首次保存 3 vuotta sitten
jsconfig.json 6fea4e8e83 首次保存 3 vuotta sitten
package.json 61d7a46a4d 删除不要的包 3 vuotta sitten
plopfile.js 6fea4e8e83 首次保存 3 vuotta sitten
postcss.config.js 6fea4e8e83 首次保存 3 vuotta sitten
vue.config.js 6fea4e8e83 首次保存 3 vuotta sitten

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