Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazeyqian/vue-screenfull
Vue.js 全屏
https://github.com/mazeyqian/vue-screenfull
Last synced: 16 days ago
JSON representation
Vue.js 全屏
- Host: GitHub
- URL: https://github.com/mazeyqian/vue-screenfull
- Owner: mazeyqian
- License: mit
- Created: 2018-08-26T05:25:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T09:00:18.000Z (over 2 years ago)
- Last Synced: 2023-12-10T12:22:32.473Z (11 months ago)
- Language: JavaScript
- Size: 626 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Screenfull
[![NPM version][npm-image]][npm-url]
[![l][l-image]][l-url][npm-image]: https://img.shields.io/npm/v/vue-screenfull
[npm-url]: https://npmjs.org/package/vue-screenfull
[l-image]: https://img.shields.io/npm/l/vue-screenfull
[l-url]: https://github.com/mazeyqian/vue-screenfullA **Vue3+** component for Fullscreen.
## Install
You can get vue-screenfull via [npm](https://www.npmjs.com/package/vue-screenfull).
```
npm install vue-screenfull --save
```## Usage
I am Coding it...
```
// pass
```## Develop
```
# dev
npm run dev# build
npm run build# documentation
npm run docs
```