on-screen-keyboard-detector-nuxt
v0.1.11
Published
On screnn keyboard detector for Nuxt.js
Downloads
5
Readme
on-screen-keyboard-detector-nuxt
On Sceren Keyboard Detector for Nuxt.js
Setup
- 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
- Add
on-screen-keyboard-detector-nuxt
to themodules
section ofnuxt.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
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev