Skip to content
/ url3.cc Public

A tool for generating and managing short URLs and image links. 短链接生成工具

Notifications You must be signed in to change notification settings

manfwh/url3.cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Url3.cc is a service that generates short links

Feature

  • 🔗 Generate Short URLs: Easily convert long URLs into short, shareable links.
  • 🖼️ Image Link Shortening: Turn image URLs into concise, easy-to-share links.
  • 📊 Link Management: Conveniently manage all your shortened links in one place.
  • 📈 Analytics: Track and analyze link clicks and performance data.
  • 💼 Efficient Promotion: Ideal for more effective online marketing campaigns.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.

About

A tool for generating and managing short URLs and image links. 短链接生成工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages