The local data storage has nedb. If you want to synchronize the data, you can check it yourself and synchronize it manually. Automatic synchronization is not practical. If it’s a trap, it’s okay. There are no fatal bugs and it basically meets your needs
Recommendedelectron,最近用electron写了一些小项目,配合vue,写起来很方便。相比与nw.jsIt seems to be updated more frequently. One problem is that the packaged App is slightly larger, about 100m.
Local storage has been usedlocalStorage,但是存储空间有限,node使用sqlite3It should be enough for storage. Here is a Q&A with an introduction.
The local data storage has nedb. If you want to synchronize the data, you can check it yourself and synchronize it manually. Automatic synchronization is not practical. If it’s a trap, it’s okay. There are no fatal bugs and it basically meets your needs
Recommended
electron
,最近用electron
写了一些小项目,配合vue
,写起来很方便。相比与nw.js
It seems to be updated more frequently. One problem is that the packaged App is slightly larger, about 100m.Local storage has been used
localStorage
,但是存储空间有限,node
使用sqlite3
It should be enough for storage. Here is a Q&A with an introduction.Recommend electron, nw.js is unstable and may cause problems when packaging.
https://github.com/alcat2008/...
This is the scaffolding we are using now, you can try it out.