1

戴艳蓉 8dc906da1e Merge branch 'dev' пре 3 година
build 6fea4e8e83 首次保存 пре 3 година
dist 8dc906da1e Merge branch 'dev' пре 3 година
public 6fea4e8e83 首次保存 пре 3 година
scripts 6fea4e8e83 首次保存 пре 3 година
src 7f9e3bd79e 修改下载时间 пре 3 година
tests 6fea4e8e83 首次保存 пре 3 година
.editorconfig 6fea4e8e83 首次保存 пре 3 година
.env.development 6fea4e8e83 首次保存 пре 3 година
.env.production 6fea4e8e83 首次保存 пре 3 година
.env.staging 6fea4e8e83 首次保存 пре 3 година
.eslintignore 6fea4e8e83 首次保存 пре 3 година
.eslintrc.js 6fea4e8e83 首次保存 пре 3 година
.gitignore 6fea4e8e83 首次保存 пре 3 година
.travis.yml 6fea4e8e83 首次保存 пре 3 година
README.md 6fea4e8e83 首次保存 пре 3 година
babel.config.js 6fea4e8e83 首次保存 пре 3 година
jest.config.js 6fea4e8e83 首次保存 пре 3 година
jsconfig.json 6fea4e8e83 首次保存 пре 3 година
package.json 6fea4e8e83 首次保存 пре 3 година
plopfile.js 6fea4e8e83 首次保存 пре 3 година
postcss.config.js 6fea4e8e83 首次保存 пре 3 година
vue.config.js 6fea4e8e83 首次保存 пре 3 година

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