Skip to main content

File Structure

Less than 1 minuteCookbookVuePressFile StructureVuePress

File Structure

.
├── docs → Docs folder depending on you
│    │
│    ├── .vuepress (Optional) → VuePress Config
│    │     │
│    │     ├── dist (Default) → Output folder
│    │     │
│    │     │
│    │     ├── public (Optional) → Static resource dir
│    │     │
│    │     ├── styles (Optional) → Stores style related files
│    │     │
│    │     ├── config.{js,ts} (Optional) → Entry file of configuration
│    │     │
│    │     └── client.{js,ts} (Optional) → Client App file
│    │
│    ├── ... → Other docs
│    │
│    └── README.md → Project homepage

└── package.json → Node.js declaration file for the entire project