2020.1.0 • Published 5 years ago

create-nuxt-netlify-cms-docs v2020.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@nuxt/netlify-cms-docs

npm version npm downloads Hits

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

Screenshot

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