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
- Host: GitHub
- URL: https://github.com/svglol/link-shortener
- Owner: svglol
- Created: 2022-08-10T06:05:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:56:03.000Z (12 months ago)
- Last Synced: 2024-10-29T11:56:54.810Z (12 months ago)
- Topics: cloudflare, nuxt, nuxthub, typescript, vue
- Language: TypeScript
- Homepage: https://link-shortener.nuxt.dev/
- Size: 840 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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 ServerStart 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
```