diff --git a/meta.json b/meta.json index 98efeac..92b525d 100644 --- a/meta.json +++ b/meta.json @@ -15,10 +15,6 @@ "type": "string", "label": "Author" }, - "private": { - "type": "boolean", - "default": true - }, "build": { "type": "list", "message": "Vue comes in two build versions, which do you want to use?", diff --git a/template/package.json b/template/package.json index c32b097..a68cfcb 100644 --- a/template/package.json +++ b/template/package.json @@ -2,9 +2,7 @@ "name": "{{ name }}", "description": "{{ description }}", "author": "{{ author }}", - {{#private}} "private": true, - {{/private}} "scripts": { "watchify": "watchify -vd -p browserify-hmr -e src/main.js -o dist/build.js", "serve": "http-server -o -c 1 -a localhost", diff --git a/template/src/App.vue b/template/src/App.vue index 5b627e0..a6ce378 100644 --- a/template/src/App.vue +++ b/template/src/App.vue @@ -13,9 +13,3 @@ export default { } } - - diff --git a/template/src/components/Hello.vue b/template/src/components/Hello.vue index aab6ece..de990e0 100644 --- a/template/src/components/Hello.vue +++ b/template/src/components/Hello.vue @@ -1,15 +1,60 @@ + +