@aleohl Yes...
# Run 'npm install' to get all the dependencies
$ npm install
<lots of install output>
# Run 'npm run serve' to build the app and start a web server
$ npm run serve
<lots of build output>
DONE Compiled successfully in 34357ms 9:08:24 AM
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.147.245:8080/
Note that the development build is not optimized.
To create a production build, run npm run build.