1

xiaodai2022 6fbe0c9853 资金认领/单款票确认导出 2 years ago
build 6fea4e8e83 首次保存 3 years ago
dist 6fbe0c9853 资金认领/单款票确认导出 2 years ago
public fc88049f46 1 2 years ago
scripts fb7e9ff814 修改 3 years ago
src 6fbe0c9853 资金认领/单款票确认导出 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
.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 61d7a46a4d 删除不要的包 3 years ago
plopfile.js 6fea4e8e83 首次保存 3 years ago
postcss.config.js 6fea4e8e83 首次保存 3 years ago
vue.config.js fc88049f46 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 ```