https://github.com/cusyio/plone-nuxt-module
Plone CMS integration for Nuxt
https://github.com/cusyio/plone-nuxt-module
nuxt nuxt-module nuxtjs plone
Last synced: 7 months ago
JSON representation
Plone CMS integration for Nuxt
- Host: GitHub
- URL: https://github.com/cusyio/plone-nuxt-module
- Owner: cusyio
- License: mit
- Created: 2021-06-17T14:34:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T14:33:53.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T02:37:11.829Z (11 months ago)
- Topics: nuxt, nuxt-module, nuxtjs, plone
- Language: JavaScript
- Homepage: https://cusyio.github.io/plone-nuxt-module/
- Size: 3.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# plone-nuxt-module
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![License][license-src]][license-href]> Nuxt integration for Plone CMS
[📖 **Release Notes**](./CHANGELOG.md)
## Setup
1. Add `plone-nuxt-module` dependency to your project
```bash
yarn add plone-nuxt-module # or npm install plone-nuxt-module
```2. Add `plone-nuxt-module` to the `modules` section of `nuxt.config.js`
```js
{
modules: [
// Simple usage
'plone-nuxt-module',// With options
['plone-nuxt-module', { /* module options */ }]
]
}
```## Development
1. Clone this repository
2. Install dependencies using `yarn install` or `npm install`
3. Start development server using `npm run dev`## License
[MIT License](./LICENSE)
Copyright (c) Thomas Massmann
[npm-version-src]: https://img.shields.io/npm/v/@cusy/plone-nuxt/latest.svg
[npm-version-href]: https://npmjs.com/package/@cusy/plone-nuxt[npm-downloads-src]: https://img.shields.io/npm/dt/@cusy/plone-nuxt.svg
[npm-downloads-href]: https://npmjs.com/package/@cusy/plone-nuxt[github-actions-ci-src]: https://github.com/cusyio/plone-nuxt-module/workflows/ci/badge.svg
[github-actions-ci-href]: https://github.com/cusyio/plone-nuxt-module/actions?query=workflow%3Aci[codecov-src]: https://img.shields.io/codecov/c/github/cusyio/plone-nuxt-module.svg
[codecov-href]: https://codecov.io/gh/cusyio/plone-nuxt-module[license-src]: https://img.shields.io/npm/l/plone-nuxt-module.svg
[license-href]: https://npmjs.com/package/plone-nuxt-module