forked from daren.hsu/line_push
33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
## Loading Screen
|
|
|
|
[![Github Actions CI][github-actions-src]][github-actions-href]
|
|
[![Standard JS][standard-js-src]][standard-js-href]
|
|
[![npm version][npm-version-src]][npm-version-href]
|
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
[![package phobia][package-phobia-src]][package-phobia-href]
|
|
|
|
|
|
This module is internally being used by [nuxt.js](https://github.com/nuxt/nuxt.js) to show loading screen.
|
|
|
|

|
|
|
|
## License
|
|
|
|
MIT - Made with 💖 By Nuxt team!
|
|
|
|
<!-- Refs -->
|
|
[github-actions-src]: https://github.com/nuxt/loading-screen/workflows/ci/badge.svg?branch=master
|
|
[github-actions-href]: https://github.com/nuxt/loading-screen/actions?query=workflow%3Aci
|
|
|
|
[standard-js-src]: https://flat.badgen.net/badge/code%20style/standard/green
|
|
[standard-js-href]: https://standardjs.com
|
|
|
|
[npm-version-src]: https://flat.badgen.net/npm/v/@nuxt/loading-screen/latest
|
|
[npm-version-href]: https://npmjs.com/package/@nuxt/loading-screen
|
|
|
|
[npm-downloads-src]: https://flat.badgen.net/npm/dt/@nuxt/loading-screen
|
|
[npm-downloads-href]: https://npmjs.com/package/@nuxt/loading-screen
|
|
|
|
[package-phobia-src]: https://flat.badgen.net/packagephobia/install/@nuxt/loading-screen
|
|
[package-phobia-href]: https://packagephobia.now.sh/result?p=@nuxt/loading-screen
|