Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wscats/vue-tutorial
:jack_o_lantern: Some of the vue-tutorial - 《Vue学习笔记》
https://github.com/wscats/vue-tutorial
tutorial vue vue-router vue-tutorial vuex
Last synced: 14 days ago
JSON representation
:jack_o_lantern: Some of the vue-tutorial - 《Vue学习笔记》
- Host: GitHub
- URL: https://github.com/wscats/vue-tutorial
- Owner: Wscats
- Created: 2016-07-22T23:21:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T08:07:15.000Z (over 5 years ago)
- Last Synced: 2024-10-16T19:41:26.559Z (28 days ago)
- Topics: tutorial, vue, vue-router, vue-tutorial, vuex
- Homepage:
- Size: 6.55 MB
- Stars: 494
- Watchers: 48
- Forks: 137
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 技术点目录
- 认识 Vue
- 认识数据驱动模式
- 认识 MVVM 模式
- [模版语法](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/TemplateSyntax)
- [样式绑定](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/StyleBinding)
- [Vue 实例化时基本属性](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/VueBasicOptions)
- [修饰符](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/Modifiers)
- [组件](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/Component)
- [指令](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/TemplateSyntax#指令)
- [自定义指令](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/Directive)
- [动画和过度效果](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/Transition)
- [路由](https://github.com/Wscats/vue-tutorial/tree/gh-pages/vue-erp/VueBasic/Router)
- [Vuex](https://github.com/Wscats/vue-tutorial/issues/12)
- 其他
- [Vue1.X文档](https://github.com/Wscats/vue-tutorial/blob/gh-pages/tutorial/Vue.md)
- [Vue代码示例](https://github.com/Wscats/vue-tutorial/blob/gh-pages/tutorial/DEMO.md)