1.0.13 • Published 11 months ago

frammer-nuxt v1.0.13

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

Frammer-Nuxt

npm version npm downloads License Nuxt

Frammer-Nuxt integrated with the Nuxt Devtools.

Features

  •  Insert any web app into iframe
  • 🌲  That's it

Quick Setup

  1. Add frammerNuxt dependency to your project
# Using pnpm
pnpm add -D frammer-nuxt

# Using npm
npm install --save-dev frammer-nuxt
  1. Add frammerNuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["frammer-nuxt"],
  frammerNuxt: {
    iframeUrl: "http://localhost:3333",
  },
});

That's it! You can now use Frammer-Nuxt module in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with playground, with devtools client ui
npm run dev

# Develop with playground, with bundled client ui
npm run play:prod

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago