vue-cli-plugin-docker-nginx-diff-proxy
Advanced tools
+1
-1
| module.exports = (api, options, rootOptions) => { | ||
| const APPNAME = rootOptions.projectName; | ||
| const APPNAME = api.rootOptions.projectName; | ||
| let envEntity = ['dev', 'qa', 'pro']; | ||
@@ -4,0 +4,0 @@ let scripts = {}; |
+1
-1
@@ -28,3 +28,3 @@ { | ||
| }, | ||
| "version": "1.0.0" | ||
| "version": "1.0.1" | ||
| } |
+4
-0
@@ -6,2 +6,6 @@ # vue-cli-plugin-docker-nginx-diff-proxy | ||
| 这是一个vue cli插件,它使用nginx添加了一个最小的docker部署(**~19mb**+静态文件)来为vue应用提供服务。 | ||
| **准备:** *你必须有一个'build-proxy'的启动命令在你的package.json内 , 并且'build-proxy'可以将你的项目构建为请求路径<proxy_prefix>* | ||
| ### 安装 | ||
@@ -8,0 +12,0 @@ |
+6
-1
@@ -5,3 +5,5 @@ # vue-cli-plugin-docker-nginx-diff-proxy | ||
| This is a vue-cli-plugin that adds a minimal docker deployment (**~19MB** + static files) using nginx to serve your vue-app | ||
| This is a vue-cli-plugin that adds a minimal docker deployment (**~19MB** + static files) using nginx to serve your vue-app | ||
| **prepare:** *you must have a 'build-proxy' Scripts in your package.json , and 'build-proxy' can build your app to request <proxy_prefix>* | ||
@@ -74,1 +76,4 @@ ### Installation | ||
| You can also add templates to support more environments. | ||
16955
1.91%78
6.85%