notes App with vue and vuex

用 vue.js   做了个 Notes 小 App ,通过这个练习,可以熟悉及理解使用 vue cli 创建的 vue 项目是如何运行,使用 webpack 模块化管理项目,且在这个小 App 里使用了  vuex 数据管理,可以更好的理解 StateMutationsGettersActions  的概念且运用它们。

Notes 已经在网络上可以访问:Notes

项目的代码放在 GitHub 上,如想了解详情,可去 GitHub / vuex-notes 下载,或者使用 git 下载


cd desktop
git clone https://github.com/persilee/vuex-notes.git
cd vuex-notes
npm i //安装依赖
npm start //启动项目,访问 http://localhost:8080

效果如图:

notes


分享
23 条评论