This module is internally being used by nuxt.js to show loading screen.
- Clone this repository
yarn install
yarn build
cd packages/loading
yarn link
- Clone nuxt.js repository
yarn link @nuxt/loading-screen
yarn nuxt examples/hello-world -o
MIT - Made with đź’– By Nuxt.js team!