1

戴艳蓉 8dc906da1e Merge branch 'dev' il y a 3 ans
build 6fea4e8e83 首次保存 il y a 3 ans
dist 8dc906da1e Merge branch 'dev' il y a 3 ans
public 6fea4e8e83 首次保存 il y a 3 ans
scripts 6fea4e8e83 首次保存 il y a 3 ans
src 7f9e3bd79e 修改下载时间 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 6fea4e8e83 首次保存 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 ```