# hybrid-NodeVuejs ! ## LabInstance Node VueJS ![alt text](images/swarmlab-network.png "") ## Quickstart This is a quickstart guide of howto use this *LabInstance to deploy Vue js applications* ### HowTo use it ### Default Configuration - Working Directory > /home/docker/project - Default user > docker - Default password > docker - Default password4root > pass ### Vue CLI Documentation https://cli.vuejs.org/guide/creating-a-project.html#vue-create #### Creating a Project ```bash vue create hello-world ``` #### Run it! ```bash npm run serve ``` #### Open it! ```bash http://localhost:8080 ```