0.1.11 • Published 2 years ago

on-screen-keyboard-detector-nuxt v0.1.11

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

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

0.1.10

2 years ago

0.1.11

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago