nuxt-hello-world
v1.0.3
Published
A super advanced and most amazing hello world module for Nuxt.
Downloads
3
Readme
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.