vue2.0入门基础,比较全面的,还有部分高级实践! 这个项目是自己平时积累的一些小的知识点,将其汇总,方便查阅!
注意:没有进行版式的美化,因为主要是记录vue2.0的写法!
最终的想法是,通过这个,积累自己工作项目中的所遇到所有基础(公用)组件,构建自己的vue2.0知识体系!没有终点,只有不断的完善,不断地积累各种基础组件,最好的效果就是拿过来就能马上用到项目里!(复制粘贴一下就行),在新的项目里,就省略了基础组件的开发步骤!
觉着有用的话,请给个star!
我的博客:https://sky-xsk.github.io
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.