摘要: 解决方式一:更改VS Code编辑器的vetur配置 错误提示: [vue-language-server] Elements in iteration expect to have 'v-bind:key' directives.Renders the element or template bl 阅读全文
posted @ 2018-09-13 13:19 h2z 阅读(38107) 评论(0) 推荐(4)
摘要: 前提电脑中已经安装过NodeJS, npm。现在需要进行升级操作。 1、查看当前的npm和NodeJs的版本: C:\Users\Administrator>node -vv4.4.3C:\Users\Administrator>npm -version2.15.1 2、升级npm: C:\User 阅读全文
posted @ 2018-09-13 12:36 h2z 阅读(632) 评论(1) 推荐(0)
摘要: 一、先介绍一下我接下来要做的项目 项目:ide可视化工具 技术应用: Vue2.0(js框架):https://cn.vuejs.org/ ElementUi(饿了吗ui框架基于vue的):http://element.eleme.io/#/zh-CN Ecahrts(图表):http://echa 阅读全文
posted @ 2018-09-13 11:34 h2z 阅读(1073) 评论(0) 推荐(0)
摘要: 1.用文本编辑器打开Apache中的httpd.conf,搜索httpd-vhosts.conf,找到“#Include conf/extra/httpd-vhosts.conf”,并把“#”去掉,启用虚拟主机功能。 在httpd.conf找到下面这段代码: 1 2 3 4 5 6 <Directo 阅读全文
posted @ 2018-09-13 10:48 h2z 阅读(814) 评论(0) 推荐(0)