Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
621 changes: 594 additions & 27 deletions docs/.vitepress/config.mts

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hero:
actions:
- theme: brand
text: Get Started
link: /guide/
link: /vite/guide/
- theme: alt
text: GitHub
link: https://github.com/voidzero-dev/vite-plus
Expand Down
13 changes: 13 additions & 0 deletions docs/lib/guide/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Getting Started

## Overview

Vite+ is a unified toolchain for modern web development that extends Vite with powerful monorepo capabilities. It combines:

- **Dev Server**: Vite's blazing-fast development experience with native ES modules and instant HMR
- **Build Tool**: Optimized production builds powered by Rolldown
- **Task Runner**: Intelligent monorepo task execution with caching and dependency resolution
- **Testing**: Built-in test runner with workspace support
- **Linting**: Integrated oxlint for fast code quality checks

All in a single, cohesive tool designed for scale, speed, and developer sanity.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/guide/cli.md → docs/vite/guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ vite optimize [root]

Locally preview the production build. Do not use this as a production server as it's not designed for it.

This command starts a server in the build directory (by default `dist`). Run `vite build` beforehand to ensure that the build directory is up-to-date. Depending on the project's configured [`appType`](../config/shared-options.md#apptype), it makes use of certain middleware.
This command starts a server in the build directory (by default `dist`). Run `vite build` beforehand to ensure that the build directory is up-to-date. Depending on the project's configured [`appType`](../../config/shared-options.md#apptype), it makes use of certain middleware.

#### Usage

Expand Down
8 changes: 4 additions & 4 deletions docs/guide/index.md → docs/vite/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ vite run build -r --debug

## Next Steps

- Learn more about [task configuration](/guide/tasks)
- Explore [caching strategies](/guide/caching)
- Set up [monorepo workspaces](/guide/monorepo)
- Customize [Vite+ configuration](/config/)
- Learn more about [task configuration](./task/getting-started)
- Explore [caching strategies](./caching)
- Set up [monorepo workspaces](./monorepo)
- Customize [Vite+ configuration](../../config/)

## Community & Support

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added docs/vite/guide/tasks.md
Empty file.
Empty file.
Loading