随笔分类 -  vue

摘要:将如图所示的配置文件vue.config.js中的drop_console属性值改为false. 阅读全文
posted @ 2020-03-28 22:04 classBug 阅读(337) 评论(0) 推荐(0)
摘要:1.从github服务器上面获取form-making的源代码。 git clone https://github.com/GavinZhuLei/vue-form-making.git 2.进入项目的根目录,使用npm或者yarn命令来安装所需要的依赖包。 npm install 或者 yarn 阅读全文
posted @ 2020-03-26 13:39 classBug 阅读(3120) 评论(0) 推荐(0)
摘要:1.环境准备,以下都是我的版本。自己在官网上面下载需要的版本。 尝试了Python3.7.3在创建vue3项目时出现问题。 node.js10.16.0, python2.7.16, yarn1.16.0, VSCode1.35.0 2.VSCode中安装插件。 (英文好的跳过第一步) (1)Chi 阅读全文
posted @ 2019-07-06 15:52 classBug 阅读(1882) 评论(0) 推荐(0)