We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 6be6bc8Copy full SHA for 6be6bc8
package.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "vue-cli-plugin-docker-nginx",
3
+ "version": "1.0.0",
4
+ "description": "vue-cli 3.0 plugin that sets up a nginx docker container that serves your vue app",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/truefalse10/vue-cli-plugin-docker-nginx.git"
12
13
+ "keywords": [
14
+ "vue",
15
+ "vue-cli",
16
+ "docker",
17
+ "nginx",
18
+ "deployment"
19
+ ],
20
+ "author": "Sebastian Boolean",
21
+ "license": "MIT",
22
+ "bugs": {
23
+ "url": "https://github.com/truefalse10/vue-cli-plugin-docker-nginx/issues"
24
25
+ "homepage": "https://github.com/truefalse10/vue-cli-plugin-docker-nginx#readme"
26
+}
0 commit comments