Vue.js notebook application with separate components, localStorage, search, CRUD
  • Vue 90.2%
  • HTML 8.1%
  • JavaScript 1.7%
Find a file
2026-05-13 21:07:57 -05:00
public 上传文件至/ 2026-05-13 21:07:57 -05:00
src 上传文件至/ 2026-05-13 21:07:26 -05:00
.gitignore Initial commit: Vue Notebook Project 2026-05-13 20:47:21 -05:00
App.vue 上传文件至/ 2026-05-13 20:49:18 -05:00
babel.config.js Initial commit: Vue Notebook Project 2026-05-13 20:47:21 -05:00
favicon.ico 上传文件至/ 2026-05-13 20:50:25 -05:00
HelloWorld.vue 上传文件至/ 2026-05-13 20:49:53 -05:00
index.html 上传文件至/ 2026-05-13 20:50:25 -05:00
jsconfig.json Initial commit: Vue Notebook Project 2026-05-13 20:47:21 -05:00
main.js 上传文件至/ 2026-05-13 20:49:18 -05:00
NoteEditor.vue 上传文件至/ 2026-05-13 20:49:53 -05:00
NotesList.vue 上传文件至/ 2026-05-13 20:49:53 -05:00
package-lock.json Initial commit: Vue Notebook Project 2026-05-13 20:47:21 -05:00
package.json Initial commit: Vue Notebook Project 2026-05-13 20:47:21 -05:00
README.md Add README.md 2026-05-13 20:52:49 -05:00
User.vue 上传文件至/ 2026-05-13 20:49:53 -05:00

Vue Notebook Project

这是一个基于 Vue.js 开发的记事本应用,实现了以下功能:

  • 笔记的增删改查CRUD
  • 本地存储localStorage持久化数据
  • 笔记搜索功能
  • 组件化开发(分为列表和编辑两个组件)

项目结构