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.
|
|
|
# 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
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|