diff --git a/docs/src/extensibility/extensions/action.md b/docs/src/extensibility/extensions/action.md index 84927f58..295400be 100644 --- a/docs/src/extensibility/extensions/action.md +++ b/docs/src/extensibility/extensions/action.md @@ -16,24 +16,12 @@ Follow the steps below to get started using the action extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-action -``` - - - - - -```bash +# or npm install @harlem/extension-action ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/extensions/compose.md b/docs/src/extensibility/extensions/compose.md index b6b14984..c126e281 100644 --- a/docs/src/extensibility/extensions/compose.md +++ b/docs/src/extensibility/extensions/compose.md @@ -12,24 +12,12 @@ Follow the steps below to get started using the compose extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-compose -``` - - - - - -```bash +# or npm install @harlem/extension-compose ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/extensions/history.md b/docs/src/extensibility/extensions/history.md index d7487edb..25015952 100644 --- a/docs/src/extensibility/extensions/history.md +++ b/docs/src/extensibility/extensions/history.md @@ -12,24 +12,12 @@ Follow the steps below to get started using the history extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-history -``` - - - - - -```bash +# or npm install @harlem/extension-history ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/extensions/lazy.md b/docs/src/extensibility/extensions/lazy.md index e50052f6..5a4e94d2 100644 --- a/docs/src/extensibility/extensions/lazy.md +++ b/docs/src/extensibility/extensions/lazy.md @@ -12,24 +12,12 @@ Follow the steps below to get started using the lazy extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-lazy -``` - - - - - -```bash +# or npm install @harlem/extension-lazy ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/extensions/reset.md b/docs/src/extensibility/extensions/reset.md index e02362a7..5abc3e78 100644 --- a/docs/src/extensibility/extensions/reset.md +++ b/docs/src/extensibility/extensions/reset.md @@ -12,24 +12,12 @@ Follow the steps below to get started using the reset extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-reset -``` - - - - - -```bash +# or npm install @harlem/extension-reset ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/extensions/snapshot.md b/docs/src/extensibility/extensions/snapshot.md index c91930b1..02a93503 100644 --- a/docs/src/extensibility/extensions/snapshot.md +++ b/docs/src/extensibility/extensions/snapshot.md @@ -12,24 +12,12 @@ Follow the steps below to get started using the snapshot extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-snapshot -``` - - - - - -```bash +# or npm install @harlem/extension-snapshot ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/extensions/storage.md b/docs/src/extensibility/extensions/storage.md index e0314835..5904fd5b 100644 --- a/docs/src/extensibility/extensions/storage.md +++ b/docs/src/extensibility/extensions/storage.md @@ -12,24 +12,12 @@ Follow the steps below to get started using the storage extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-storage -``` - - - - - -```bash +# or npm install @harlem/extension-storage ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/extensions/trace.md b/docs/src/extensibility/extensions/trace.md index 1ad0f681..165eda78 100644 --- a/docs/src/extensibility/extensions/trace.md +++ b/docs/src/extensibility/extensions/trace.md @@ -12,24 +12,12 @@ Follow the steps below to get started using the trace extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-trace -``` - - - - - -```bash +# or npm install @harlem/extension-trace ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/extensions/transaction.md b/docs/src/extensibility/extensions/transaction.md index aaa93602..a9901317 100644 --- a/docs/src/extensibility/extensions/transaction.md +++ b/docs/src/extensibility/extensions/transaction.md @@ -12,24 +12,12 @@ Follow the steps below to get started using the transaction extension. Before installing this extension make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/extension-transaction -``` - - - - - -```bash +# or npm install @harlem/extension-transaction ``` - - - ### Registration To get started simply register this extension with the store you wish to extend. diff --git a/docs/src/extensibility/plugins/devtools.md b/docs/src/extensibility/plugins/devtools.md index 88028470..5afd02cf 100644 --- a/docs/src/extensibility/plugins/devtools.md +++ b/docs/src/extensibility/plugins/devtools.md @@ -12,24 +12,12 @@ This is the official Harlem devtools plugin for adding Vue devtools integration Before installing the devtools plugin make sure you installed `@harlem/core`. - - - ```bash yarn add @harlem/plugin-devtools -``` - - - - - -```bash +# or npm install @harlem/plugin-devtools ``` - - - ## Usage Create an instance of the plugin and register it with Harlem: diff --git a/docs/src/extensibility/plugins/server-side-rendering.md b/docs/src/extensibility/plugins/server-side-rendering.md index d2a5246a..62d0d1a4 100644 --- a/docs/src/extensibility/plugins/server-side-rendering.md +++ b/docs/src/extensibility/plugins/server-side-rendering.md @@ -8,24 +8,12 @@ This is the official plugin for using Harlem in a Vue SSR application. Before installing the ssr plugin make sure you have installed `@harlem/core`. - - - ```bash yarn add @harlem/plugin-ssr -``` - - - - - -```bash +# or npm install @harlem/plugin-ssr ``` - - - ## Usage ### Server diff --git a/docs/src/guide/introduction/getting-started.md b/docs/src/guide/introduction/getting-started.md index a475171b..40387fec 100644 --- a/docs/src/guide/introduction/getting-started.md +++ b/docs/src/guide/introduction/getting-started.md @@ -6,24 +6,12 @@ Getting started with Harlem is easy. Just follow the steps below and you'll be u Install `@harlem/core` and any plugins you wish to include (I recommend installing `@harlem/plugin-devtools` during development): - - - ```bash yarn add @harlem/core -``` - - - - - -```bash +# or npm install @harlem/core ``` - - - **Note**: If you're using Nuxt, instead follow the instructions to [install the Nuxt module](https://github.com/nuxt-community/harlem-module) and then resume this guide below, at [Create your first store](#create-your-first-store). ## Register the Harlem plugin