First look at Vue3 with a basic bitly clone

Vue-3 first look : Bitly clone

Features

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Usage

Front + Back

Just run and visit http://localhost:8080

# Start server (make sure docker is running)
docker-compose up

# Make sure pnpm is installed or run npm install pnpm -g
cd front
pnpm install
pnpm run dev

Build

To build the App, run

cd front
pnpm run build

And you will see the genrated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select you clone, OK along the way, and your App will be live in a minute.

Download Details:

Author: mlaraki

Source Code: https://github.com/mlaraki/Vue3-Bitly-Clone

#vuejs #vue #javascript

First look at Vue3 with a basic bitly clone
3.85 GEEK