Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1010 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 1010 Bytes

Vue School - Vue Router 4 Course

Project developed as part of Vue School's Vue Router 4 for Everyone Course. The goal was to learn and practice how to create Single Page Applications (SPA) with Vue 3 and Vue Router 4. Also, it was an opportunity to learn how to scaffold a new Vue 3 project using Vite. Concepts from these courses were also applied: Vue.js 3 Fundamentals, Vue.js 3 Components Fundamentals and Reusable Vue.js Components with Slots. The topic was a travel app with some destinations and experiences for each one.

Installation

1 - Clone repo:

git clone https://github.com/porziopablo/vue-router-4-course-2.git

2 - Install dependencies:

npm install

3 - Run on port 3000:

npm run dev