Nodejs
crabdave
这个作者很懒,什么都没留下…
展开
-
Centos 安装nodejs 4.2.2
Centos 安装nodejs 4.2.2 wget https://nodejs.org/dist/v4.2.2/node-v4.2.2-linux-x64.tar.gztar -xzvf node-v4.2.2-linux-x64.tar.gz && cd node-v4.2.2-linux-x64cp ./bin/node /usr/local/bin/n...原创 2016-06-29 14:08:49 · 156 阅读 · 0 评论 -
Atom中手动安装activate-power-mode
Atom中手动安装activate-power-mode 插件下载地址:https://github.com/JoelBesada/activate-power-mode/tree/master D:\RE\nodejs\activate-power-mode-master>apm install gyp info it worked if it ends ...原创 2016-02-26 15:37:33 · 178 阅读 · 0 评论 -
Vue.js图片轮播组件
Vue.js图片轮播组件 组件地址:https://github.com/surmon-china/vue-awesome-swiper npm install vue-awesome-swiper --save <!-- 如果你后续需要找到当前实例化后的swiper对象以对其进行一些操作的话,可以自定义配置一个ref属性 --><...原创 2017-02-10 14:57:23 · 277 阅读 · 0 评论 -
Element UI 在打开编辑页面时select选择框不能正常显示的问题
Element UI 在打开编辑页面时select选择框不能正常显示的问题 从Grid列表打开编辑页面,中间的选择框(字段type)在选择后vue里type正常变化,但select不能正常显示该行记录里type字段的初始值为null 或者 '', type有值时,没有问题 //显示编辑界面handleEdit: function (index, row) { thi...原创 2017-03-03 10:15:32 · 4102 阅读 · 0 评论 -
axios 拦截器 interceptors
axios 拦截器 interceptors 参考:https://github.com/mzabriskie/axioshttp://www.kancloud.cn/yunye/axios/234845http://www.cnblogs.com/dhsz/p/6410031.html // http request 拦截器axios.interceptors...原创 2017-03-10 19:00:52 · 1154 阅读 · 0 评论 -
vue WangEditor 富文本编辑器 config
vue WangEditor 富文本编辑器 config https://github.com/jiangyoucai/vue-editor editor.config.uploadImgUrl = `${apiHost}/uploadimg/` // 图片上传editor.config.uploadImgFileName = 'files' //后台代码接收文件的字段名称...原创 2017-03-11 18:57:44 · 1401 阅读 · 0 评论 -
Element ui 后台管理 Demo
Element ui 后台管理 Demohttps://github.com/taylorchen709/vueAdminhttps://taylorchen709.github.io/vueAdmin/#/user Element ui 文档http://element.eleme.io/#/zh-CN/guide/design ...原创 2017-03-11 19:07:46 · 5141 阅读 · 0 评论