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

https://github.com/svglol/link-shortener

Link Shortner built with Nuxt & Nuxt Hub
https://github.com/svglol/link-shortener

cloudflare nuxt nuxthub typescript vue

Last synced: 6 months ago
JSON representation

Link Shortner built with Nuxt & Nuxt Hub

Awesome Lists containing this project

README

          

# Link Shortener built with Nuxt + Nuxt Hub
## Built with
- [Nuxt](https://github.com/nuxt/framework)
- [Nuxt Hub](https://github.com/nuxt-hub/core)

## Environment Variables
```bash
NUXT_PUBLIC_BASE_URL=http://localhost:3000/
```

## Setup
```bash
# pnpm
pnpm install
```
## Development Server

Start the development server on http://localhost:3000

```bash
# pnpm
pnpm dev
```

## Production

Build the application for production:

```bash
# pnpm
pnpm build
```

Locally preview production build:

```bash
#yarn
# pnpm
pnpm preview
```