Vue3 Demo: Roll the dice

Vue3 Demo: Roll the dice

My first Vue3 component

My first Vue3 component: vite, composition API, ref(), computed(), setup()

I like to work with Vuejs, and today I tried to use the next version of Vuejs: Vue3.

My first question was: how can I create a new Web Application with Vue3 and the right npm dependencies?

To do that, I used Vite as build tool. Vite is an amazing web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production. Vite uses Vue3. So if we use Vite we have an amazing fast build tool and we have all vue3 dependencies ready to use.

I wrote a post: https://medium.com/@robertodev/my-first-vue3-component-6e1ef1670544

The Web app: Roll the dice, Vue3

Download Details:

Author: roberto-butti

Source Code: https://github.com/roberto-butti/vue3-demo-rollthedice

#vuejs #vue #javascript

Vue3 Demo: Roll the dice
3.80 GEEK