vuepress / create-vuepress-site

VuePress Site Generator
https://www.npmjs.com/package/create-vuepress-site
MIT License
116 stars 43 forks source link

Generated files do not match recommended directory structure #9

Open neilgaietto opened 3 years ago

neilgaietto commented 3 years ago

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 by Getting Started: Quick Start do not match the documentation.

Example of generated structure

Screenshot 2020-11-13 075923

Example of recommended structure

Screenshot 2020-11-13 080316

You can see the difference with how files are organized in the src & doc folders.

Solution

Update the generated files to match the recommended directory structure. (Or vice versa?)

amcsi commented 3 years ago

I'm getting the same issue. It's confusing. Also #3 seems to be related as well.