@pinegrow/astro-module
v3.0.60
Published
Pinegrow Astro Module
Downloads
192
Readme
Pinegrow Astro Module
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 arrayastro.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
Copyright (c) Pinegrow