Test your code in real-time.
From VSCode;
Open a terminal window with CTRL+`
CTRL+`
Switch to bash, if needed
npm run build
Open a second terminal pane, by clicking the split pane button.
npm run serve
Now the code is running locally
In the site, you can change the engine mode
?engine.mode=dev
?engine.mode=prod
Last updated 1 year ago