Open tacman opened 3 years ago
me too.
I use webpacker and yarn in rails.
I found the link below and tried to execute the command yarn add @themesberg/volt-bootstrap-5-dashboard
.
@themesberg/volt-bootstrap-5-dashboard | Yarn - Package Manager
However, it doesn't add node_modules, actually is not installed. Is it still not available in yarn?
Hey @tacman and @toshi-ue,
Can you give me an example of an expected behaviour when using Yarn? I'll consider pushing this update for a minor version soon. Today we're releasing a new version with a bump to a stable BS 5 version, and a few more updates.
I think that one of the problems could be that Volt itself has quite a few dependencies itself. When installing via Yarn, can you set these dependencies to be installed as well?
Thanks!
Thanks for making this available -- quite exciting to have MIT-licensed bootstrap 5 admin theme available, with no jQuery dependencies!
Can you make this available in the yarn package manager? I'd like to start using it, and was hoping to do something like
Then I can add the imports and requires in my .js and .scss files, then use webpack to manage it all.
I'm currently using admin-lte in this manner, and it works fairly well. However, I'm no expert on this, which is why I'm trying to simplify this as much as possible.
Thanks.