Vue3 + Pinia 仿抖音,Vue 在移动端的最佳实践 . Imitate TikTok ,Vue Best practices on Mobile
The douyin-vue project is a mobile short video application inspired by Douyin | TikTok. It aims to provide a smooth and native app-like experience on mobile devices using Vue and the latest Vue technology stack including Vue3, Vite5, and Pinia. The project stores data locally and intercepts API calls using the axios-mock-adapter library to return local JSON data, simulating real backend requests.
To run the douyin-vue project, follow these steps:
git clone [project_repository_url]
cd douyin-vue
npm install
npm run dev
The douyin-vue project is a mobile short video application that aims to provide an experience similar to Douyin | TikTok using Vue and the latest Vue technology stack. By storing data locally and simulating backend requests, it offers a seamless user experience. Remember to follow the installation guide to set up and run the project for learning and research purposes.