farm-plugin-electron

0.1.0ย โ€ขย Publicย โ€ขย Published

farm-plugin-electron

Electron ๐Ÿ”— Farm

Quick Setup

import { defineConfig } from '@farmfe/core'
import electron from 'farm-plugin-electron'

export default defineConfig({
  compilation: {
    presetEnv: false,
  },
  plugins: [electron({
    main: {
      input: 'electron/main.ts',
    },
  })],
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i farm-plugin-electron

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

5.29 kB

Total Files

4

Last publish

Collaborators

  • caoxie