update README.md
This commit is contained in:
parent
62f822c029
commit
5f112c706d
@ -54,7 +54,7 @@ cd douyin
|
||||
npm install
|
||||
|
||||
# Start the service
|
||||
npm run serve
|
||||
npm run dev
|
||||
|
||||
# Visit
|
||||
Chrome browser access http://localhost:8080
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
|
||||
## 预览
|
||||
[在线预览DEMO](https://ttentau.github.io/ttentau/dy/)
|
||||
### 注意: 无法加载视频,因为GitPage把http强制https请求cdn了
|
||||
### 注意:电脑端请用Chrome手机模式访问
|
||||
### 注意:安卓手机请用Via浏览器预览。其他浏览器检测到页面内有视频会强制将视频全屏,并显示控制按钮,导致css和js都失效
|
||||
|
||||
@ -50,7 +51,7 @@ cd douyin
|
||||
npm install
|
||||
|
||||
# 启动服务
|
||||
npm run serve
|
||||
npm run dev
|
||||
|
||||
# 访问
|
||||
Chrome浏览器访问 http://localhost:8080
|
||||
|
||||
4292
package-lock.json
generated
4292
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -11,15 +11,15 @@
|
||||
"axios": "0.26.1",
|
||||
"core-js": "3.21.1",
|
||||
"dayjs": "1.11.0",
|
||||
"gl-matrix": "^3.4.3",
|
||||
"gl-matrix": "3.4.3",
|
||||
"lodash": "4.17.21",
|
||||
"mitt": "3.0.0",
|
||||
"mockjs": "1.1.0",
|
||||
"pinyin": "2.11.1",
|
||||
"swiper": "^8.4.6",
|
||||
"vconsole": "^3.15.0",
|
||||
"swiper": "8.4.6",
|
||||
"vconsole": "3.15.0",
|
||||
"vue": "3.2.45",
|
||||
"vue-masonry": "^0.16.0",
|
||||
"vue-masonry": "0.16.0",
|
||||
"vue-router": "4.0.14",
|
||||
"vue-switches": "2.0.1",
|
||||
"vuex": "4.0.2"
|
||||
@ -27,7 +27,7 @@
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "4.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "3.0.0",
|
||||
"less": "^4.1.3",
|
||||
"less": "4.1.3",
|
||||
"mobile-select": "1.1.2",
|
||||
"vite": "4.0.4"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user