1

xiaodai2022 6fbe0c9853 资金认领/单款票确认导出 2 년 전
build 6fea4e8e83 首次保存 3 년 전
dist 6fbe0c9853 资金认领/单款票确认导出 2 년 전
public fc88049f46 1 2 년 전
scripts fb7e9ff814 修改 3 년 전
src 6fbe0c9853 资金认领/单款票确认导出 2 년 전
tests 6fea4e8e83 首次保存 3 년 전
.editorconfig 6fea4e8e83 首次保存 3 년 전
.env.development 26b8f31696 准备部署 3 년 전
.env.production 26b8f31696 准备部署 3 년 전
.env.staging 26b8f31696 准备部署 3 년 전
.eslintignore 6fea4e8e83 首次保存 3 년 전
.eslintrc.js 6fea4e8e83 首次保存 3 년 전
.gitignore 6fea4e8e83 首次保存 3 년 전
.travis.yml 6fea4e8e83 首次保存 3 년 전
README.md 6fea4e8e83 首次保存 3 년 전
babel.config.js 6fea4e8e83 首次保存 3 년 전
jest.config.js 6fea4e8e83 首次保存 3 년 전
jsconfig.json 6fea4e8e83 首次保存 3 년 전
package.json 61d7a46a4d 删除不要的包 3 년 전
plopfile.js 6fea4e8e83 首次保存 3 년 전
postcss.config.js 6fea4e8e83 首次保存 3 년 전
vue.config.js fc88049f46 1 2 년 전

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