/vuejs-workshops

Vue.js workshops. Vue is life.

Primary LanguageJavaScript

vuejs-workshop

Vue.js Workshop

Build Setup

# install dependencies
npm install

# start the API server on port 3000
make server

# serve the app with hot reload at localhost:8080
make dev

# start an API server on port 3000 and serve the app with hot reload at localhost:8080
make run