2.2.0 • Published 3 months ago

@bistroo/vite-plugin-capacitor v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@bistroo/vite-plugin-capacitor

Install

pnpm add -D @bistroo/vite-plugin-capacitor
// vite.config.ts
import { defineConfig } from 'vite'
import { capacitor } from '@bistroo/vite-plugin-capacitor'

export default defineConfig({
  plugins: [
    capacitor(),
  ],
})

Usage

PLATFORM=android|ios|web vite <build|preview>

or the prompt.

API

capacitor(config: CapacitorPluginConfig)
type CapacitorPluginConfig = {
  buildOptions?: BuildCommandOptions
  runOptions?: RunCommandOptions
}
2.2.0

3 months ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago