项目作者: southbeanZ

项目描述 :
Evernote based on Vue. 印象笔记网页版的Vue实现
高级语言: JavaScript
项目地址: git://github.com/southbeanZ/Note.git
创建时间: 2017-08-08T15:41:12Z
项目社区:https://github.com/southbeanZ/Note

开源协议:MIT License

下载


Note

Note based on Vue.
基于Vue实现的记事本。
项目预览

已实现功能

  • 笔记列表显示
  • 添加笔记
  • 收藏笔记
  • 删除笔记
  • 切换收藏笔记显示
  • 显示笔记标签
  • 笔记本地存储(localStorage)

Build Setup

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:8080
  4. npm run dev
  5. # build for production with minification
  6. npm run build
  7. # build for production and view the bundle analyzer report
  8. npm run build --report