Socket
Book a DemoInstallSign in
Socket

@pinegrow/astro-module

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinegrow/astro-module

Pinegrow Astro Module

latest
npmnpm
Version
3.0.70
Version published
Maintainers
3
Created
Source

Pinegrow Astro Module

npm version npm downloads License

Astro module for Pinegrow ⚡️

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

Features

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

Quick Setup

  • Install: Add @pinegrow/astro-module to your project
# Using npm
npm install -D @pinegrow/astro-module

# Using pnpm
pnpm add -D @pinegrow/astro-module
  • Configure: Add @pinegrow/astro-module to your Astro Integrations array astro.config.{mjs,ts}
//astro.config.mjs (or) astro.config.ts

import { defineConfig } from 'astro/config'

import vue from '@astrojs/vue'
import Pinegrow from '@pinegrow/astro-module'

export default defineConfig({
	integrations: [
		vue(),
		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

Keywords

pinegrow

FAQs

Package last updated on 29 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts