Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:01:50.000Z (about 2 years ago)
- Last Synced: 2024-11-30T21:08:01.928Z (about 1 month ago)
- Language: Vue
- Homepage: https://www.vuemastery.com/
- Size: 1.24 MB
- Stars: 40
- Watchers: 4
- Forks: 29
- 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
```