File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments