icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 153 forks source link

Browser build request #48

Closed mgmedick closed 3 years ago

mgmedick commented 3 years ago

Can we get a browser build not reliant on npm install for this? I just want to be able to reference the CDN files and add the component like so....

  <script src="@Url.Content("~/lib/vue3-datepicker/vue3-datepicker.js")"></script>

    var app = Vue.createApp({
        components: {
            'speedrun-list-category': speedRunListCategoryVue
        }
    });

    app.component("datepicker", vuejs3Datepicker);
mgmedick commented 3 years ago

closing as duplicate of https://github.com/icehaunter/vue3-datepicker/issues/42.