当前位置:网站首页>網易雲微信小程序
網易雲微信小程序
2022-07-07 09:22:00 【一頓吃不飽】
網易雲微信小程序
項目地址:網易雲音樂小程序.zip-Node.js文檔類資源-CSDN文庫
1.解壓
解壓後如圖所示,server是我們的服務器

2.啟動服務器
cmd進入server文件,執行以下命令
npm start
- 提示nodemon不是內外部程序,則通過npm install -g nodemon解决
- 找不到 module(雙引號出現什麼單詞,就 npm install 那個單詞,或者直接 npm install)

3.進行內網穿透
可參考文章:(1條消息) NATAPP內網穿透_一頓吃不飽的博客-CSDN博客

4.運行項目
用微信開發者工具打開文件
微信開發者工具下載地址:穩定版 Stable Build | 微信開放文檔 (qq.com)
目錄如圖所示

打開utils下的config.js文件,將mobileHost更改為我們在內網穿透時獲得的外網地址,注意地址前面不要有空格

編譯項目

5.項目效果圖
5.1 登錄頁

5.2 個人中心

5.3 主頁

5.4 視頻頁

5.5 搜索頁

5.6 歌單頁

5.7 歌曲播放頁

边栏推荐
- Skill review of test engineer before interview
- DRF authentication, permissions, and flow restrictions (only for views in DRF)
- 寄存器地址名映射
- Do you have any certificates with high gold content?
- Record of structured interview
- Postman interface test (II. Set global variables \ sets)
- 外部中断实现按键实验
- MySQL common statements
- [cloud native] Devops (I): introduction to Devops and use of code tool
- 信息安全实验三 :PGP邮件加密软件的使用
猜你喜欢
随机推荐
[chaosblade: delete pod according to the tag, pod domain name access exception scenario, pod file system i/o failure scenario]
How to count the number of project code lines
Mysql database transaction learning notes
Expérience de port série - simple réception et réception de données
Difference between interface iterator and iteratable
Port multiplexing and re imaging
Pycharm importing third-party libraries
【Istio Network CRD VirtualService、Envoyfilter】
What is the rating of Huishang futures company? Is it safe to open an account? I want to open an account, OK?
Postman interface debugging method
Pycharm create a new file and add author information
端口复用和重映像
超十万字_超详细SSM整合实践_手动实现权限管理
数据在内存中的存储
网易云微信小程序
C language pointer (exercises)
PMP experience learning and sharing process
Jenkins task grouping
What is the use of PMP certificate?
Two schemes of unit test









