vue-demo
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
A PC website using vuejs to imitate QQ Music and Kugou
Technology stack vue+vue-router (core framework) element-ui (use it to complete some layouts for convenience and beauty) koa2 (used for the background framework of the website) mongodb (used for the project database to store some user information) axios (request) Functional Analysis and Design First of all, I have always wanted to make a music website. After seeing that most people have made some music web-side websites, I decided to write a PC-side music website. The back-end uses the classic combination of koa2+MongoDB. It mainly focuses on the front-end, and the back-end mainly writes some routing interfaces and login and registration interfaces. The API is borrowed from QQ Music. It is only used for learning purposes. I am very grateful for this.
The last few renderings: