Project template using Vue3 with Vite and vue-class-component
Used npm init vue@lastest
as recommanded on the Quick start page of Vue.js.
Cleared the default files to leave only one HelloWorld
component.
Added vue-class-component
using npm install --save [email protected]