1

xiaodai2022 2f22ac1c03 修改页面布局 %!s(int64=2) %!d(string=hai) anos
build 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
dist 2f22ac1c03 修改页面布局 %!s(int64=2) %!d(string=hai) anos
public 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
scripts fb7e9ff814 修改 %!s(int64=3) %!d(string=hai) anos
src 2f22ac1c03 修改页面布局 %!s(int64=2) %!d(string=hai) anos
tests 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
.editorconfig 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
.env.development 26b8f31696 准备部署 %!s(int64=3) %!d(string=hai) anos
.env.production 26b8f31696 准备部署 %!s(int64=3) %!d(string=hai) anos
.env.staging 26b8f31696 准备部署 %!s(int64=3) %!d(string=hai) anos
.env.testing 1f2687806e 1 %!s(int64=2) %!d(string=hai) anos
.eslintignore 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
.eslintrc.js 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
.gitignore 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
.travis.yml 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
README.md 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
babel.config.js 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
jest.config.js 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
jsconfig.json 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
package.json 1f2687806e 1 %!s(int64=2) %!d(string=hai) anos
plopfile.js 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
postcss.config.js 6fea4e8e83 首次保存 %!s(int64=3) %!d(string=hai) anos
vue.config.js c5e9724d7f 1 %!s(int64=2) %!d(string=hai) anos

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