We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d62f5 commit b4e9a11Copy full SHA for b4e9a11
docs/content/getting-started/download.md
@@ -72,6 +72,14 @@ Install CoreUI in your Node.js powered apps with [the yarn package](https://yarn
72
yarn add @coreui/coreui
73
```
74
75
+### Bun
76
+
77
+Install CoreUI in your Bun or Node.js powered apps with [the Bun CLI](https://bun.sh/):
78
79
+```sh
80
+bun add @coreui/coreui
81
+```
82
83
### Composer
84
85
You can also install and manage CoreUI's Sass and JavaScript using [Composer](https://getcomposer.org/):
0 commit comments