Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://halfeld.github.io/v-notes

:notebook: Simple and beautiful notepad to Markdown with Vue.js and Local Storage API
https://halfeld.github.io/v-notes

book local-storage vue

Last synced: 7 days ago
JSON representation

:notebook: Simple and beautiful notepad to Markdown with Vue.js and Local Storage API

Awesome Lists containing this project

README

        

vNotes
======

> Simple and beautiful notepad to Markdown with VueJs and Local Storage API.

[DEMO](http://igorhalfeld.github.io/v-notes)

Will be implemented
-------------------

> I started the development for upgrade to Vue 2.0, see the [to-do list](https://github.com/Halfeld/v-notes/projects/1).

- [x] Persistence with Local Storage API
- [x] Write markdown
- [x] Table styles on Markdown
- [x] Iframe styles on Markdown
- [ ] Ctrl + s to save
- [x] Highlighter syntax
- [ ] Service Worker
- [ ] Import and export notes
- [ ] Speech Recognition API :D

Build Setup
-----------

``` bash
# install dependencies
npm install

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

# build for production with minification
npm run build
```