当前位置:网站首页>網易雲微信小程序
網易雲微信小程序
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 歌曲播放頁

边栏推荐
- Interview question: general layout and wiring principles of high-speed PCB
- stm32和电机开发(从单机版到网络化)
- SiteMesh getting started example
- Leetcode daily questions (2316. count unreachable pairs of nodes in an undirected graph)
- Count the number of words C language
- Where is the answer? action config/Interceptor/class/servlet
- Data association between two interfaces of postman
- Connecting mobile phone with ADB
- Why is access to the external network prohibited for internal services of the company?
- 5A summary: seven stages of PMP learning
猜你喜欢

【Istio Network CRD VirtualService、Envoyfilter】

PMP Exam details after the release of the new exam outline

Mysql database lock learning notes

信息安全实验二 :使用X-SCANNER扫描工具

Jenkins modifies the system time

Integer or int? How to select data types for entity classes in ORM

Register address name mapping

二叉树高频题型

华为HCIP-DATACOM-Core_03day

The essence of high availability
随机推荐
[istio introduction, architecture, components]
串口实验——简单数据收发
网易云微信小程序
Simulation volume leetcode [general] 1705 The maximum number of apples to eat
Two schemes of unit test
Jenkins automated email
Pytest installation (command line installation)
Why is access to the external network prohibited for internal services of the company?
How to pass the PMP Exam in a short time?
H3C vxlan configuration
Test Engineer Interview Questions 2022
Confitest of fixture py
Huawei hcip datacom core_ 03day
Pycharm importing third-party libraries
Common short chain design methods
Locust performance test 2 (interface request)
Redis common commands
Sublime Text4 download the view in bower and set the shortcut key
Jemter operation
Leetcode刷题记录(数组)组合总和、组合总和 II