cnpm install --save-dev
npm run build
wrangler pages deploy .\dist\
npm init vite
# 安装 element
cnpm install element-plus --save
cnpm install --save-dev electron
# project name:随意填 readit
npm install
# 启动前端项目
npm run dev
# 打开 package.json ,script 处运行 debug, start 启动 electron
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.