## Nuxt Loading Screen Module

[![Circle CI][circleci-src]][circleci-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]
[![bundle phobia][bundle-phobia-src]][bundle-phobia-href]

This module is internally being used by [nuxt.js](https://github.com/nuxt/nuxt.js) to show loading screen.

![nuxt-loading-screen](https://user-images.githubusercontent.com/904724/54605661-12812680-4a4a-11e9-92e0-e7d7ed3a7c66.gif)

## Contribution

- Clone this repository
- `yarn install`
- `yarn link`
- `yarn build`
- Clone [nuxt.js](https://github.com/nuxt/nuxt.js) repository
- `yarn link @nuxt/loading-screen`
- `yarn nuxt examples/hello-world -o`

## License

MIT - Made with 💖 By Nuxt.js team!

<!-- Refs -->
[circleci-src]: https://flat.badgen.net/circleci/github/nuxt/loading-screen
[circleci-href]: https://circleci.com/gh/nuxt/loading-screen

[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

[bundle-phobia-src]: https://flat.badgen.net/bundlephobia/minzip/@nuxt/loading-screen
[bundle-phobia-href]: https://bundlephobia.com/result?p=@nuxt/loading-screen
