Skip to content

The desktop note project using electron13+vue3.x+ts has beautiful transition animation effects, stored locally in the form of rich text, and can open more input windows.(使用electron13+vue3.x+ts的桌面端便笺项目,拥有漂亮的过渡动画效果,以富文本形式储存在本地,可多开输入窗口。)

License

Notifications You must be signed in to change notification settings

CrazyMrYan/electron-vue3-inote

 
 

Repository files navigation

electron+vue3+ts

Windows10

Mac

启动

yarn serve

打包

yarn build

教程

【electron+vue3+ts实战便笺exe】一、搭建框架配置 https://juejin.cn/post/6909723449246089224

【electron+vue3+ts实战便笺exe】二、electron+vue3开发内容 https://juejin.cn/post/6909725365107687431

123

electron-notes
├── public
│   ├── css
│   └── index.html
├── src
│   ├── assets
│   ├── components
│   ├── config
│   ├── service # 存放db服务
│   ├── less
│   ├── router
│   ├── script # js脚本
│   ├── store
│   ├── utils
│   ├── views
│   ├── App.vue
│   ├── background.ts
│   ├── main.ts
│   └── shims-vue.d.ts
├── .browserslistrc
├── .eslintrc.js
├── .prettierrc.js
├── babel.config.js
├── inoteError.log
├── LICENSE
├── package-lock.json
├── package.json
├── README.md
├── tsconfig.json
├── vue.config.js
└── yarn.lock

About

The desktop note project using electron13+vue3.x+ts has beautiful transition animation effects, stored locally in the form of rich text, and can open more input windows.(使用electron13+vue3.x+ts的桌面端便笺项目,拥有漂亮的过渡动画效果,以富文本形式储存在本地,可多开输入窗口。)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 39.0%
  • HTML 24.3%
  • CSS 19.6%
  • TypeScript 13.2%
  • JavaScript 3.1%
  • Less 0.8%