1

戴艳蓉 27d5255c97 prod build 3 éve
build 6fea4e8e83 首次保存 3 éve
dist 27d5255c97 prod build 3 éve
public 6fea4e8e83 首次保存 3 éve
scripts fb7e9ff814 修改 3 éve
src d4f37f9702 添加 lodding 3 éve
tests 6fea4e8e83 首次保存 3 éve
.editorconfig 6fea4e8e83 首次保存 3 éve
.env.development 26b8f31696 准备部署 3 éve
.env.production 26b8f31696 准备部署 3 éve
.env.staging 26b8f31696 准备部署 3 éve
.eslintignore 6fea4e8e83 首次保存 3 éve
.eslintrc.js 6fea4e8e83 首次保存 3 éve
.gitignore 6fea4e8e83 首次保存 3 éve
.travis.yml 6fea4e8e83 首次保存 3 éve
README.md 6fea4e8e83 首次保存 3 éve
babel.config.js 6fea4e8e83 首次保存 3 éve
jest.config.js 6fea4e8e83 首次保存 3 éve
jsconfig.json 6fea4e8e83 首次保存 3 éve
package.json 61d7a46a4d 删除不要的包 3 éve
plopfile.js 6fea4e8e83 首次保存 3 éve
postcss.config.js 6fea4e8e83 首次保存 3 éve
vue.config.js 6fea4e8e83 首次保存 3 éve

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