1

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

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