1

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

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