1

xiaodai2022 6e56da66cc 右上角注掉516结算 hace 1 año
build 6fea4e8e83 首次保存 hace 3 años
dist 6e56da66cc 右上角注掉516结算 hace 1 año
public 6fea4e8e83 首次保存 hace 3 años
scripts f55506b6d1 采销版本文件修改 hace 2 años
src 6e56da66cc 右上角注掉516结算 hace 1 año
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
.env.testing 1f2687806e 1 hace 2 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 1f2687806e 1 hace 2 años
plopfile.js 6fea4e8e83 首次保存 hace 3 años
postcss.config.js 6fea4e8e83 首次保存 hace 3 años
vue.config.js c5e9724d7f 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 ```