Get started with Vue

Bruce Lu

August 26, 2019

Installation

Create a new Vue project

vue create vue-demo
# vue -h for help
# preset: default (babel, eslint)
# package manager to use when installing dependencies: Yarn

cd vue-demo
yarn serve

# Use "vue ui" to start GUI mgmt console. Very cool!

Basics