顺微LVGL设计桌面应用

jiaxing.liao 2bf450131d feat: 添加节点调整、对齐操作等 il y a 5 heures
.vscode 823d4cd4ab feat: 添加部分多语言内容 il y a 2 semaines
build 12f66a5264 init: 搭建项目 il y a 1 mois
resources 12f66a5264 init: 搭建项目 il y a 1 mois
src 2bf450131d feat: 添加节点调整、对齐操作等 il y a 5 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 12f66a5264 init: 搭建项目 il y a 1 mois
electron.vite.config.ts 0bd898b74e feat: 添加事件编辑器 il y a 1 semaine
eslint.config.mjs 12f66a5264 init: 搭建项目 il y a 1 mois
package.json 2bf450131d feat: 添加节点调整、对齐操作等 il y a 5 heures
pnpm-lock.yaml 2bf450131d feat: 添加节点调整、对齐操作等 il y a 5 heures
project.json5 a6b3851b34 feat: 添加图标等 il y a 1 jour
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 1 semaine
uno.config.ts 9292a28921 feat: 添加侧边栏菜单 il y a 4 semaines

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