Browse Source

update README.md

pull/48/head
zyronon 1 year ago
parent
commit
8b3e2ba691
  1. 19
      README-en-US.md
  2. 4
      README.md

19
README-en-US.md

@ -13,7 +13,11 @@ It is based on <a href="https://v3.cn.vuejs.org">Vue</a>, <a href="https://cn.vi @@ -13,7 +13,11 @@ It is based on <a href="https://v3.cn.vuejs.org">Vue</a>, <a href="https://cn.vi
The latest Vue family bucket technology stack is used, and the background data is built by <a href="https://github.com/ctimmerm/axios-mock-adapter">axios-mock-adapter</a>.
</p>
## 📸 在线访问
## Disclaimers
This project is only applicable for technical research and sharing, and cannot be used for commercial purposes
## Online access
Netlify: <https://douyins.netlify.app> (If you are in China, you need Vpn)
@ -25,7 +29,7 @@ Press F12 to bring up the console, and then press Ctrl+Shift+M to switch to mobi @@ -25,7 +29,7 @@ Press F12 to bring up the console, and then press Ctrl+Shift+M to switch to mobi
**Note**: for mobile phones, please use [Via browser] (https://viayoo.com/zh-cn/) or Chrome browser preview).
Other browsers will force the video to be full-screen, invalidating the style.
## 🖼 Effect screenshot
## Effect screenshot
<div>
<img width="150px" src='./public/docs/1.gif' />
@ -67,14 +71,17 @@ This project is based on `Vue` and needs node environment to run. @@ -67,14 +71,17 @@ This project is based on `Vue` and needs node environment to run.
1. To install NodeJS, refer to [official documentation] (https://nodejs.org/en/download))
2. Use `git clone https://github.com/zyronon/douyin.git` to download the project locally.
3. Enter the project directory `npm install` and run `project install` under the project root directory to download the dependency.
4. Execute `project dev` to start the project. The default address of the project is [`http://localhost:3000`](http://localhost:3000)].
3. Enter the project directory `npm install` and run `project install` under the project root directory to download the
dependency.
4. Execute `project dev` to start the project. The default address of the project
is [`http://localhost:3000`](http://localhost:3000)].
5. Open [`http://localhost:3000`](http://localhost:3000)] in the browser to access the project.
Chrome switch to mobile phone mode shortcut key, press F12 to bring up the console, and then press Ctrl+Shift+M
## 🎙 Functions and suggestions
## Functions and suggestions
At present, the project is in the early stage of development, and new features are being added continuously. If you have any functions and suggestions for the software, you are welcome to put forward them in Issues.
At present, the project is in the early stage of development, and new features are being added continuously. If you have
any functions and suggestions for the software, you are welcome to put forward them in Issues.
If you also like the design idea of this software, welcome to submit pr, thank you very much for your support!
## Contact me

4
README.md

@ -8,6 +8,10 @@ @@ -8,6 +8,10 @@
`douyin` 是一个模仿抖音的移动端短视频项目,它基于 [`Vue`](https://cn.vuejs.org/)、[`Vite`](https://cn.vitejs.dev/) 实现。使用了最新的 `Vue` 全家桶技术栈,接口数据通过 [`axios-mock-adapter`](https://github.com/ctimmerm/axios-mock-adapter) 模拟
## 免责声明
本项目仅适用于技术研究和分享,不得用于商业使用
## 在线访问
Vercel: [http://dy.ttentau.top](http://dy.ttentau.top) (国内推荐访问这个)

Loading…
Cancel
Save