1.0.1 • Published 1 year ago

base-nothing-nuxt-settings v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Nothing Settings Module

This nuxt module simplt connects to the Nothing Settings WordPress plugin and injest them into Nuxt as ENV variables or the publicRuntimeConfig.

Quick Setup

  1. Add Nothing-settings dependency to your project
# Using pnpm
pnpm add -D Nothing-settings

# Using yarn
yarn add --dev Nothing-settings

# Using npm
npm install --save-dev Nothing-settings
  1. Add Nothing-settings to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["nothing-nuxt-settings"],
});
1.0.1

1 year ago