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

3.0.56 • Public • Published

Pinegrow Iles Module

npm version npm downloads License

Iles module for Pinegrow ⚡️

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

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

# Using pnpm
pnpm add -D @pinegrow/iles-module
  1. Configure: Add @pinegrow/iles-module to your Iles Integrations array iles.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

MIT License

Copyright (c) Pinegrow

Package Sidebar

Install

npm i @pinegrow/iles-module

Weekly Downloads

90

Version

3.0.56

License

MIT

Unpacked Size

8.25 kB

Total Files

10

Last publish

Collaborators

  • pinegrowinfo
  • techakayy
  • ahmedkaja