Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IgorHalfeld/v-notes
:notebook: Simple and beautiful notepad to Markdown with Vue.js and Local Storage API
https://github.com/IgorHalfeld/v-notes
book local-storage vue
Last synced: 3 months ago
JSON representation
:notebook: Simple and beautiful notepad to Markdown with Vue.js and Local Storage API
- Host: GitHub
- URL: https://github.com/IgorHalfeld/v-notes
- Owner: IgorHalfeld
- Created: 2016-06-24T03:05:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T03:31:25.000Z (about 7 years ago)
- Last Synced: 2024-05-30T02:22:24.901Z (8 months ago)
- Topics: book, local-storage, vue
- Language: HTML
- Homepage: http://igorluiz.me/v-notes/#!/
- Size: 1.57 MB
- Stars: 52
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - v-notes - notes?style=social) - 简单美观的记事本 (Demo示例)
- awesome-github-vue - v-notes - 简单美观的记事本 (Demo示例)
- awesome-github-vue - v-notes - 简单美观的记事本 (Demo示例)
- awesome - v-notes - 简单美观的记事本 (Demo示例)
README
vNotes
======![travis](https://api.travis-ci.org/Halfeld/v-notes.svg?branch=master)
> Simple and beautiful notepad to Markdown with VueJs and Local Storage API.
[DEMO](http://halfeld.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 :DBuild Setup
-----------``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```