- Notifications
You must be signed in to change notification settings - Fork9
📓 Simple and beautiful notepad to Markdown with Vue.js and Local Storage API
NotificationsYou must be signed in to change notification settings
IgorHalfeld/v-notes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple and beautiful notepad to Markdown with VueJs and Local Storage API.
I started the development for upgrade to Vue 2.0, see theto-do list.
Persistence with Local Storage APIWrite markdownTable styles on MarkdownIframe styles on Markdown- Ctrl + s to save
Highlighter syntax- Service Worker
- Import and export notes
- Speech Recognition API :D
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build