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 6
6
<img src =" https://img.shields.io/badge/sqlite3-%5E5.0.2-orange " />
7
7
</center >
8
8
9
+ ![ image] ( https://user-images.githubusercontent.com/33891067/126118414-f05d979b-1486-4806-870a-664e5eb9ad8c.png )
10
+
9
11
## 启动
10
12
```
11
- yarn electron: serve
13
+ yarn serve
12
14
```
13
15
14
16
## 打包
15
17
```
16
- yarn electron: build
18
+ yarn build
17
19
```
18
20
19
21
## 教程
@@ -24,8 +26,7 @@ https://juejin.cn/post/6909723449246089224
24
26
https://juejin.cn/post/6909725365107687431
25
27
26
28
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 )
29
30
30
31
```
31
32
electron-notes
@@ -36,10 +37,10 @@ electron-notes
36
37
│ ├── assets
37
38
│ ├── components
38
39
│ ├── config
39
- │ ├── inotedb
40
+ │ ├── service # 存放db服务
40
41
│ ├── less
41
42
│ ├── router
42
- │ ├── script
43
+ │ ├── script # js脚本
43
44
│ ├── store
44
45
│ ├── utils
45
46
│ ├── views
@@ -60,17 +61,3 @@ electron-notes
60
61
├── vue.config.js
61
62
└── yarn.lock
62
63
```
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