Vue--"Create a hospital appointment system for personalized medical services (4)

Today, I started to use vue3 + ts to build the front page of a hospital reservation system. Because the article will explain the code writing of every part of the project, this project will be divided into several articles to explain, and I will explain it in the last article. The project code will be open sourced on my GitHub , and you can download and run it yourself. I hope that this article will be helpful to friends who can pay more attention to this column and learn more front-end Vue knowledge. Then, at the beginning of the article, I will briefly introduce the use of this project. What are the aspects of the technology stack ( read the technology that can be learned in this article ):

vite : A fast, lightweight and feature-rich front-end building tool that helps developers build modern web applications more efficiently.

pnpm : A high-performance, lightweight npm replacement that helps developers handle application dependencies more efficiently.

Vue3 : The latest version of Vue.js, a progressive JavaScript framework for building user interfaces.

Guess you like

Origin blog.csdn.net/qq_53123067/article/details/131882897