Vue.js作为目前最热门最具前景的前端框架之一,其提供了一种帮助我们快速构建并开发前端项目的新的思维模式。本文旨在帮助大家认识Vue.js,了解Vue.js的开发流程,并进一步理解如何通过Vue.js来构建一个中大型的前端项目,同时做好相应的部署与优化工作。 文章将以PPT图片附加文字介绍的形式展 ...
分类:
Web程序 时间:
2017-01-21 07:34:17
阅读次数:
288
BootPage组件简介 其实也不是啥高大上的组件了,相反确实一个简单的表格分页组件而已,主要是自己最近项目中需要一个表格分页组件,而Vue官方组件库里分页组件都功能太强大或者没有适合我的,所以就自己写了一个凑合着用,或许有人和我一样需要这样一个简单的分页组件来实现简单的分页功能,我便在这里分享一下 ...
分类:
Web程序 时间:
2017-01-21 07:34:09
阅读次数:
296
以 / 开头的嵌套路径会被当作根路径。 <router-link> 在vue-router1.X中是以<a v-link=""></a>存在的 里面的参数: to:代表跳转的目的地,渲染成<a href=""> 后面目的地有下面几种表示法 to引导(不用解析) to="/home" 字符串路径 :t ...
分类:
其他好文 时间:
2017-01-20 23:24:51
阅读次数:
328
Use watchers to keep an eye on your data. Watchers are methods that are invoked when the specified attribute changes. They are useful when you want to ...
分类:
Web程序 时间:
2017-01-20 20:48:49
阅读次数:
196
Components are one of the most powerful features of Vue. Let's take a look at how to write our first components and make use of them in a parent compo ...
分类:
其他好文 时间:
2017-01-20 20:31:55
阅读次数:
177
Just like in the command line, you can pipe a property through a filter to get a desired result. You can even chain them together! ...
分类:
Web程序 时间:
2017-01-20 20:29:28
阅读次数:
491
id item_name content way method ... ...
分类:
Web程序 时间:
2017-01-20 16:17:49
阅读次数:
363
类库:JQuery Prototype框架:BackBone AngularJs ReactJs Vue.jscss预编译器:SassLess模块加载器:RequirejsSeaJs自动化工具:Grunt Gulp打包:webpack browserify版本控制:GitSvn后端: NodeJs ...
分类:
其他好文 时间:
2017-01-20 14:32:20
阅读次数:
214
http://www.jianshu.com/p/5ba253651c3b# http://www.cnblogs.com/ganmy/p/6029774.html 通过上面两个网址总结出来的能开多个服务的dos指令: (1)安装node.js(直接在官网下载) (2)npm install -g ...
分类:
其他好文 时间:
2017-01-20 14:19:43
阅读次数:
350