Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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
```