Skip to content

Vue 3 Playground packed with all the new features

License

Notifications You must be signed in to change notification settings

sonicoder86/vue-3-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

819e2b7 · Feb 25, 2024

History

90 Commits
Aug 5, 2020
Apr 16, 2022
Aug 8, 2020
Feb 24, 2021
May 8, 2021
May 23, 2020
Jan 31, 2021
May 23, 2020
May 23, 2020
May 23, 2020
Feb 25, 2024
Feb 22, 2021
Feb 22, 2021
Feb 24, 2021
Feb 25, 2024
Feb 25, 2024
May 8, 2021
Feb 22, 2021
Jan 29, 2021
Apr 16, 2022

Repository files navigation

Vue 3 Playground

Vue 3 Playground stands as a learning project for those who want to get familiar with the new features of Vue 3. The official documentation is now available!

The project aims to include all the new features. If you find something missing please create an issue/PR.

The application is a shopping cart where you can alter the name, price and quantity of the products and recalculates the total price based on the items and used coupon.

The playground is available also in online version.

If you want to switch to the Typescript folder uncomment the link to the Typescript main file in index.html and comment out the Javascript main file.

Vue 3 Playground

New APIs covered

The Typescript equivalents can be found in the src-typescript folder (file names are the same).

Further articles/videos

Contributing

If you have any idea how to include more and more new features of Vue 3 in this application feel free to share your ideas in an issue/PR.