1.0.13 • Published 2 years ago

frammer-nuxt v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago