Skip to content

Commit 4c89328

Browse files
authored
update default build and build descriptions (vuejs-templates#321)
1 parent a6f36cc commit 4c89328

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

meta.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ module.exports = {
2626
},
2727
"build": {
2828
"type": "list",
29-
"message": "Vue comes in two build versions, which do you want to use?",
29+
"message": "Vue build",
3030
"choices": [
3131
{
32-
"name": "Runtime-only: lighter, but no support for templates defined in .html files (.vue files are fine)",
33-
"value": "runtime",
34-
"short": "runtime"
35-
},
36-
{
37-
"name": "Standalone: heavier, because it includes the template parser to allow templates in .html files",
32+
"name": "Runtime + Compiler: recommended for most users",
3833
"value": "standalone",
3934
"short": "standalone"
35+
},
36+
{
37+
"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",
38+
"value": "runtime",
39+
"short": "runtime"
4040
}
4141
]
4242
},

0 commit comments

Comments
 (0)