frammer-nuxt
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i frammer-nuxt

Weekly Downloads

1

Version

1.0.13

License

MIT

Unpacked Size

183 kB

Total Files

21

Last publish

Collaborators

  • rootster