Week 16

Back

Plan

Welcome back!
This semester we will focus on Vue.js
https://vuejs.org

Live coding

First Vue.js component

Read the Quick Start to get Vue.js installed on your computer.

Create your first project and explore the project files

$ npm create vue@latest
$ cd <project folder>
$ npm install
$ npm run dev