Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansmaculotte/nuxt-domains
[WIP] Module for Nuxt.js to handle multiple domains
https://github.com/dansmaculotte/nuxt-domains
domain nuxt nuxt-module
Last synced: 23 days ago
JSON representation
[WIP] Module for Nuxt.js to handle multiple domains
- Host: GitHub
- URL: https://github.com/dansmaculotte/nuxt-domains
- Owner: dansmaculotte
- License: mit
- Created: 2020-01-20T20:51:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T07:37:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T18:02:22.599Z (almost 2 years ago)
- Topics: domain, nuxt, nuxt-module
- Language: JavaScript
- Homepage:
- Size: 403 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @dansmaculotte/nuxt-domains
> Module for Nuxt.js to handle multiple domains
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]## :construction: WIP
This module is considered experimental and a work-in-progress.
[📖 **Release Notes**](./CHANGELOG.md)
## Setup
1. Add `nuxt-domains` dependency to your project
```bash
yarn add nuxt-domains # or npm install nuxt-domains
```2. Add `nuxt-domains` to the `modules` section of `nuxt.config.js`
```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
- https://github.com/nuxt-community/router-module
- https://github.com/nuxt-community/router-extras-module## License
[MIT License](./LICENSE)
Copyright (c) Gaël Reyrol
[npm-version-src]: https://img.shields.io/npm/v/nuxt-domains/latest.svg?style=flat-square
[npm-version-href]: https://npmjs.com/package/nuxt-domains[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-domain.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/nuxt-domains[circle-ci-src]: https://img.shields.io/circleci/project/github/dansmaculotte/nuxt-domains.svg?style=flat-square
[circle-ci-href]: https://circleci.com/gh/dansmaculotte/nuxt-domains[codecov-src]: https://img.shields.io/codecov/c/github/dansmaculotte/nuxt-domains.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/dansmaculotte/nuxt-domains[license-src]: https://img.shields.io/npm/l/nuxt-domains.svg?style=flat-square
[license-href]: https://npmjs.com/package/nuxt-domains