1

xiaodai2022 42d31bb5dc 添加停服通知 1 éve
build 6fea4e8e83 首次保存 3 éve
dist 42d31bb5dc 添加停服通知 1 éve
public 6fea4e8e83 首次保存 3 éve
scripts f55506b6d1 采销版本文件修改 2 éve
src 42d31bb5dc 添加停服通知 1 éve
tests 6fea4e8e83 首次保存 3 éve
.editorconfig 6fea4e8e83 首次保存 3 éve
.env.development 26b8f31696 准备部署 3 éve
.env.production 26b8f31696 准备部署 3 éve
.env.staging 26b8f31696 准备部署 3 éve
.env.testing 1f2687806e 1 2 é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 1f2687806e 1 2 éve
plopfile.js 6fea4e8e83 首次保存 3 éve
postcss.config.js 6fea4e8e83 首次保存 3 éve
vue.config.js c5e9724d7f 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 ```