Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.98 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.98 KB

@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