docs(core): add bun tab to install commands (#27511)

Add a bun tab to everywhere we list package manager install commands
This commit is contained in:
Isaac Mann 2024-08-19 13:13:05 -04:00 committed by GitHub
parent 08fc13de5f
commit 0de28ccfe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 101 additions and 0 deletions

View File

@ -231,6 +231,15 @@ pnpm add [package]
nx g [package]:ng-add
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add [package]
nx g [package]:ng-add
```
{% /tab %}
{% /tabs %}

View File

@ -231,6 +231,15 @@ pnpm add [package]
nx g [package]:ng-add
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add [package]
nx g [package]:ng-add
```
{% /tab %}
{% /tabs %}

View File

@ -51,6 +51,14 @@ yarn add -D tailwindcss@latest postcss@latest autoprefixer@latest
pnpm add -D tailwindcss@latest postcss@latest autoprefixer@latest
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add -D tailwindcss@latest postcss@latest autoprefixer@latest
```
{% /tab %}
{% /tabs %}

View File

@ -33,6 +33,13 @@ yarn add -D nx@latest
pnpm add -D nx@latest
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add -D nx@latest
```
{% /tab %}
{% /tabs %}

View File

@ -42,6 +42,14 @@ yarn add -D @nx-dotnet/core
pnpm add -D @nx-dotnet/core
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add -D @nx-dotnet/core
```
{% /tab %}
{% /tabs %}

View File

@ -47,6 +47,15 @@ nx add @nx/node
pnpm add -D lit http-server
```
{% /tab %}
{% tab label="bun" %}
```shell
nx add @nx/node
bun add -D lit http-server
```
{% /tab %}
{% /tabs %}

View File

@ -44,6 +44,14 @@ yarn add -D qwik-nx
pnpm add -D qwik-nx
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add -D qwik-nx
```
{% /tab %}
{% /tabs %}

View File

@ -50,6 +50,16 @@ pnpm add -D solid-devtools vite-plugin-solid vite-tsconfig-paths
nx add @nx/web
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add solid-js
bun add -D solid-devtools vite-plugin-solid vite-tsconfig-paths
nx add @nx/web
```
{% /tab %}
{% /tabs %}

View File

@ -77,6 +77,15 @@ pnpm add -D vitest vite svelte svelte-check @sveltejs/vite-plugin-svelte
nx add @nx/vite @nx/js
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add -D vitest vite svelte svelte-check @sveltejs/vite-plugin-svelte
nx add @nx/vite @nx/js
```
{% /tab %}
{% /tabs %}

View File

@ -80,6 +80,14 @@ yarn add -D @compodoc/compodoc
pnpm add -D @compodoc/compodoc
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add -D @compodoc/compodoc
```
{% /tab %}
{% /tabs %}

View File

@ -461,6 +461,14 @@ yarn add react-router-dom
pnpm add react-router-dom
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add react-router-dom
```
{% /tab %}
{% /tabs %}

View File

@ -605,6 +605,14 @@ yarn add react-router-dom
pnpm add react-router-dom
```
{% /tab %}
{% tab label="bun" %}
```shell
bun add react-router-dom
```
{% /tab %}
{% /tabs %}