-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Is your request related to a problem?
This is an extension of issue #411 , since we've been independently maintaining vue strap for over a year now, we should probably treat our fork of vue-strap as our own library of Vue components. As described in the previous issue, it's quite troublesome to build and copy vue-strap.min.js when making changes to the Vue components of MarkBind.
Describe the solution you'd like
As mentioned in #411:
Creating and maintaining vue-strap as a proper npm package under MarkBind, and encourage developers to use
npm linkto avoid having to manually copy and pastevue-strap.min.js.
We can probably name it VueBind?
Describe alternatives you've considered
Migrate current components from vuestrap to bootstrapvue. However, although bv is actively maintained, it's probably too complicated if we are to maintain a fork of it. MarkBind only makes use of a small subset of bv's huge component library.
Additional context
na