Pinegrow Nuxt Module
npm install @pinegrow/nuxt-module[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
Pinegrow Nuxt Module enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer).
- Learn more about Vue Designer
- 🎨 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 ❤️
1. Install: Add @pinegrow/nuxt-module to your project
``bashUsing npm
npm install -D @pinegrow/nuxt-module
2. Configure: Add
@pinegrow/nuxt-module to your Nuxt Integrations array nuxt.config.{js,ts}`js
//nuxt.config.js (or) nuxt.config.tsexport 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). ✨
Copyright (c) Pinegrow
[npm-version-src]: https://img.shields.io/npm/v/@pinegrow/nuxt-module/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@pinegrow/nuxt-module
[npm-downloads-src]: https://img.shields.io/npm/dm/@pinegrow/nuxt-module.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@pinegrow/nuxt-module
[license-src]: https://img.shields.io/npm/l/@pinegrow/nuxt-module.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/@pinegrow/nuxt-module