上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 125 下一页
摘要: npm install vue-router --save //安装 传参 阅读全文
posted @ 2018-03-26 23:11 ThisCall 阅读(460) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue'import App from './App'import VRouter from 'vue-router'import Apple from './components/apple'import World from './components/worl 阅读全文
posted @ 2018-03-26 23:11 ThisCall 阅读(101) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/violetjack0808/article/details/72620859 https://blog.csdn.net/hsl0530hsl/article/details/78594973 Vue.js学习系列五 —— 从VUE-CLI来聊聊ESLi 阅读全文
posted @ 2018-03-23 22:09 ThisCall 阅读(1740) 评论(0) 推荐(0) 编辑
摘要: 打开左侧菜单栏 阅读全文
posted @ 2018-03-23 21:08 ThisCall 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 前提概要: sublime的下载地址:http://www.sublimetext.com/ notepad++下载地址:https://notepad-plus-plus.org/ .vue的文件在sublime编辑器下默认是不被识别的,要想识别,我们就必须安装必要的插件。并且,要想高亮显示就必须 阅读全文
posted @ 2018-03-23 09:00 ThisCall 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 先下git(?)https://download.tortoisegit.org/tgit/2.6.0.0/ 小乌龟下载 http://gitlab.didu86.com:9090/wxcode/fankang-medical-patient 新建库 阅读全文
posted @ 2018-03-22 14:54 ThisCall 阅读(614) 评论(0) 推荐(0) 编辑
摘要: git是什么? git是当前最受欢迎,使用最多的分布式版本控制系统。 下载地址: http://rogerdudler.github.io/git-guide/index.zh.html 这个地址包含了对git的一些基本介绍,图文并茂,非常奈斯! windows安装2.16.2版本 1.首先下载gi 阅读全文
posted @ 2018-03-21 09:53 ThisCall 阅读(166) 评论(0) 推荐(0) 编辑
摘要: var app=new Vue({ el: '#app', data:{ link:'这是一个连接' },}) 阅读全文
posted @ 2018-03-20 22:49 ThisCall 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 有闪现<div id="app"> {{date}}</div> 无闪现<div id="app" v-text:date="date"></div> var app=new Vue({ el: '#app', data:{ date:new Date() }, mounted:function() 阅读全文
posted @ 2018-03-20 22:32 ThisCall 阅读(163) 评论(0) 推荐(0) 编辑
摘要: <comA></comA>此时可用在模板里//a为vue文件,里面定义了模板import comA from './components/a' export default ({ components: {comA}, }) 阅读全文
posted @ 2018-03-20 22:12 ThisCall 阅读(374) 评论(0) 推荐(0) 编辑
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 125 下一页