https://github.com/code-pop/vue-2-to-vue-3
Code for the Vue 2 to Vue 3 course:
https://github.com/code-pop/vue-2-to-vue-3
Last synced: about 1 year ago
JSON representation
Code for the Vue 2 to Vue 3 course:
- Host: GitHub
- URL: https://github.com/code-pop/vue-2-to-vue-3
- Owner: Code-Pop
- Created: 2020-05-26T16:35:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T19:54:19.000Z (over 1 year ago)
- Last Synced: 2025-04-24T02:14:13.517Z (about 1 year ago)
- Language: Vue
- Homepage: https://www.vuemastery.com/
- Size: 1.76 MB
- Stars: 39
- Watchers: 3
- Forks: 27
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# From Vue 2 to Vue 3
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Lints and fixes files
```
yarn lint
```