Skip to content

Commit ec8ef68

Browse files
committed
Initial commit
1 parent 14f3afd commit ec8ef68

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

meta.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
skipInterpolation: '**/**/*.vue',
23
helpers: {
34
escape: function(value) {
45
return value.replace(/'/g, ''');
@@ -19,11 +20,7 @@ module.exports = {
1920
author: {
2021
'type': 'string',
2122
'message': 'Author :'
22-
},
23-
port: {
24-
'type': 'number',
25-
'message': 'Listening on Port :'
26-
},
23+
}
2724
},
2825
completeMessage: '{{#inPlace}}To get started:\n\n npm install # Or yarn\n npm run dev{{else}}To get started:\n\n cd {{destDirName}}\n npm install # Or yarn\n npm run dev{{/inPlace}}'
2926
};

0 commit comments

Comments
 (0)