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
- Host: GitHub
- URL: https://github.com/eggsy/nuxt-hello-world
- Owner: eggsy
- License: mit
- Archived: true
- Created: 2021-09-15T19:42:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T19:33:08.000Z (over 4 years ago)
- Last Synced: 2025-02-12T12:55:03.218Z (over 1 year ago)
- Topics: hello-world, module, nuxt, plugin
- Language: JavaScript
- Homepage: https://npmjs.org/nuxt-hello-world
- Size: 102 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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:
```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.