Files
freeCodeCamp/guide/chinese/vue/index.md
2018-10-16 21:32:40 +05:30

13 lines
629 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中编写应用程序
* 它功能多样:您可以将它用作简单的库或功能齐全的框架
* 它具有高性能:开箱即用,几乎不需要优化。