You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
648 B
648 B
hybrid-NodeVuejs !
LabInstance Node VueJS
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
vue create hello-world
Run it!
npm run serve
Open it!
http://localhost:8080