Vue.js? ?? ?? ??? ??? ???? ?????. Vue? ??? ????? ??? ?? ???? ????????. "Vue.js ?? ????"? ????? Vue.js? ?? ???? ??? ?????.
Vue.js(/vju?/? ??, view? ??)? ??? ????? ??? ?? ???? ????????.
Vue? ? ????? ??? ??? ??? ?? ?? ??? ?????.
Vue? ??? ??? ?? ??? API? ?? ??? ??? ??? ? ??? ? ?? ??? ???? ????.
Vue? ???? ?? ????. ? ????? Vue 2.1.8 ?? ???? ???? ???.
? ????? ?? ?? ??? ? ??:
??????? ?? Vue2.x ?? ??? ?????.
? ?? ?
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Vue 測試實例</title> <script src="https://cdn.staticfile.org/vue/2.2.2/vue.min.js"></script> </head> <body> <div id="app"> <p>{{ message }}</p> </div> <script> new Vue({ el: '#app', data: { message: 'Hello Vue.js!' } }) </script> </body> </html>
??:
Webpack ???? ????: http://ipnx.cn/js-tutorial-430652.html
?? ??: http://vuejs. v2/guide/syntax.html
??? ??: http://ipnx.cn/js/js-vuejs-syntax.html
?? ?
- 加入 Vue.js 社區(qū) 2019-09-20
- 對比其他框架 2019-09-20
- 從 Vuex 0.6.x 遷移到 1.0 2019-09-20
- 從 Vue Router 0.7.x 遷移 2019-09-19
- 從 Vue 1.x 遷移 2019-09-19
- 深入響應式原理 2019-09-19
- 服務端渲染 2019-09-19
- 狀態(tài)管理 2019-09-19
?? ??
- ? ??? ?? ??? ?? ?? ?? 2021-12-10
- ??? ?? ? ???? ????? ??: HTML5/CSS3/ES6/NPM/Vue/...[??] 2022-09-30
- Gulp ???? ??? ???? 2022-04-18
- ?? Gao Luofeng CSS3 ??? ???? 2022-04-20
- AngularJS ?? ? ?????? ?? ?? ??? ???? 2022-04-18
- Ajax ?? ?? 2022-04-13
- MUI ????? ?? ??? ???? 2022-04-13
- ??? ?? ?? ?? ?? 2019-01-10