DEV Community

Discussion on: Frontend Shorts: Vue.js + Vanilla.js — Digital Dices

Collapse
 
coldestheart profile image
Ilia (COLD) • Edited

Sory, but worstest way to play around with Vue is: "script src="./lib/vue-2.6.11.min.js"></script"
And telling it to others.
Vue is not so different from other frameworks.
To feel Vue, and how it could be powerfull, i think, you need to create vue-node project(or maybe better Nuxt Project) and try features assigned to it, how like a people usually says: "The devil's always in the details"
Anyway this code could be refactored by using only vuejs and this will be right way.