1.0.3 • Published 3 years ago

nuxt-hello-world v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Nuxt Hello World

⚡️ 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.