/create-nuxt-netlify-cms-docs

Create Nuxt.js and Netlify CMS based documentation easily now with a single command. It supports existing project as well as new one. With frontend hosting tools like Netlify, Vercel, Surge, etc you can easily host your one in no time.

Primary LanguageJavaScriptMIT LicenseMIT

@nuxt/netlify-cms-docs

npm version npm downloads Hits

Create a documentation with @nuxt/netlify-cms-docs

Screenshot

Nuxt Tailwind Docs

Netlify CMS

Usage

With yarn:

yarn create nuxt-netlify-cms-docs <project-name>

Or with npx (npx is shipped by default since npm 5.2.0)

npx create-nuxt-netlify-cms-docs <project-name>

Or starting with npm v6.1 you can do:

npm init nuxt-netlify-cms-docs <project-name>

Adding to existing project

Use above command in the root of the project with docs as project name.

References

  1. Create Nuxt Content doc

License

MIT License