themesberg / volt-bootstrap-5-dashboard

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/quick-start/
MIT License
2.61k stars 302 forks source link

how to install via the yarn package manager #36

Open tacman opened 3 years ago

tacman commented 3 years ago

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

yarn add volt-bootstrap-5-dashboard

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.

cane-bt commented 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?

zoltanszogyenyi commented 3 years ago

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!