当前位置:网站首页>Netease cloud wechat applet
Netease cloud wechat applet
2022-07-07 09:22:00 【Not enough to eat】
Netease cloud wechat applet
Project address : Netease cloud music applet .zip-Node.js Document resources -CSDN library
List of articles
1. decompression
After decompression, it is shown in the figure ,server It's our server

2. Start the server
cmd Get into server file , Execute the following command
npm start
- Tips nodemon It is not an internal or external procedure , Through npm install -g nodemon solve
- Can't find module( What word appears in double quotation marks , Just npm install That word , Or directly npm install)

3. Perform intranet penetration
Refer to the article :(1 Bar message ) NATAPP Intranet through _ A blog that doesn't have enough to eat -CSDN Blog

4. Run the project
Open the file with wechat developer tool
Wechat developer tool download address : Stable version Stable Build | Wechat open documents (qq.com)
The table of contents is shown in the figure

open utils Under the config.js file , take mobileHost Change to the Internet address we obtained when we penetrated the intranet , Be careful that there is no space in front of the address

Compile the project

5. Project renderings
5.1 The login page

5.2 Personal center

5.3 Home page

5.4 Video page

5.5 Search page

5.6 Song sheet page

5.7 Song play page

边栏推荐
- Do you have any certificates with high gold content?
- 徽商期货公司评级是多少?开户安全吗?我想开户,可以吗?
- 答案在哪里?action config/Interceptor/class/servlet
- JVM 内存结构 详细学习笔记(一)
- Storage of data in memory
- PMP Exam details after the release of the new exam outline
- Redis common commands
- JVM 垃圾回收 详细学习笔记(二)
- Why is access to the external network prohibited for internal services of the company?
- LeetCode每日一题(2316. Count Unreachable Pairs of Nodes in an Undirected Graph)
猜你喜欢
随机推荐
Mysql数据库-锁-学习笔记
Reading notes of pyramid principle
PMP certificate preparation experience sharing
Full link voltage test of the e-commerce campaign Guide
Error: selenium common. exceptions. WebDriverException: Messag‘geckodriver‘ execute
Confitest of fixture py
Jenkins+ant+jmeter use
Postman interface test (II. Set global variables \ sets)
STM32 and motor development (from stand-alone version to Networking)
Several stages of PMP preparation study
Jenkins automated email
Serializer & modelserializer of DRF serialization and deserialization
Leetcode question brushing record (array) combination sum, combination sum II
C language pointer (Part 2)
四、机器学习基础
Variable parameter of variable length function
Self awakening from a 30-year-old female programmer
Druid monitoring - Introduction to JMX usage and principle
H3C vxlan configuration
C language pointer (special article)









