An open API service indexing awesome lists of open source software.

https://github.com/codelytv/vue-3-course


https://github.com/codelytv/vue-3-course

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vue 3 course

Code related to the [Vue 3 course]().

## 🕵️ Project structure

Each lesson folder contains a full Vue3 project. To run the lesson you choose, navigate to the lesson folder (ie. `cd 2-1-options-api-overview`), install dependencies by running `npm install` and serve the code locally running `npm run serve`.