···11+name: "\U0001F41B Bug report"
22+description: Something's not working
33+labels: ["bug"]
44+body:
55+ - type: textarea
66+ validations:
77+ required: true
88+ attributes:
99+ label: 🐛 The bug
1010+ description: What isn't working? Describe what the bug is.
1111+ - type: input
1212+ validations:
1313+ required: true
1414+ attributes:
1515+ label: 🛠️ To reproduce
1616+ description: A reproduction of the bug via https://stackblitz.com/github/danielroe/nuxt-capo/tree/main/playground
1717+ placeholder: https://stackblitz.com/[...]
1818+ - type: textarea
1919+ validations:
2020+ required: true
2121+ attributes:
2222+ label: 🌈 Expected behaviour
2323+ description: What did you expect to happen? Is there a section in the docs about this?
2424+ - type: textarea
2525+ attributes:
2626+ label: ℹ️ Additional context
2727+ description: Add any other context about the problem here.
···11+name: "\U0001F4DA Documentation"
22+description: How do I ... ?
33+labels: ["documentation"]
44+body:
55+ - type: textarea
66+ validations:
77+ required: true
88+ attributes:
99+ label: 📚 Is your documentation request related to a problem?
1010+ description: A clear and concise description of what the problem is.
1111+ placeholder: I feel I should be able to [...] but I can't see how to do it from the docs.
1212+ - type: textarea
1313+ attributes:
1414+ label: 🔍 Where should you find it?
1515+ description: What page of the docs do you expect this information to be found on?
1616+ - type: textarea
1717+ attributes:
1818+ label: ℹ️ Additional context
1919+ description: Add any other context or information.
···11+name: "\U0001F195 Feature suggestion"
22+description: Suggest an idea
33+labels: ["enhancement"]
44+body:
55+ - type: textarea
66+ validations:
77+ required: true
88+ attributes:
99+ label: 🆒 Your use case
1010+ description: Add a description of your use case, and how this feature would help you.
1111+ placeholder: When I do [...] I would expect to be able to do [...]
1212+ - type: textarea
1313+ validations:
1414+ required: true
1515+ attributes:
1616+ label: 🆕 The solution you'd like
1717+ description: Describe what you want to happen.
1818+ - type: textarea
1919+ attributes:
2020+ label: 🔍 Alternatives you've considered
2121+ description: Have you considered any alternative solutions or features?
2222+ - type: textarea
2323+ attributes:
2424+ label: ℹ️ Additional info
2525+ description: Is there any other context you think would be helpful to know?
···11+name: "\U0001F198 Help"
22+description: I need help with ...
33+labels: ["help"]
44+body:
55+ - type: textarea
66+ validations:
77+ required: true
88+ attributes:
99+ label: 📚 What are you trying to do?
1010+ description: A clear and concise description of your objective.
1111+ placeholder: I'm not sure how to [...].
1212+ - type: textarea
1313+ attributes:
1414+ label: 🔍 What have you tried?
1515+ description: Have you looked through the docs? Tried different approaches? The more detail the better.
1616+ - type: textarea
1717+ attributes:
1818+ label: ℹ️ Additional context
1919+ description: Add any other context or information.
···11+# Contributor Covenant Code of Conduct
22+33+## Our pledge
44+55+In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
66+77+## Our standards
88+99+Examples of behavior that contributes to creating a positive environment include:
1010+1111+- Using welcoming and inclusive language
1212+- Being respectful of differing viewpoints and experiences
1313+- Gracefully accepting constructive criticism
1414+- Focusing on what is best for the community
1515+- Showing empathy towards other community members
1616+1717+Examples of unacceptable behavior by participants include:
1818+1919+- The use of sexualized language or imagery and unwelcome sexual attention or advances
2020+- Trolling, insulting/derogatory comments, and personal or political attacks
2121+- Public or private harassment
2222+- Publishing others' private information, such as a physical or electronic address, without explicit permission
2323+- Other conduct which could reasonably be considered inappropriate in a professional setting
2424+2525+## Our responsibilities
2626+2727+Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
2828+2929+Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
3030+3131+## Scope
3232+3333+This Code of Conduct applies within all project spaces, and it also applies when an individual is representing the project or its community in public spaces. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
3434+3535+## Enforcement
3636+3737+Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [daniel@roe.dev](mailto:daniel@roe.dev). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838+3939+Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040+4141+## Attribution
4242+4343+This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
4444+4545+[homepage]: https://www.contributor-covenant.org
4646+4747+For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq
···11+MIT License
22+33+Copyright (c) 2023 Daniel Roe
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy
66+of this software and associated documentation files (the "Software"), to deal
77+in the Software without restriction, including without limitation the rights
88+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99+copies of the Software, and to permit persons to whom the Software is
1010+furnished to do so, subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121+SOFTWARE.
···11+# capo.js for Nuxt
22+33+[![npm version][npm-version-src]][npm-version-href]
44+[![npm downloads][npm-downloads-src]][npm-downloads-href]
55+[![Github Actions][github-actions-src]][github-actions-href]
66+[![Codecov][codecov-src]][codecov-href]
77+88+> `capo.js` implementation for [Nuxt 3](https://nuxt.com)
99+1010+- [✨ Changelog](https://github.com/danielroe/nuxt-capo/blob/main/CHANGELOG.md)
1111+- [▶️ Online playground](https://stackblitz.com/github/danielroe/nuxt-capo/tree/main/playground)
1212+1313+## Features
1414+1515+- ✨ validates your `<head>` in dev mode and when prerendering pages
1616+- 🔎 visualises optimal head configuration
1717+1818+## Installation
1919+2020+Install and add `nuxt-capo` to your `nuxt.config`.
2121+2222+```bash
2323+# Whichever matches your package manager
2424+pnpm add -D nuxt-capo
2525+npm install -D nuxt-capo
2626+yarn add -D nuxt-capo
2727+```
2828+2929+```js
3030+export default defineNuxtConfig({
3131+ modules: ['nuxt-capo'],
3232+})
3333+```
3434+3535+## Usage
3636+3737+That's it! You should now see debugging info and suggestions when server rendering your routes
3838+3939+| | |
4040+| - | - |
4141+| |  |
4242+4343+## Credits
4444+4545+Thanks to [**@rviscomi**](https://github.com/rviscomi) for making [capo.js](https://github.com/rviscomi/capo.js)!
4646+4747+## 💻 Development
4848+4949+- Clone this repository
5050+- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` (use `npm i -g corepack` for Node.js < 16.10)
5151+- Install dependencies using `pnpm install`
5252+- Stub module with `pnpm dev:prepare`
5353+- Run `pnpm dev` to start [playground](./playground) in development mode
5454+5555+## License
5656+5757+Made with ❤️
5858+5959+Published under the [MIT License](./LICENCE).
6060+6161+<!-- Badges -->
6262+6363+[npm-version-src]: https://img.shields.io/npm/v/nuxt-capo?style=flat-square
6464+[npm-version-href]: https://npmjs.com/package/nuxt-capo
6565+[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-capo?style=flat-square
6666+[npm-downloads-href]: https://npmjs.com/package/nuxt-capo
6767+[github-actions-src]: https://img.shields.io/github/actions/workflow/status/danielroe/nuxt-capo/ci.yml?branch=main
6868+[github-actions-href]: https://github.com/danielroe/nuxt-capo/actions?query=workflow%3Aci
6969+[codecov-src]: https://img.shields.io/codecov/c/gh/danielroe/nuxt-capo/main?style=flat-square
7070+[codecov-href]: https://codecov.io/gh/danielroe/nuxt-capo