Use Visual Studio Code's built in terminal (powershell) by pressing (CTRL + `), to use the following commands
yarn
to install the npm dependencies required for the projectyarn upgrade --latest
to upgrade the packages to their latest versionsyarn start
to compile and run the codeyarn start:prod
to compile and run the code in production modeyarn build
to compile and build the codeyarn build:prod
to compile and build the code in production mode
this will open a new window in Chrome
- or open preferred browser and browse to
http://localhost:3000
- Pressing F5 in Visual Studio Code will give you an option to select an environment
- select Chrome this will generate a .vscode folder at the root of your directory
- Change
url
in to 3000 (default debugging port) - for added debug support please download Vue.js devtools from the chrome store