Home

Awesome

[!IMPORTANT] I created this project a few years ago when I was still a student. It allowed me to explore exciting technologies like Electron, Bulma, and Vue.
I'm pleased to see that it has gained a substantial user base over time. However, due to my current commitments, I no longer have the time to maintain it. As a result, I am open to the possibility of someone else taking over the project by creating a fork.
Please note that this project is no longer maintained by me. Thank you very much for your understanding and for contributing to its growth. ❤️

<div align="center"> <br> <img width="400" src="/src/assets/img/code-notes-logo-black-full.png#gh-light-mode-only" alt="electron-vue"> <img width="400" src="/src/assets/img/code-notes-logo-white-full.png#gh-dark-mode-only" alt="electron-vue"> <br> <br> </div> <p align="center" color="#6a737d"> A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀 </p> <p align="center"> <a href="https://lauthieb.github.io/code-notes/" target="_blank">https://lauthieb.github.io/code-notes</a> </p>

Overview

The aim of this project is to make us more efficient by offering a pretty cool tool : a kind of notepad for our code 😃📝

Demo

<div align="center">

Code Notes

</div>

Download

Go the the download section of our website to download Code Notes on your OS.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test

# lint all JS/Vue component files in `src/`
npm run eslint

Code Contributors

This project exists thanks to all the people who contribute. [Contribute]. <a href="https://github.com/lauthieb/code-notes/graphs/contributors"><img src="https://contrib.rocks/image?repo=lauthieb/code-notes" /></a>


This project was generated with vue-cli-plugin-electron-builder@f0c7709 using vue-cli. Documentation about the original structure can be found here.