Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firestreaker2/nuxtproxy
Simple proxy built with Nuxt as a SPA.
https://github.com/firestreaker2/nuxtproxy
nodejs nuxt3 nuxtjs proxy spa ultraviolet vue vuejs
Last synced: about 14 hours ago
JSON representation
Simple proxy built with Nuxt as a SPA.
- Host: GitHub
- URL: https://github.com/firestreaker2/nuxtproxy
- Owner: FireStreaker2
- License: mit
- Created: 2023-08-31T01:25:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T02:51:05.000Z (6 months ago)
- Last Synced: 2025-02-02T05:24:53.574Z (13 days ago)
- Topics: nodejs, nuxt3, nuxtjs, proxy, spa, ultraviolet, vue, vuejs
- Language: Vue
- Homepage: https://nuxt-proxy.firestreaker2.gq
- Size: 2.37 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![NuxtProxy](https://socialify.git.ci/FireStreaker2/NuxtProxy/image?description=1&forks=1&issues=1&language=1&name=1&owner=1&pattern=Brick%20Wall&pulls=1&stargazers=1&theme=Dark)
# About
NuxtProxy is a simple web proxy built with [Nuxt3](https://nuxt.com/).# Selfhosting
If you would like to selfhost this project, you may.
```bash
$ git clone https://github.com/FireStreaker2/NuxtProxy.git
$ cd NuxtProxy
$ npm i
```For development:
```bash
$ npm run dev
```For production:
```bash
$ npm run build
$ node .output/server/index.mjs
```Alternatively, you may deploy to Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FFireStreaker2%2FNuxtProxy)# License
[MIT](https://github.com/FireStreaker2/NuxtProxy/blob/main/LICENSE)