JasonKroll / vue-bs-drawer

Vue 2 Drawer and sidebar component using Bootstrap 4 classes
7 stars 3 forks source link

including vue-bs-drawer with <script> tags instead of a cli module system #1

Open fdarling opened 6 years ago

fdarling commented 6 years ago

I am using Vue.js without the cli, just plain HTML/CSS/JavaScript files that aren't being transpiled or bundled in any way. This lowers the learning curve and makes run-time debugging easier. Most of the main Vue.js libraries allow for the "direct download" or "browser" form of inclusion:

https://bootstrap-vue.js.org/docs#browser https://vuex.vuejs.org/en/installation.html#direct-download--cdn https://vuejs.org/v2/guide/installation.html#Direct-lt-script-gt-Include

However, with your project I only see instructions to install it via npm. Is the plain Githubissues.

  • Githubissues is a development platform for aggregating issues.