Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 27, 2021 01:18 pm GMT

Minimal Notes - web app build with Vue.js

There are many notes apps, but I needed something simple that works for me on my laptop.

That is why I made minimal notes that will work in my browser locally.

Everything is stored in your web browser localStorage. All the coding is done with Vue.js and the best part is everything is in the index.html file that is only 4Kb.

I also made Minimal Notes.app for Mac OS users. First I used Electron to package the app. But the file from 4Kb became 400 Mb, with some optimization I achieved around 140 Mb but I was not happy. Then I tried Cordova for Mac and worked perfectly. Now the file is 0.45 Mb that is much better then 140 Mb.

Demo:
https://vladocar.github.io/Minimal-Notes/

The project on github:
https://github.com/vladocar/Minimal-Notes

Minimal Notes App


Original Link: https://dev.to/vladocar/minimal-notes-web-app-build-with-vue-js-4l3m

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To