javascript

Run VueJs Server/Project

npm run serve
Output
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.2.152:8080/

Note that the development build is not optimized.
To create a production build, run npm run build.
Was this helpful?