/vue-url-shortener

Frontend to generate URL Shorteners.

Primary LanguageJavaScript

URL Shortener

Frontend to generate URL Shorteners. You can integrate with the followings backend API's:

API Setup

Create an .env file to connect to an external API

VITE_API_URL=https://localhost

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build