current position:Home>Vue3+vite3 to develop Netease cloud music Day1 backend environment
Vue3+vite3 to develop Netease cloud music Day1 backend environment
2022-06-24 08:59:33【Little girl】
The whole project mainly introduces how to use VUE3+Vite3 The front frame , The back-end data is provided as open source NetEase cloud music API
1. Download and install the backend API
1.1 Use it directly git Order cloning
git clone [email protected]:Binaryify/NeteaseCloudMusicApi.git
This way to install , Generally unsuccessful , Because the server is in a foreign country , The download timeout... Will be displayed . for example
1.2 Get into gitHub The way of downloading from the warehouse is relatively fast
1.3 Copy download address
1.4 open git perhaps PowerShell, Clone and download
2. Netease cloud API After downloading successfully , Perform lazy installation
2.1 Use vs code Open the downloaded Netease cloud backend project , Press Ctrl+` Create a new terminal , Input instruction
npm install
2.2 If during installation , This interface appears , According to the instructions it prompts , Input npm audit fix or npm audit fix --force
2.3 Then the lazy download is completed
2.4 Last input node app.js , Netease cloud API The back end is running
These are operated according to the document , Many reference documents
Here's the picture , The backend runs successfully
2.5 visit 3000 port
Reference video :VUE3 The latest and most practical project 2021 Course _ Bili, Bili _bilibili
notes : Don't spray if you don't like it , I just record the learning process , Together ' .
copyright notice
author[Little girl],Please bring the original link to reprint, thank you.
https://en.qdmana.com/2022/175/202206240640278984.html
The sidebar is recommended
- How to read files using JavaScript
- Example of JavaScript FileReader API processing files
- Springboot+vue project tourism information recommendation system [source code open source]
- Ultra wideband pulse positioning scheme, UWB precise positioning technology, wireless indoor positioning application
- Elementui used tabs to step on the pit
- Ant Design Vue - remove the input component border and the border blue shadow effect when getting focus
- Get httponly protected cookies across sub domains through XSS
- Coding specification - Vue project
- Code writing specification - Javascript
- Code specification - HTML
guess what you like
Code writing specification - CSS
CSS Notes 6
Quickly set up PgSQL for serverless
404405 troubleshooting after Vue uses proxy packaging
Vue3 TS learning
What is the charm of python, which is warmly pursued by countless programmers?
HTML Basics
CSS Foundation
CSS (PC side) three methods of traditional page layout
Inline element, block element, inline block element
Random recommended
- 19、 Lua garbage collection of enterprise rapid development platform spring cloud+spring boot+mybatis+elementui
- Detailed introduction to render props and high-level component hoc in react tutorial
- Introduction to high order components (HOC) in react tutorial
- Front end and back end love and hate -- sequel
- When Vue adds on-demand loading to the UI library and starts the project, an error is reported in babel-preset-es2015
- Select in element uses typescript to define initial data, which has no effect
- Vue video player of Vue player plug-in
- React configuration component path reference @ to represent SRC root path
- Use less and CSS modules in react scaffold Engineering
- JavaScript plug-in download instructions and introduction of the web front end, NPM, install, save, and require
- Plug in download instructions and introduction of Vue in the web front end, NPM, install, save
- Summary of front-end common interview questions
- JavaScript automatically adds tag UTF-8 encoding
- Summary of three for loop statements in front-end JavaScript
- Vue hook function
- Monitor page rotation in Vue, and display in full screen on echarts mobile terminal
- Webpack learning notes series 07- how it works
- Webpack learning notes series 06- Packaging Optimization
- Webpack learning notes series 08-hmr hot update
- [Vue] understanding and thinking of new features based on Vue 3
- Fasthttp: go framework ten times faster than net/http (server)
- The difference between preload and prefetch and how to optimize in webpack projects
- Several ways of calling methods to transfer parameters in react render
- Axios usage
- LabVIEW finds prime numbers in an array of n elements
- Elementui form custom regular expression validation text box
- Export markdown to HTML, PDF with browser
- Experience summary of typescript transformation process of old vue2.x projects
- Front end development uses graphql -- vue3 uses graphql
- JS to get the last element of the array
- About Axios request - delete method
- The salon for the first anniversary of the open source of oasis, an ant interactive graphics engine, is coming. On February 26, we will see you in the live studio!
- Best practices for cookie notification
- How does HTML5 implement live streaming? It's worth learning!
- Record webpackdemo configuration
- Android studio uses iconfont Ali vector icon library
- HttpMediaTypeNotSupportedException: Content type ‘application. yml/json; charset=UTF-8‘ not supported
- CSS notes
- Nginx enables geoip2 module to realize national city identification - the road to dream
- Database to query the quantity of books lent in this month. If it is higher than 10, it will display "more than 10 books lent in this month". Otherwise, it will display "less than 10 books lent in this month"