Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stonega/on-screen-keyboard-detector-nuxt
https://github.com/stonega/on-screen-keyboard-detector-nuxt
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stonega/on-screen-keyboard-detector-nuxt
- Owner: stonega
- License: mit
- Created: 2022-04-19T09:25:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T06:50:43.000Z (over 2 years ago)
- Last Synced: 2024-12-15T13:49:07.913Z (25 days ago)
- Language: TypeScript
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# on-screen-keyboard-detector-nuxt
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]> On Sceren Keyboard Detector for Nuxt.js
[📖 **Release Notes**](./CHANGELOG.md)
## Setup
1. Add `on-screen-keyboard-detector-nuxt` dependency to your project
```bash
yarn add on-screen-keyboard-detector-nuxt # or npm install on-screen-keyboard-detector-nuxt
```2. Add `on-screen-keyboard-detector-nuxt` to the `modules` section of `nuxt.config.js`
```js
/// nuxt.config.js
{
modules: [
'on-screen-keyboard-detector-nuxt',
]
}
```Or a separate section `on-screen-keyboard-detector-nuxt` for module options:
```js
// nuxt.config.js
{
modules: [
'on-screen-keyboard-detector-nuxt',
],
}
```Usage
```
$keyboard.show
```## Documentation
Move to the `docs` directory:
```bash
cd docs
```Install dependencies and start the project in development mode:
```bash
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](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/v/on-screen-keyboard-detector-nuxt/latest.svg
[npm-version-href]: https://npmjs.com/package/on-screen-keyboard-detector-nuxt[npm-downloads-src]: https://img.shields.io/npm/dt/on-screen-keyboard-detector-nuxt.svg
[npm-downloads-href]: https://npmjs.com/package/on-screen-keyboard-detector-nuxt[github-actions-ci-src]: https://github.com/stonega/on-screen-keyboard-detector-nuxt/actions/workflows/ci.yml/badge.svg
[github-actions-ci-href]: https://github.com/stonega/on-screen-keyboard-detector-nuxt/actions/workflows/ci.yml[codecov-src]: https://img.shields.io/codecov/c/github/stonega/on-screen-keyboard-detector-nuxt.svg
[codecov-href]: https://codecov.io/gh/stonega/on-screen-keyboard-detector-nuxt[license-src]: https://img.shields.io/npm/l/on-screen-keyboard-detector-nuxt.svg
[license-href]: https://npmjs.com/package/on-screen-keyboard-detector-nuxt