[Vuejs]-Can I just import Vue from "/path/to/vue.js" without npm/NodeJs involved?

2๐Ÿ‘

โœ…

Iโ€™m assuming you are trying to do this without WebPack as well?

This should point you in the right direction

https://medium.com/@jamesweee/using-vue-js-single-file-component-without-module-bundlers-aea58d892ad9

Leave a comment