https://vuejs.org/guide/quick-start.html
https://vuejs.org/guide/essentials/reactivity-fundamentals.html
Add this to your App.vue file as
The result should be like this:
Add another file Hello.vue
https://cli.vuejs.org/guide/creating-a-project.html
https://github.com/vuejs/create-vue
To create:
npm create vue@latest
To Run:
npm run dev
Fix if any issues:
npm install vite --save-dev
Project folders created:
Add Vue Router:
https://router.vuejs.org/guide/
https://router.vuejs.org/installation.html
npm install vue-router@4
With Router selected during npm vue create@latest
https://www.joomlacontenteditor.net/support/installation/editor
Systems -> Extensions - Install Extensions
Systems - Setup - Global Configuration - Default Editor - Choose the Editor.
https://docs.joomla.org/Content_editors
TinyMCE editor is the default editor for both frontend and backend.