NuxtProxy

Simple proxy built with Nuxt as a SPA.

MIT License

Stars
2
Committers
2

About

NuxtProxy is a simple web proxy built with Nuxt3.

Selfhosting

If you would like to selfhost this project, you may.

$ git clone https://github.com/FireStreaker2/NuxtProxy.git
$ cd NuxtProxy
$ npm i

For development:

$ npm run dev

For production:

$ npm run build
$ node .output/server/index.mjs

Alternatively, you may deploy to Vercel.

License

MIT

Badges
Extracted from project README
Deploy with Vercel