You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,17 @@ module.exports = {
26
26
},
27
27
"build": {
28
28
"type": "list",
29
-
"message": "Vue comes in two build versions, which do you want to use?",
29
+
"message": "Vue build",
30
30
"choices": [
31
31
{
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",
38
33
"value": "standalone",
39
34
"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",
0 commit comments