All Projects → heiyehk → electron-vue3-inote

heiyehk / electron-vue3-inote

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

Programming Languages

Vue
7211 projects
HTML
75241 projects
typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to electron-vue3-inote

LoginToASqlite3DatabaseWithoutCredentialsWithAdminer
✔️ An Adminer plugin to use SQLite databases without credentials (no username and no password)
Stars: ✭ 30 (-82.14%)
Mutual labels:  sqlite3
SilentNotes
SilentNotes is a simple note taking app which respects your privacy.
Stars: ✭ 98 (-41.67%)
Mutual labels:  notes
docker-sqlite3
Sqlite3 command line in a docker container
Stars: ✭ 28 (-83.33%)
Mutual labels:  sqlite3
vue-unstated
A tiny state management library for Vue Composition API.
Stars: ✭ 30 (-82.14%)
Mutual labels:  vue3
my-mini-vue
vue3的一些核心逻辑,自己实现的vue3简易版(核心逻辑)框架。
Stars: ✭ 52 (-69.05%)
Mutual labels:  vue3
vite-vue3-starter
⭐ A Vite 2.x + Vue 3.x + TypeScript template starter
Stars: ✭ 384 (+128.57%)
Mutual labels:  vue3
vue3-charts
Vue3-Charts is an SVG-based charting library that is very easy to use and highly customizable
Stars: ✭ 86 (-48.81%)
Mutual labels:  vue3
admin-next
😇 The next generation of mx-space admin dashboard built with Vue 3 and TypeScript.
Stars: ✭ 71 (-57.74%)
Mutual labels:  vue3
vue3-openlayers
Web map Vue 3.x components with the power of OpenLayers
Stars: ✭ 320 (+90.48%)
Mutual labels:  vue3
ionic-vue-mobile-template-03
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 62 (-63.1%)
Mutual labels:  vue3
nim-gatabase
Connection-Pooling Compile-Time ORM for Nim
Stars: ✭ 103 (-38.69%)
Mutual labels:  sqlite3
melrose
interactive programming of melodies, producing MIDI
Stars: ✭ 130 (-22.62%)
Mutual labels:  notes
notes
个人笔记
Stars: ✭ 24 (-85.71%)
Mutual labels:  notes
go-sqlite
Low-level Go interface to SQLite 3
Stars: ✭ 268 (+59.52%)
Mutual labels:  sqlite3
crystal-sqlite3
SQLite3 bindings for Crystal
Stars: ✭ 118 (-29.76%)
Mutual labels:  sqlite3
VueJs-Soft-UI-Dashboard
🍏 This is Soft UI Dashboard in Vue Js.
Stars: ✭ 61 (-63.69%)
Mutual labels:  vue3
portfolio
simple portfolio use vue3 and vite inspired by wrongakram
Stars: ✭ 22 (-86.9%)
Mutual labels:  vue3
five-minute-midas
Predicting Profitable Day Trading Positions using Decision Tree Classifiers. scikit-learn | Flask | SQLite3 | pandas | MLflow | Heroku | Streamlit
Stars: ✭ 41 (-75.6%)
Mutual labels:  sqlite3
vue-split-carousel
a carousel component for vue, meanwhile display several carousel item
Stars: ✭ 37 (-77.98%)
Mutual labels:  vue3
vue3-analysis
vue3源码解释😃
Stars: ✭ 120 (-28.57%)
Mutual labels:  vue3

electron+vue3+ts

在Windows环境下,删除node_modules重新安装依赖的情况下,会导致build报错,需要使用npm i进行安装依赖。 In the Windows environment, deleting node_modules and reinstalling dependencies will cause build errors, and you need to use npm i to install dependencies.

0.4.0

image

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

gif

electron-vue3-inote
├── babel.config.js
├── package.json
├── public
│   ├── css
│   ├── favicon.ico
│   ├── font
│   └── index.html
├── script # 打包删除脚本
│   └── deleteBuild.js
├── src
│   ├── App.vue
│   ├── assets
│   ├── background.ts
│   ├── components
│   ├── config # electron和软件的一些配置项
│   ├── less
│   ├── main.ts
│   ├── router # 路由
│   ├── service # 存放sqlite3 db服务
│   ├── shims-vue.d.ts
│   ├── store
│   ├── types
│   ├── utils
│   └── views
├── tsconfig.json
└── vue.config.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].