nuxt-monaco-editor 1.4.0-alpha.2 → 1.4.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,7 +13,7 @@ npx nuxi@latest module add nuxt-monaco-editor
13
13
  Don't forget to install `monaco-editor`.
14
14
 
15
15
  ## Setup
16
- 1. Add this module to the Nuxt config
16
+ 1. Add this module to the Nuxt config
17
17
 
18
18
  ```ts
19
19
  export default defineNuxtConfig({
@@ -23,7 +23,7 @@ export default defineNuxtConfig({
23
23
  })
24
24
  ```
25
25
 
26
- 2. (Optional) Configure the module
26
+ 2. (Optional) Configure the module
27
27
 
28
28
  ```ts
29
29
  export default defineNuxtConfig({
@@ -38,7 +38,7 @@ export default defineNuxtConfig({
38
38
  })
39
39
  ```
40
40
 
41
- 3. Use the component in your pages or components
41
+ 3. Use the component in your pages or components
42
42
 
43
43
  ```vue
44
44
  <template>
@@ -52,5 +52,5 @@ const value = ref('')
52
52
 
53
53
  ## Development
54
54
 
55
- - Run `npm run dev:prepare` to generate type stubs.
56
- - Use `npm run dev` to start [playground](./playground) in development mode.
55
+ - Run `pnpm dev:prepare` to generate type stubs.
56
+ - Use `pnpm dev` to start [playground](./playground) in development mode.