kirbyup
v3.5.0
Published
Zero-config bundler for Kirby Panel plugins
Downloads
16,376
Maintainers
Readme
kirbyup
The official bundler for Kirby Panel plugins. Zero-config, built-in HMR.
Key Features
- 🔄 Hot Module Replacement
- 🎒 PostCSS & Sass
- 🧩 kirbyuse Integration
- 🔌 Environment Variables
- 🦔 Configuration File
- 🧭 Path Aliases
Setup
[!TIP] Skip starting from scratch and pick one of the following starters:
# pnpm
pnpm add -D kirbyup
# npm
npm i -D kirbyup
# yarn
yarn add -D kirbyupAfter installation, add these scripts to your package.json:
{
"scripts": {
"dev": "kirbyup serve src/index.js",
"build": "kirbyup src/index.js"
},
"devDependencies": {
"kirbyup": "^3.5.0"
}
}Development
- Clone this repository
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Build with
pnpm run build - Run tests with
pnpm test
License
MIT License © 2021-PRESENT Johann Schopplich
MIT License © 2022-PRESENT Jonas Kuske

