Minimal Vue Helloworld (Literally just what's needed to get a Vue dev instance or build running) Built with Vue Vue CLI Requirements Node v14 or later (use NVM to manage local versions) Install package dependencies npm install Compile and hot-reload for development npm run serve Then visit http://localhost:8080/ in your web browser Compile and minify for production npm run build