-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
What problem does this feature solve?
By default a project generated by vue-cli
doesn't pass the no-js
Lighthouse inspection:
https://developers.google.com/web/tools/lighthouse/audits/no-js
What does the proposed API look like?
vue-cli
should add something like the following in index.html
inside the body
tag to notify users that Javascript is mandatory:
<noscript>
<strong>We're sorry but {{APP_NAME}} doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
hsxfjames, elementh, jimmerioles, Akryum, Nderim1 and 1 more
Metadata
Metadata
Assignees
Labels
No labels