nuxt-hello-world

🛠 Powerful hello world module for Nuxt.js

MIT License

Stars
6

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:

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.