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.
- 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?
Similar Posts
- Loop through object on template Vuejs
- Basic server configuration in Nodejs
- Create dummy APIs using json-server node module
- Run a function every 5 seconds interval using Javascript
- Run a Javascript function after user finished writing in the input field
- Javascript to run a function after script file is loaded
- Run a Javascript file in Terminal window