🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

vue-cli-plugin-docker-nginx-diff-proxy

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-docker-nginx-diff-proxy - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
generator.js
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 = {};

@@ -28,3 +28,3 @@ {

},
"version": "1.0.0"
"version": "1.0.1"
}

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

@@ -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.