https://github.com/codelytv/vue-3-course
https://github.com/codelytv/vue-3-course
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codelytv/vue-3-course
- Owner: CodelyTV
- Created: 2020-10-20T09:37:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T10:43:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T08:42:12.349Z (11 months ago)
- Language: Vue
- Size: 1.79 MB
- Stars: 19
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.