https://github.com/yzqdev/vuepress-rspack
https://github.com/yzqdev/vuepress-rspack
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yzqdev/vuepress-rspack
- Owner: yzqdev
- Created: 2024-05-07T15:30:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T15:33:43.000Z (about 2 years ago)
- Last Synced: 2025-06-11T18:00:43.125Z (about 1 year ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bundler-rspack
## run
folder structure
```
bundler-rspack - rspack bundler source
sample - a vuepress sample created by create-vuepress
```
1. install deps
```shell
pnpm install
```
2. build bundler-rspack
```shell
cd bundler-rspack
pnpm build
```
3. build docs
```shell
# run with rspack
pnpm dev:rspack
# run with vite
pnpm dev:vite
# build with rspack
pnpm build:rspack
# build with vite
pnpm build:vite
```
compare rspack and vite compile speed
## rspack

## vite
