README.md 1.0 KB

介绍

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

https://www.bilibili.com/video/BV1FP4115739/?p=38&spm_id_from=333.880.my_history.page.click&vd_source=9523ee9c79e57125a2bd5167e297dd9d

Vue 3 + Vite

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.

Recommended IDE Setup