这个项目是改造《Learn Vuex by Building a Notes App》来自国外的coligo.io博客。 我将之升级为使用vue2+vuex2;并添加了markdown处理。
# install dependencies
npm install
# serve with hot reload at localhost:9929
npm run dev
# build for production with minification
npm run build
- 比如node-sass安装失败,大部分是国内都是使用淘宝的
cnpm
。 - node项目clone问题(
npm cache clean
或端口被占) - sublime text 3耗内存(
"index_files": false
) - vue 项目文件路径(尤其是图片资源的路径)
Released under the MIT License.