Build a TikTok‑Clone with Vue: Quick Guide to the Douyin Open‑Source Project

This article introduces the Douyin open‑source project—a TikTok‑style short‑video app built with Vue and Vite—provides its GitHub link, showcases screenshots, and offers step‑by‑step instructions for setting up and running the project locally.

Java High-Performance Architecture
Java High-Performance Architecture
Java High-Performance Architecture
Build a TikTok‑Clone with Vue: Quick Guide to the Douyin Open‑Source Project

Today we briefly introduce an open‑source Douyin project, a TikTok‑like short‑video mobile app built with Vue and Vite.

The project uses the latest Vue ecosystem and simulates API data with axios‑mock‑adapter.

Project address: https://github.com/zyronon/douyin

Effect screenshots

Douyin project screenshot
Douyin project screenshot
Douyin UI gif 1
Douyin UI gif 1
Douyin UI gif 2
Douyin UI gif 2

Run the project

The project requires a Node environment.

Install NodeJS (refer to the official documentation).

Install pnpm globally: npm install -g pnpm.

Clone the repository: git clone https://github.com/zyronon/douyin.git.

Enter the project directory and install dependencies: cd douyin && pnpm install.

Start the development server: pnpm dev. The default address is http://localhost:3000.

Open the address in a browser; use Chrome’s device mode (F12 then Ctrl+Shift+M) to emulate a mobile device.

frontendViteDouyin
Java High-Performance Architecture
Written by

Java High-Performance Architecture

Sharing Java development articles and resources, including SSM architecture and the Spring ecosystem (Spring Boot, Spring Cloud, MyBatis, Dubbo, Docker), Zookeeper, Redis, architecture design, microservices, message queues, Git, etc.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.