Skip to content

Commit

Permalink
Fix VueCLI meta
Browse files Browse the repository at this point in the history
  • Loading branch information
hibuno committed Feb 20, 2019
1 parent ae6f8fb commit 14853e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
skipInterpolation: '**/**/*.vue',
skipInterpolation: ['**/**/*.vue', 'static/**'],
helpers: {
escape: function(value) {
return value.replace(/'/g, ''');
Expand Down
6 changes: 3 additions & 3 deletions template/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "name",
"name": "{{name}}",
"version": "1.0.0",
"description": "description",
"author": "author",
"description": "{{description}}",
"author": "{{author}}",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
Expand Down

0 comments on commit 14853e8

Please sign in to comment.