This template 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.
一、一键脚本生成特定文件
按模板和配置参数在指定目录生成指定文件名的文件
具体使用和说明见 src/lib/newModal.js
npm run newModal
二、一键脚本生成特定模块的目录结构(简易型)
生成特定结构的模块目录结构,具体逻辑还需要更具实际的使用场景进行调整
执行脚本
npm run newModule
三、生成脚手架 - todo
四、发布并使用 npm 依赖包 - todo