Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2nthony/poi-plugin-loading-screen
🚥Loading screen for poi plugin inspired by Nuxt.js's loading screen
https://github.com/2nthony/poi-plugin-loading-screen
loading-screen poi poi-plugin
Last synced: 2 months ago
JSON representation
🚥Loading screen for poi plugin inspired by Nuxt.js's loading screen
- Host: GitHub
- URL: https://github.com/2nthony/poi-plugin-loading-screen
- Owner: 2nthony
- License: mit
- Created: 2019-04-29T05:04:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:18:45.000Z (about 1 year ago)
- Last Synced: 2024-10-12T08:43:59.076Z (3 months ago)
- Topics: loading-screen, poi, poi-plugin
- Language: JavaScript
- Homepage: https://github.com/evillt/loading-screen
- Size: 995 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[evillt/loading-screen]: https://github.com/evillt/loading-screen
![](https://user-images.githubusercontent.com/19513289/57156519-c418c300-6e10-11e9-9027-ef64061f9f60.png)
> 🚥Loading screen for poi plugin inspired by Nuxt.js's loading screen powered by [evillt/loading-screen]
[![NPM version](https://badgen.net/npm/v/poi-plugin-loading-screen?icon=npm)](https://npmjs.com/package/poi-plugin-loading-screen)
[![NPM download](https://badgen.net/npm/dm/poi-plugin-loading-screen?icon=npm)](https://npmjs.com/package/poi-plugin-loading-screen)
[![CircleCI](https://badgen.net/circleci/github/evillt/poi-plugin-loading-screen?icon=circleci)](https://circleci.com/gh/evillt/poi-plugin-loading-screen/tree/master)
[![donate](https://badgen.net/badge/support%20me/donate/f2a)](https://patreon.com/evillt)![](https://user-images.githubusercontent.com/19513289/57154226-ef001880-6e0a-11e9-886a-d5290270737d.gif)
## Install
```console
yarn add poi-plugin-loading-screen -D
```## Usage
In your `poi.config.js`:
```js
module.exports = {
plugins: ['loading-screen']
}
```## Credits
- [**nuxt/loading-screen**](https://github.com/nuxt/loading-screen)
- [evillt/loading-screen]
- [poi](https://poi.js.org)## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
**poi-plugin-loading-screen** © [evillt](https://github.com/evillt), Released under the [MIT](./LICENSE) License.
Authored and maintained by **EVILLT** with help from contributors ([list](https://github.com/evillt/poi-plugin-loading-screen/contributors)).
> [evila.me](https://evila.me) · GitHub [@evillt](https://github.com/evillt) · Twitter [@evillt](https://twitter.com/evillt)