/vue-waterfall-easy-example

a hello-world repo of vue-waterfall-easy

Primary LanguageVue

vue-waterfall-easy example

a hello-world repo of vue-water-fall-easy

Usage (Docker

build

$ docker build -t vue-waterfall-easy-example:latest .

run

$ docker run -d -p 8080:80 vue-waterfall-easy-example:latest

now check it at localhost:8080

Usage (Vue

$ npm run serve