Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 5bb7deb

Browse files
authored
doc: README.md
doc: README.md
1 parent a3858fa commit 5bb7deb

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

README.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
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
2426
https://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
```
3132
electron-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入口文件

0 commit comments

Comments
 (0)