Skip to content

gautemo/vue-3-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vue 3 Playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published