We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399e759 commit a489803Copy full SHA for a489803
packages/@vue/cli-service/generator/template/public/index.html
@@ -8,6 +8,9 @@
8
<title><%= options.projectName %></title>
9
</head>
10
<body>
11
+ <noscript>
12
+ <strong>We're sorry but <%= options.projectName %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13
+ </noscript>
14
<div id="app"></div>
15
<!-- built files will be auto injected -->
16
</body>
0 commit comments