1

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

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