@controlla/nuxt-typeform
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

@controlla/nuxt-typeform

@controlla/nuxt-typeform

npm version npm downloads Github Actions CI Codacy Badge License

Typeform module for Nuxt

Features

  • Nuxt 3 ready
  • Easy integration with Typeform
  • Support for Vue Widget component
  • Support for Typeform Recommend
  • TypeScript support

Setup

yarn add @controlla/nuxt-typeform # yarn
npm i @controlla/nuxt-typeform # npm

Basic usage

Firstly, you need to add @controlla/nuxt-typeform to your Nuxt config.

// nuxt.config.js

{
    modules: [
        "@controlla/nuxt-typeform",
    ],
    typeform: {
        formId: "<FORM_ID>"
    }
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn dev or npm run dev

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i @controlla/nuxt-typeform

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

7.88 kB

Total Files

11

Last publish

Collaborators

  • ivansotelo