/v-notes

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

Primary LanguageHTML

vNotes

travis

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

DEMO

Will be implemented

I started the development for upgrade to Vue 2.0, see the to-do list.

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

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build