Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mazeyqian/vue-screenfull

Vue.js 全屏
https://github.com/mazeyqian/vue-screenfull

Last synced: 16 days ago
JSON representation

Vue.js 全屏

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-screenfull

A **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
```