Skip to content

Latest commit

 

History

History
59 lines (52 loc) · 2.94 KB

README.md

File metadata and controls

59 lines (52 loc) · 2.94 KB

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 [email protected]

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

Articles

Videos

Podcasts