/vue-3-playground

Vue 3 Playground

Primary LanguageVueMIT LicenseMIT

vue-3-playground

Vue 3 Playground

Resources

Set up Vue 3

Create project

With the normal Vue CLI

vue create playground
cd playground

To upgrade to Vue 3, it's build in the CLI but it's using the vue-cli-plugin-vue-next.

vue add vue-next

Some changes are needed in main.js

Vite

Another easy way to try out Vue 3 is using Vite⚡

npm init vite-app hello-vue3

Vue router

npm i --save vue-router@4.0.0-alpha.6

Some changes are required on the router. See more examples other than this repo here.

Articles

Videos

Podcasts