Getting Started

Armonia is a vite plugin for quick application development.

Almost bare metal, Armonia allows you to develop and build application across multiple target without leaving the comfort of vite.

Armonia supports as right now:

$ pnpm i @armonia/vite -D
// vite.config.ts
import { defineConfig } from 'vite'
import { armonia } from '@armonia/vite'

export default defineConfig({
  plugins: [armonia()]
})

Explore the example projects

Or explore the not so starter template