@pinegrow/nuxt-module 3.0.0-beta.144 → 3.0.0-beta.145

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
@@ -10,13 +10,13 @@
10
10
 
11
11
  Pinegrow Nuxt Module enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer).
12
12
 
13
- - [📖  Documentation](https://pinegrow.com/vue-designer)
13
+ - [ Learn more about Vue Designer](https://pinegrow.com/vue-designer)
14
14
 
15
15
  ## Features
16
16
 
17
17
  - 🎨  Visually live-design your Vite-powered Nuxt apps
18
18
  - ⚙️  Smartly integrates into your Nuxt workflow in dev-mode only
19
- - ✨  No lock-in, Pinegrow is an open-tool ❤️
19
+ - ✨  Clean code 😃, No lock-in - You are in control of your projects and development workflow ❤️
20
20
 
21
21
  ## Quick Setup
22
22
 
@@ -24,10 +24,10 @@ Pinegrow Nuxt Module enables connection and interaction between your Vite Dev-Se
24
24
 
25
25
  ```bash
26
26
  # Using npm
27
- npm install --save-dev @pinegrow/nuxt-module
27
+ npm install -D @pinegrow/nuxt-module
28
28
 
29
29
  # Using pnpm
30
- pnpm add --save-dev @pinegrow/nuxt-module
30
+ pnpm add -D @pinegrow/nuxt-module
31
31
  ```
32
32
 
33
33
  2. Configure: Add `@pinegrow/nuxt-module` to your Nuxt Integrations array `nuxt.config.{js,ts}`
@@ -42,6 +42,7 @@ export default defineNuxtConfig({
42
42
  ],
43
43
  pinegrow: {
44
44
  liveDesigner: {
45
+ // For options, refer to https://www.npmjs.com/package/@pinegrow/vite-plugin
45
46
  //...
46
47
  },
47
48
  },
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.1.0"
6
6
  },
7
- "version": "3.0.0-beta.143"
7
+ "version": "3.0.0-beta.144"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/nuxt-module",
3
- "version": "3.0.0-beta.144",
3
+ "version": "3.0.0-beta.145",
4
4
  "description": "Pinegrow Nuxt Module",
5
5
  "author": "Pinegrow (http://pinegrow.com/)",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@nuxt/kit": "latest",
41
- "@pinegrow/vite-plugin": "3.0.0-beta.144"
41
+ "@pinegrow/vite-plugin": "3.0.0-beta.145"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@nuxt/module-builder": "latest",