annew 793051b97c 源码提交 hace 1 año
..
bin 1f8410462f 源码提交 hace 1 año
build 1f8410462f 源码提交 hace 1 año
public 1f8410462f 源码提交 hace 1 año
src 793051b97c 源码提交 hace 1 año
.editorconfig 1f8410462f 源码提交 hace 1 año
.env.development 793051b97c 源码提交 hace 1 año
.env.production 793051b97c 源码提交 hace 1 año
.env.staging 1f8410462f 源码提交 hace 1 año
.eslintignore 1f8410462f 源码提交 hace 1 año
.eslintrc.js 1f8410462f 源码提交 hace 1 año
.gitignore 1f8410462f 源码提交 hace 1 año
README.md 1f8410462f 源码提交 hace 1 año
babel.config.js 1f8410462f 源码提交 hace 1 año
package.json 1f8410462f 源码提交 hace 1 año
vue.config.js 1f8410462f 源码提交 hace 1 año

README.md

本地启动

npm install npm run dev

测试打包

npm run build:stage .env.staging中修改配置

生产打包

npm run build:prod .env.production中修改配置