topicquests / sensecraft

GNU Affero General Public License v3.0
7 stars 1 forks source link

Quasar V2 #122

Open maparent opened 2 years ago

maparent commented 2 years ago

Eventually move to Quasar2/Vue3. Will probably mean giving up on vue-class-component. Also see #95.

maparent commented 2 years ago

Vue3 can be done using two totally different styles Options vs Components (overview.) Composition is recommended, for many reasons, but Options is more OOP-style, hence closer to what we have been doing , and the porting effort would be less… unless we do both ports successively. (Which may actually be worth considering, as a way to do things progressively.)

maparent commented 2 years ago

(Note the quasar docs recommend going to options first.)