顺微LVGL设计桌面应用

jiaxing.liao 60f6a2a345 feat: 添加slider控件、外边框配置 il y a 3 heures
.vscode 823d4cd4ab feat: 添加部分多语言内容 il y a 1 mois
build 12f66a5264 init: 搭建项目 il y a 1 mois
resources 12f66a5264 init: 搭建项目 il y a 1 mois
src 60f6a2a345 feat: 添加slider控件、外边框配置 il y a 3 heures
.editorconfig 12f66a5264 init: 搭建项目 il y a 1 mois
.gitignore 12f66a5264 init: 搭建项目 il y a 1 mois
.npmrc 12f66a5264 init: 搭建项目 il y a 1 mois
.prettierignore 12f66a5264 init: 搭建项目 il y a 1 mois
.prettierrc.cjs 80d085605c fix: 格式化代码 il y a 1 mois
.prettierrc.yaml 12f66a5264 init: 搭建项目 il y a 1 mois
README.md 80d085605c fix: 格式化代码 il y a 1 mois
electron-builder.yml 52c12d576a pref: 优化样式配置、打包清理 il y a 1 semaine
electron.vite.config.ts 0bd898b74e feat: 添加事件编辑器 il y a 3 semaines
eslint.config.mjs 12f66a5264 init: 搭建项目 il y a 1 mois
package.json 6530d29a45 feat: 封装样式hook il y a 9 heures
pnpm-lock.yaml 6530d29a45 feat: 封装样式hook il y a 9 heures
project.json5 a6b3851b34 feat: 添加图标等 il y a 3 semaines
tsconfig.json 12f66a5264 init: 搭建项目 il y a 1 mois
tsconfig.node.json 12f66a5264 init: 搭建项目 il y a 1 mois
tsconfig.web.json 0bd898b74e feat: 添加事件编辑器 il y a 3 semaines
uno.config.ts 9292a28921 feat: 添加侧边栏菜单 il y a 1 mois

README.md

lvgl-designer【lvgl设计器】

基于lvgl9.3的图形化设计器

Recommended IDE Setup

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux