on-screen-keyboard-detector-nuxt
TypeScript icon, indicating that this package has built-in type declarations

0.1.11 • Public • Published

on-screen-keyboard-detector-nuxt

npm version npm downloads Github Actions CI Codecov License

On Sceren Keyboard Detector for Nuxt.js

📖 Release Notes

Setup

  1. Add on-screen-keyboard-detector-nuxt dependency to your project
yarn add on-screen-keyboard-detector-nuxt # or npm install on-screen-keyboard-detector-nuxt
  1. Add on-screen-keyboard-detector-nuxt to the modules section of nuxt.config.js
/// nuxt.config.js
{
  modules: [
    'on-screen-keyboard-detector-nuxt',
  ]
}

Or a separate section on-screen-keyboard-detector-nuxt for module options:

// nuxt.config.js
{
  modules: [
    'on-screen-keyboard-detector-nuxt',
  ],
}

Usage

$keyboard.show

Documentation

Move to the docs directory:

cd docs

Install dependencies and start the project in development mode:

yarn && yarn dev

Development

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

License

MIT License

/on-screen-keyboard-detector-nuxt/

    Package Sidebar

    Install

    npm i on-screen-keyboard-detector-nuxt

    Weekly Downloads

    1

    Version

    0.1.11

    License

    MIT

    Unpacked Size

    7.09 kB

    Total Files

    6

    Last publish

    Collaborators

    • stone_edward