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.
 
 
 
 
zeus 1c9cfb1163 add ttyd 3 years ago
images add files 3 years ago
install add ttyd 3 years ago
Dockerfile add files 3 years ago
Dockerfile.build add files 3 years ago
LICENSE Initial commit 3 years ago
README.md add ttyd 3 years ago

README.md

hybrid-NodeVuejs !

LabInstance Node VueJS

alt text

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