Vue--"Vue3 Complete Guide to Creating an Extensible Project Management System Background (9)

Today I started to use vue3 + ts to build a project management background, because the article will explain the writing of code in every part of the project, so this project will be divided into several articles to explain, and I will explain it in the last article The project code is 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 ones used in 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/131466483