Vue3+Vant+Vue- CLI +Restful API Combat – Book store mobile terminal

After nearly a month’s efforts, the project was finally finished. I wrote a lot of notes in the code when I was writing, which was convenient for me to check later. If you have any problems, you can ask me for help!

Source code download address:Github.com/kuishou68/V…Remember to give a star!

Project wizard

npm install
Copy the code

Compile the travel

If you have installed the Node environment, download it and go away

npm run serve
Copy the code

packaging

npm run build
Copy the code