随笔分类 -  第四篇 web前端vue框架

vue框架
摘要:一. vue案例 阅读全文
posted @ 2019-10-15 03:16 supreme999 阅读(387) 评论(0) 推荐(0)
摘要:一. VUE生命周期 https://www.jianshu.com/p/3d1c3b194ea5 https://cn.vuejs.org/v2/guide/instance.html 1. vue生命周期简单实例 2.vue生命周期图 阅读全文
posted @ 2019-10-14 19:31 supreme999 阅读(166) 评论(0) 推荐(0)
摘要:一 . Vuex 基础使用 https://vuex.vuejs.org/zh/ https://www.cnblogs.com/pythonywy/p/11442914.html https://www.jianshu.com/p/84a0a3923ba4 https://segmentfault 阅读全文
posted @ 2019-10-14 19:01 supreme999 阅读(361) 评论(0) 推荐(0)
摘要:一 Vue路由 https://router.vuejs.org/zh/installation.html Vue Router https://cn.vuejs.org/v2/guide/routing.html 官方路由 https://www.runoob.com/vue2/vue-routi 阅读全文
posted @ 2019-10-13 21:51 supreme999 阅读(163) 评论(0) 推荐(0)
摘要:一 .VUE语法使用组件 https://cn.vuejs.org/v2/guide/routing.html https://cn.vuejs.org/v2/guide/components.html https://www.jianshu.com/p/9dda283b7482 1.组件语法编写方 阅读全文
posted @ 2019-10-13 13:24 supreme999 阅读(170) 评论(0) 推荐(0)
摘要:一 VUE初始项目使用 1 .vue项目文件说明 https://blog.csdn.net/toBetterMe/article/details/88744241 vue-cli项目的目录结构介绍 2.自己创建的项目 2. Element 网站快速成型工具 https://element.elem 阅读全文
posted @ 2019-10-13 01:52 supreme999 阅读(229) 评论(0) 推荐(0)
摘要:一 .VUE使用 https://cn.vuejs.org/v2/guide/routing.html 1.VUE-CLI 脚手架 https://www.jianshu.com/p/1ee1c410dc67 使用vue-cli(vue脚手架)快速搭建项目 2. VUE-CLI 脚手架项目搭建 ht 阅读全文
posted @ 2019-10-12 16:40 supreme999 阅读(6972) 评论(0) 推荐(0)
摘要:一 .VUE使用 https://cn.vuejs.org/v2/guide/routing.html 1.Vue成员获取(挂载) 2. 计算属性computed 3. $watch 监听数据变化 4. 阅读全文
posted @ 2019-10-12 15:19 supreme999 阅读(201) 评论(0) 推荐(0)
摘要:一. Vue使用 https://cn.vuejs.org/v2/guide/routing.html 1、引入vue.js 2. vue基本基本雏形 3. v-model 指令 一般用于表单的双向数据绑定(v-model:把input的值和变量绑定了,实现) 4. v-for:根据变量的值来循环渲 阅读全文
posted @ 2019-10-12 02:13 supreme999 阅读(219) 评论(0) 推荐(0)
摘要:一. es6语法 http://es6.ruanyifeng.com/ http://es6.ruanyifeng.com/#docs/module-loader Module 的加载实现 https://www.cnblogs.com/majj/p/9041582.html ES6基本语法使用 h 阅读全文
posted @ 2019-10-11 15:27 supreme999 阅读(566) 评论(0) 推荐(0)