Vue-Pattern-List

Vue.js Development Practices List | Vue.js工程实践资料索引

Pattern |模式

  • 2018-vue-patterns: Useful Vue patterns, techniques, tips and tricks and helpful curated links.

StyleGuide |样式指南

  • 2017-Writing Vue Components with Flow: Getting Flow to work with Vue is a bit tricky as it involves several dependencies and minor configuration tweaks to make them all work properly together, so let’s start out by installing those first.

  • 2017-Vue组件样式指南:该样式指南提供了一种统一架构Vue代码的建议,其目标是达成易于开发者与团队成员理解以及寻找东西、易于IDE来审查代码并且提供帮助、易于重用开发构建工具、易于独立地缓存与使用代码块。该指南借鉴了 RiotJS样式指南,主要还包含了以下几个部分:基于模块开发Vue组件命名,等等。

  • 2017-Deep dive into Vue2.5 Typing – A tour of advanced typing feature: Vue 2.5 improves TypeScript definition! Before that, TS users will have to use class component API to get proper typing, but now canonical API is both precise and concise with few compromises!

  • 2018-How to Structure a Vue.js Project: The perfect Vue.js folder structure and component architecture with smart and dumb components.

Static Type

TypeScript

  • 2017-Vue.js with TypeScript: This post explores how I refactored the Vue app to use TypeScript.

  • 2018-TypeScript +大型项目实战: TypeScript已经出来很久了,很多大公司很多大项目也都在使用它进行开发。上个月,我这边也正式跟进一个对集团的大型运维类项目。

Test |测试

上一页
下一页