kirbyup
TypeScript icon, indicating that this package has built-in type declarations

3.1.5 • Public • Published

kirbyup

kirbyup

npm version

The official bundler for Kirby Panel plugins with zero-config usage and built-in HMR.

Key Features

Setup

[!TIP] 📖 Read the documentation

# pnpm
pnpm add -D kirbyup

# npm
npm i -D kirbyup

Basic Usage

[!TIP] 📖 Read the documentation or skip starting from scratch and pick one of the following starters:

Having installed kirbyup, you can add the following scripts as shortcuts to the commands you will use most often:

{
  "scripts": {
    "dev": "kirbyup serve src/index.js",
    "build": "kirbyup src/index.js"
  },
  "devDependencies": {
    "kirbyup": "^3.1.3"
  }
}

💻 Development

  1. Clone this repository
  2. Enable Corepack using corepack enable
  3. Install dependencies using pnpm install
  4. Run pnpm run dev:prepare
  5. Start development server using pnpm run dev

License

MIT License © 2021-PRESENT Johann Schopplich

MIT License © 2022-PRESENT Jonas Kuske

Package Sidebar

Install

npm i kirbyup

Weekly Downloads

219

Version

3.1.5

License

MIT

Unpacked Size

30.1 kB

Total Files

19

Last publish

Collaborators

  • johannschopplich