This repository was archived by the owner on Jun 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change 66<img src =" https://img.shields.io/badge/sqlite3-%5E5.0.2-orange " />
77</center >
88
9+ ![ image] ( https://user-images.githubusercontent.com/33891067/126118414-f05d979b-1486-4806-870a-664e5eb9ad8c.png )
10+
911## 启动
1012```
11- yarn electron: serve
13+ yarn serve
1214```
1315
1416## 打包
1517```
16- yarn electron: build
18+ yarn build
1719```
1820
1921## 教程
@@ -24,8 +26,7 @@ https://juejin.cn/post/6909723449246089224
2426https://juejin.cn/post/6909725365107687431
2527
2628
27-
28- ![ ] ( https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/83e3a65a44524252af6adf0135270216~tplv-k3u1fbpfcp-watermark.image )
29+ ![ image] ( https://user-images.githubusercontent.com/33891067/126118222-c8c39a33-d5a7-4b72-9f4c-b633a1eb2201.png )
2930
3031```
3132electron-notes
@@ -36,10 +37,10 @@ electron-notes
3637│ ├── assets
3738│ ├── components
3839│ ├── config
39- │ ├── inotedb
40+ │ ├── service # 存放db服务
4041│ ├── less
4142│ ├── router
42- │ ├── script
43+ │ ├── script # js脚本
4344│ ├── store
4445│ ├── utils
4546│ ├── views
@@ -60,17 +61,3 @@ electron-notes
6061├── vue.config.js
6162└── yarn.lock
6263```
63- - public公共资源css等等
64- - src 主要开发内容
65- - assets 静态图片资源
66- - components 组件
67- - config 配置
68- - inotedb nedb的封装
69- - script 脚本
70- - router 路由
71- - store 状态管理
72- - utils 工具
73- - views 页面
74- - App.vue
75- - background.ts入口文件
76- - main.ts vue入口文件
You can’t perform that action at this time.
0 commit comments