1

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

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