1.0.9 • Published 2 years ago

@controlla/nuxt-typeform v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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

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