Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardfist/nuxt-rspack
nuxt on rspack
https://github.com/hardfist/nuxt-rspack
Last synced: 3 months ago
JSON representation
nuxt on rspack
- Host: GitHub
- URL: https://github.com/hardfist/nuxt-rspack
- Owner: hardfist
- Created: 2024-09-16T01:42:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:35:54.000Z (4 months ago)
- Last Synced: 2024-10-03T12:21:17.968Z (4 months ago)
- Language: TypeScript
- Size: 299 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt with Rspack
```sh
$ pnpm install
$ pnpm dev # rspack dev mode
$ pnpm dev:webpack # webpack dev mode
$ pnpm build # rspack build mode
$ pnpm build:webpack # webpack build mode
```
> [!NOTE]
> This is just a poc of Nuxt.js running on Rspack(testing for compatible api), we haven't try any performance optimization, Therefore, there is significant room for performance optimization in the future.