You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we have multiple packages where we use vue, and we duplicate components (specially common ones).
Implementation
Create a library for common components that can be used in any of our projects, which would be better in many ways (a single code-base to maintain, a consistent view across multiple products...etc)
More
AFAIK, the following ones contain very similar (nearly identical) components:
The text was updated successfully, but these errors were encountered:
rkhamis
changed the title
create a common components library to be used in all of our packages
create a common components library to be used in all of our packages (weight=5)
Sep 2, 2020
As we currently work with Vue the ESM way (no dist, no builds...etc), so we don't need to create an npm package or bundle the lib using e.g. webpack or so, I suggest we just do a package which is installed by default (like weblibs) that contains common components and helpers, hence vue-http-loader will be happy to load them easily.
rkhamis
changed the title
create a common components library to be used in all of our packages (weight=5)
create a common components library to be used in all of our packages
May 17, 2021
Description
Now we have multiple packages where we use vue, and we duplicate components (specially common ones).
Implementation
Create a library for common components that can be used in any of our projects, which would be better in many ways (a single code-base to maintain, a consistent view across multiple products...etc)
More
AFAIK, the following ones contain very similar (nearly identical) components:
1- admin
2- marketplace
3- chatflows
4- marketplacevdc
required for threefoldtech/home#1046
The text was updated successfully, but these errors were encountered: