Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.