Files
freeCodeCamp/guide/chinese/vue/index.md

21 lines
794 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Vue
localeTitle: 视图
---
## 介绍
Vue.js是用于构建用户界面的渐进式框架。 它的核心只关注“视图”层,并且可以轻松地与现有的库和项目集成。 但另一方面Vue.js也可以通过与扩展集成来创建功能强大的单页面应用程序 例如`vue-router``vuex`
它的主要属性如下:
* 易上手如果您了解基本的HTMLCSS和JavaScript - 那么您能立即在Vue.js中编写应用程序
* 多用途:您可以将它用作简单的库或功能齐全的框架
* 高性能:开箱即用,几乎不需要优化。
### 更多信息
- [Vue.js官网主页](https://vuejs.org/)
- [GitHub Repo](https://github.com/vuejs/vue/)
- [Vue-Router](https://router.vuejs.org/)
- [Vuex](https://vuex.vuejs.org/)