1.0.4 • Published 7 months ago

@etherna/vite-plugin v1.0.4

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
github
Last release
7 months ago

Etherna Vite Plugin

Run all the Etherna services in your vite app locally.

Installation

npm install @etherna/vite-plugin
// or
yarn add @etherna/vite-plugin
// or
pnpm add @etherna/vite-plugin

Usage

Prerequisites

  • Make sure docker is installed and running.
// vite.config.ts
import { defineConfig } from 'vite'
import { etherna } from '@etherna/vite-plugin'

export default defineConfig({
  plugins: [
    // ...
    etherna(),
  ],
})

Opt out from services

// ...
  etherna({
    mongo: false,
    bee: false,
  }),
// ...
1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago