An open API service indexing awesome lists of open source software.

https://github.com/webproblem/intovue

走进 Vue 框架系列
https://github.com/webproblem/intovue

Last synced: 10 months ago
JSON representation

走进 Vue 框架系列

Awesome Lists containing this project

README

          

# IntoVue

Vue.js是一套构建用户界面的渐进式框架(官方说明)。通俗点来说,Vue.js是一个轻量级的,易上手易使用的,便捷,灵活性强的前端MVVM框架。简洁的API,良好健全的中文文档,是开发者能够较容易的上手Vue框架。

本系列文章将结合个人在使用Vue中的一些经(cai)验(keng)和一些案例,对Vue框架掌握的部分知识进行输出,同时也巩固对Vue框架的理解。

# 文件结构

```
├── Blog //文章系列
├── example //案例系列
├── assets //资源文件
├── base //Vue基础内容
├── component //Vue组件内容
├── style //样式文件
```
# 文章系列

* - [x] [从零开始入门Vue](./Blog/从零开始入门Vue.md)

* - [x] [Vue组件](./Blog/Vue组件.md)

* - [x] [Vue自定义指令](./Blog/Vue自定义指令.md)

* - [ ] Vue过滤器

* - [ ] Vue虚拟函数

* - [ ] 了解Vue双向数据绑定原理

* - [ ] Vue单文件组件

# 后记
文章有任何错误和问题,请及时指出 [issues](https://github.com/webproblem/IntoVue/issues) 。