create-vuepress-site
create-vuepress-site copied to clipboard
VuePress Site Generator
Hi I ran the command to setup an app. I was confused by the `repo` argument, in how it appears in the interactive CLI and how it gets used. Suggestions:...
The project name needs to be valid, and if it isn't, you'll get an error message. [tl;dr] The prompted "project name" is copied to the "name" field in the package.json....
Add Documentation System template. Inspired by Divio Documentation System (https://documentation.divio.com/)
When I try to use `yarn`, it sometimes throws an error and create a file called `yarn-error.log` at the root directory. So I add this file to `.gitignore` in order...
Also mark the commented-out yarn commands as alternatives to the npm ones.
Aim and motivation is to provide ready to use docker images for generator. User can use generator with just docker can use without having to install NodeJS and dependencies etc....
## Problem Currently the process would be extremely manual. 1. Bump version in `package.json` 1. Update CHANGELOG 1. Add tag 1. Publish with `npm publish` ## Proposal We need a...
### Issue Running `npx create-vuepress-site` generates VuePress files that do not match the recommended directory structure found at https://vuepress.vuejs.org/guide/directory-structure.html#default-page-routing This can be confusing for the developer because the files generated...
Fixes #5 ## Problem * YAML syntax is broken by non-escaped template value (See #5) * Unnecessary escape for some chars such as `"` or `'`: They are double-escaped by...
Hello @billyyyyy3320 I am very interested in creating a vuepress based documentation site, for several open-source projects. I tried almost too many tools, from GitHub hosted, Read The Docs, Gitbook...