How to solve noscript - doesn't work properly without JavaScript enabled when serving a Vue App How to solve noscript - doesn't work properly without JavaScript enabled when serving a Vue App vue.js vue.js

How to solve noscript - doesn't work properly without JavaScript enabled when serving a Vue App


You need to disable the adblocker or run on incognito mode


Change the port from 8080 to 8081,it worked for me. I opened another program with port 8080.May cause hash conflict


After 2.5 days of search I found that the content in index.html ( We're sorry but basicapp doesn't work properly without JavaScript enabled. Please enable it to continue.) is not an error actually.

It is default text for those browsers in which javascript is not enable so don't worry about this at all.

To run your application in dev mode you can use Yarn serve command. If you want to build your application then use yarn/npm build and configure/use the index.html present in dist folder without any doubt.