1

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

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