Skip to content

Commit

Permalink
update default build and build descriptions (vuejs-templates#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvfritz authored Oct 18, 2016
1 parent a6f36cc commit 4c89328
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ module.exports = {
},
"build": {
"type": "list",
"message": "Vue comes in two build versions, which do you want to use?",
"message": "Vue build",
"choices": [
{
"name": "Runtime-only: lighter, but no support for templates defined in .html files (.vue files are fine)",
"value": "runtime",
"short": "runtime"
},
{
"name": "Standalone: heavier, because it includes the template parser to allow templates in .html files",
"name": "Runtime + Compiler: recommended for most users",
"value": "standalone",
"short": "standalone"
},
{
"name": "Runtime-only: about 6KB lighter min+gzip, but templates (or any Vue-specific HTML) are ONLY allowed in .vue files - render functions are required elsewhere",
"value": "runtime",
"short": "runtime"
}
]
},
Expand Down

0 comments on commit 4c89328

Please sign in to comment.