npm

@pinegrow/nuxt-module
TypeScript icon, indicating that this package has built-in type declarations

3.0.60 • Public • Published

Pinegrow Nuxt Module

npm version npm downloads License

Nuxt module for Pinegrow ⚡️

Pinegrow Nuxt Module enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer).

Features

  • 🎨  Visually live-design your Vite-powered Nuxt apps
  • ⚙️  Smartly integrates into your Nuxt workflow in dev-mode only
  • ✨  Clean code 😃, No lock-in - You are in control of your projects and development workflow ❤️

Quick Setup

  1. Install: Add @pinegrow/nuxt-module to your project
# Using npm
npm install -D @pinegrow/nuxt-module

# Using pnpm
pnpm add -D @pinegrow/nuxt-module
  1. Configure: Add @pinegrow/nuxt-module to your Nuxt Integrations array nuxt.config.{js,ts}
//nuxt.config.js (or) nuxt.config.ts

export default defineNuxtConfig({
	modules: [
		'@pinegrow/nuxt-module',
		//...
	],
	pinegrow: {
		liveDesigner: {
			// For options, refer to https://www.npmjs.com/package/@pinegrow/vite-plugin
			//...
		},
	},
	//...
})

Now, open your project in your Pinegrow app (currently only Vue Designer). ✨

License

MIT License

Copyright (c) Pinegrow

Package Sidebar

Install

npm i @pinegrow/nuxt-module

Weekly Downloads

96

Version

3.0.60

License

MIT

Unpacked Size

18.6 kB

Total Files

17

Last publish

Collaborators

  • pinegrowinfo
  • techakayy
  • ahmedkaja