Skip to content

Commit 6be6bc8

Browse files
author
Sebastian Boolean
committed
initial commit
0 parents  commit 6be6bc8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

+26
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)