vue-material-dashboard-2 by Creative Tim
这个模板是经过二次开发的 Dashboard 主题模板,可以帮助你开始在 Vite 中使用 Vue 3 进行开发。该模板使用 Vue 3 <script setup>
SFC,请查看Vue3 的 script setup 文档文档以了解更多信息。
使用 Vite 构建更加快速和便捷,同时使用 Pinia 作为状态管理,可以更好的使用 Vue 3 的新特性。
This Dashboard template has been developed for secondary use. It should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Using Vite to build is faster and more convenient, and using Pinia as state management can better use the new features of Vue 3.
-
VS Code + Volar (并且禁用 Vetur) + TypeScript Vue Plugin (Volar).
-
VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
- pnpm 推荐使用 pnpm 作为包管理器,它可以更快的安装依赖,更好的磁盘空间使用率。
- pnpm is recommended for faster install speed and better disk space usage.
- 改Chart.js为echarts.js
- 优化内部使用DOM的地方,改为使用Vue组件和数据驱动