Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauthieb/code-notes
(No longer maintained) A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀
https://github.com/lauthieb/code-notes
code developers editor electron gist gist-client gist-manager gists gists-files github github-gist manager notes snippets snippets-editor vue vuejs
Last synced: 3 months ago
JSON representation
(No longer maintained) A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀
- Host: GitHub
- URL: https://github.com/lauthieb/code-notes
- Owner: lauthieb
- License: mit
- Archived: true
- Created: 2018-01-20T09:59:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T08:39:47.000Z (about 1 year ago)
- Last Synced: 2024-04-14T07:21:37.803Z (8 months ago)
- Topics: code, developers, editor, electron, gist, gist-client, gist-manager, gists, gists-files, github, github-gist, manager, notes, snippets, snippets-editor, vue, vuejs
- Language: Vue
- Homepage: https://lauthieb.github.io/code-notes
- Size: 15.6 MB
- Stars: 1,070
- Watchers: 36
- Forks: 148
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - lauthieb/code-notes - (No longer maintained) A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀 (Vue)
README
> [!IMPORTANT]
> I created this project a few years ago when I was still a student. It allowed me to explore exciting technologies like [Electron](https://www.electronjs.org/fr/), [Bulma](https://bulma.io/), and [Vue](https://vuejs.org/).
> 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. ❤️
A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀
https://lauthieb.github.io/code-notes## 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
[![Code Notes](https://img.youtube.com/vi/lfWRwwmX9Q8/0.jpg)](https://www.youtube.com/watch?v=lfWRwwmX9Q8 "Code Notes")
## Download
Go the the [download section](https://lauthieb.github.io/code-notes/#download) of our website to download Code Notes on your OS.
### Build Setup
``` bash
# 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](CONTRIBUTING.md)].
---
This project was generated with [vue-cli-plugin-electron-builder](https://github.com/nklayman/vue-cli-plugin-electron-builder)@[f0c7709](https://github.com/nklayman/vue-cli-plugin-electron-builder/releases/tag/v2.0.0-beta.0) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://nklayman.github.io/vue-cli-plugin-electron-builder/).