@codemonster-ru/create-vue-ssg
v1.4.0
Published
Scaffold a Codemonster SSG project.
Downloads
878
Maintainers
Readme
@codemonster-ru/create-vue-ssg
Scaffold command for Codemonster SSG projects.
Usage
npm create @codemonster-ru/vue-ssg@latest my-docsMarkdown content is loaded from content/**/*.md in the generated project.
Options
--template <name>: template to use (defaultordocs)default: minimal starter templatedocs: full docs shell matchingapps/demo--force: allow scaffolding into a non-empty target directory
For the docs template package cards, you can set a custom landing page in each
content/packages/<slug>/metadata.json via landingPath (for example,
"landingPath": "getting-started").
Examples:
npm create @codemonster-ru/vue-ssg@latest my-docs -- --template default
npm create @codemonster-ru/vue-ssg@latest my-docs -- --template docs
npm create @codemonster-ru/vue-ssg@latest my-docs -- --force