Skip to content

eggsy/nuxt-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt Hello World

image

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