Vue-List
Vue.js List | Vue.js 资料索引
-
2017-Getting Started with Vue.js: I’m writing this post to help people get started with very little knowledge required other than basic HTML, CSS and JavaScript.
-
2017-How To Publish Your Vue.js Component On NPM: In this article I’ll show you how to prepare your component so that it can be packaged and published on NPM.
-
2017-Building Large-Scale Apps with VueJS 2 #Series#: As for this series I want to share some impediments to be overcome and solutions associated with building SPAs with Vue.
-
2017-Advanced Vue.js concepts: mixins, custom directives, filters, transitions, and state management
Overview | 概览
-
2016-尤雨溪:Vue 2.0,渐进式前端解决方案: 前端框架的存在是为了解决什么问题?在众多的框架之中,Vue 独具魅力之处何在?为什么说其背后的核心思想是渐进式?
-
Vue 2.2 完整 API 清单:本文是 Vue 2.2 中完整的 API 介绍,可以作为手册随时查阅。
-
2017-An overview of Vue.js and the future of the framework: This post is far from being a guide. It’s another timeline attempt on Vue.js in a well-organized way, from the beginning, to what awaits us in version 3.0 of the framework.
Changelog(版本特性)
- 2019-Vue 3 中那些激动人心的新功能: Vue 3 带来了许多激动人心的新功能。值得庆幸的是,Vue 团队主要针对当前 API 做了添加和改进,没有引入多少重大更改。因此,熟悉 Vue 2 的开发人员应该可以很快习惯新语法。
Case Study | 案例分析
- 2017-Creating Beautiful Charts Using Vue Wrappers for Chart.js: In this article I will show you how to represent data in the form of various types of chart with the help of Chart.js and Vue.
Comparison(比较)
-
React or Vue: Which Javascript UI Library Should You Be Using?
-
面向重度 jQuery 开发者的 Vue 介绍:本文是一位经验丰富的开发者,在将原有的基于 jQuery 工程重构为基于 Vue 工程的过程中总结出的经验与认识介绍。本文首先从零开始介绍如何搭建 Vue 基础项目并且一步一步地实现应用的各种特征,同时还对比了利用 Vue 与 利用 jQuery 实现的差异性以及二者在设计思想上的区别。
Resource
Book | 书籍
- 2018-The Vue Handbook : It targets beginners, covering the 20% that makes you accomplish the 80% of the job. It’s not a definitive guide to Vue, but it can be helpful when you are starting out.
Tutoria | 教程
-
Vue Pokemon Battle Tutorial: A very detailed read that goes through the creation of a Pokemon Battle using Vue.
-
基于 Vue 与 DeepStream 构建实时 CRUD 应用:Vue 是专注于 JavaScript UI 的渐进式库,它提供了开发现代 Web 应用的各种先进的特性。而随着移动互联网的发展,实时技术也愈发重要;各种各样的提供抽象接口的实时服务器扮演着越发重要的作用,其中DeepStream 就是开源的、免费的并且性能表现相当优秀的实时服务器。而本文就利用 Vue 与 DeepStream 这两个开源工具构建实时交互的应用。
-
使用 Vue 与 Electron 构建桌面问卷应用:本文介绍了如何利用 Vue 与 Electron 来构建简单的桌面问卷应用,作者首先介绍了如何使用 vue-cli 创建简单的 Web 项目,然后讨论了如何将项目运行在 Electron 中,最后阐述了如何将应用整体打包发布。
-
创建基于 Vue 的可复用组件:本系列文章关注于如何利用 Vue 创建可复用的组件,每一篇都会讲解某个具体的界面组件,然后一步一步地介绍如何利用 Vue 来实现这些组件,顺便也介绍 Vue 的各种原理与设计准则。
-
Vue 2 中的权限验证指南:本文介绍了如何快速构建 Vue 2 应用程序并且添加合适的权限验证模块。本文首先介绍了 Vue、Angular 以及 React 之间设计思想的对比,然后介绍了 Vue 2.0 中的核心概念与基本用法,最后以某个真实的登录控制案例介绍了如何为 Vue 应用中添加权限验证功能。