Skip to content

[WIP] Module for Nuxt.js to handle multiple domains

License

Notifications You must be signed in to change notification settings

dansmaculotte/nuxt-domains

Repository files navigation

@dansmaculotte/nuxt-domains

Module for Nuxt.js to handle multiple domains

npm version npm downloads Circle CI Codecov License

🚧 WIP

This module is considered experimental and a work-in-progress.

📖 Release Notes

Setup

  1. Add nuxt-domains dependency to your project
yarn add nuxt-domains # or npm install nuxt-domains
  1. Add nuxt-domains to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-domains',

    // With options
    ['nuxt-domains', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

Resources

License

MIT License

Copyright (c) Gaël Reyrol gael@dansmaculotte.fr

About

[WIP] Module for Nuxt.js to handle multiple domains

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published