@pinegrow/iles-module
v3.0.60
Published
Pinegrow Iles Module
Downloads
61
Readme
Pinegrow Iles Module
Pinegrow Iles Module enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer).
Features
- 🎨 Visually live-design your Vite-powered Iles apps
- ⚙️ Smartly integrates into your Iles 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/iles-module
to your project
# Using npm
npm install -D @pinegrow/iles-module
# Using pnpm
pnpm add -D @pinegrow/iles-module
- Configure: Add
@pinegrow/iles-module
to your Iles Integrations arrayiles.config.{js,ts}
//iles.config.js (or) iles.config.ts
import { defineConfig } from 'iles'
export default defineConfig({
modules: [
[
'@pinegrow/iles-module',
{
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