My Module
My new Nuxt module for doing amazing things.
Features
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add my-module
That's it! You can now use My Module in your Nuxt app ✨
Contribution
Local development
npm install
npm run dev:prepare
npm run dev
npm run dev:build
npm run lint
npm run test
npm run test:watch
npm run release
Usage
Install the ngrok-module to your Nuxt application with one command:
npm i ngrok-module
export default defineNuxtConfig({
modules: ["ngrok-module"],
ngrok: {
token: 'YOUR_NGROK_TOKEN...',
},
});