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

https://github.com/eggsy/nuxt-hello-world

🛠 Powerful hello world module for Nuxt.js
https://github.com/eggsy/nuxt-hello-world

hello-world module nuxt plugin

Last synced: over 1 year ago
JSON representation

🛠 Powerful hello world module for Nuxt.js

Awesome Lists containing this project

README

          

Nuxt Hello World

![image](/demo/image.jpg)

⚡️ Lightning fast, and advanced Nuxt.js module for those who want to see "hello world" in their console every time they change a page, or start their Nuxt server.

### Installation

Download the module from NPM via `npm install nuxt-hello-world --save` (or `yarn add nuxt-hello-world`) and then add it to your `nuxt.config.js` file:

```js
export default {
buildModules: ["nuxt-hello-world"],
};
```

You'll see a new badge displaying when you run your Nuxt app, that means the module is working correctly.