Contributing
We can never thank you enough for your contributions. ❤️
ℹ Read more about Nuxt contribution guide here.
How to contribute?
- Clone nuxt-security repository
 - Install dependencies using 
yarn - Run 
yarn dev:prepareto generate type stubs. 
Nuxt Security
- Use 
yarn devto start the playground in development mode. - Apply your changes
 - Add tests into the test/ directory and run 
yarn testto make sure they pass. - Check the code style with 
yarn lint - Before creating a PR, make sure to run 
yarn buildand that no errors are reported. 
Documentation
- Use 
yarn dev:docsto start the documentation in development mode. - Open http://localhost:3000 to view it in the browser.
 - Update the content of the documentation in the docs/content/ directory.
 
Table of Contents