随笔分类 -  工具

摘要:SublimeLinter是Sublime的一个代码检测工具插件。安装前台是配置好node环境 1,在sublime text安装 SublimeLinter 按下 Ctrl+Shift+p 进入 Command Palette;按下 Ctrl+Shift+p 进入 Command Palette; 阅读全文
posted @ 2017-05-01 23:42 lokou 阅读(285) 评论(0) 推荐(0)
摘要:module.exports = { entry: './basic/app.js', output: { path: './assets/', filename: '[name].bundle.js' }, module: { loaders: [{ //babel loader加载器,将es6转 阅读全文
posted @ 2016-09-29 15:44 lokou 阅读(454) 评论(0) 推荐(0)
摘要:1,下载rubyinstall 安装包及devkit包 登陆网站 :http://rubyinstaller.org/downloads/ 安装rubyinstall包时添加到环境变量 2,安装完install包后,打开命令行 查看是否成功安装 3,安装devkit,安装完后,命令行进入安装目录初始 阅读全文
posted @ 2016-09-08 16:36 lokou 阅读(156) 评论(0) 推荐(0)
摘要:使用工具:sublimeText+node+git 1,一个包的文件结构,生成初始文件 2,安装关于webpack的包,安装环境为局部 打开node命令行窗口,安装关联包 3,输入sub.js与index.js文件内容 4,在webpack.config.js里面设置入口文件,输出文件,定义html 阅读全文
posted @ 2016-07-25 17:51 lokou 阅读(1694) 评论(0) 推荐(0)
摘要:github 新增仓库的后的提示 1,找到安装git的安装目录,C:\Program Files (x86)\Git\bin,win7在计算机属性中添加路径 2,使用命令行添加,set PATH=%PATH%;C:\Program Files (x86)\Git\bin git 简明教程:http: 阅读全文
posted @ 2016-05-19 11:14 lokou 阅读(43236) 评论(0) 推荐(1)
摘要:1,ctrl+shift+P ,打开包安装窗口如下: 2,选择 install Package,安装详解插件 1-安装 JsFormat插件,用于格式化js的插件,使用快捷键 Ctrl+Alt+F对JS进行格式化 2-安装Emmet插件,用于简化html的输入,提高输入效率--输入标签简写形式,然后 阅读全文
posted @ 2016-05-18 19:35 lokou 阅读(271) 评论(0) 推荐(0)
摘要:1,前往nodejs官网下载安装软件,地址:https://nodejs.org/en/ 2,点击下一步继续安装,安装完成,在命令输入:node -v,npm -v,查看版本,即是安装成功 3,随便在计算机哪个盘建一个全局目录,比如我的在E盘:E:\nodejs\node_global 4,设置no 阅读全文
posted @ 2016-05-18 17:58 lokou 阅读(44125) 评论(2) 推荐(1)
摘要:分三步: 一,开启虚拟域名设置,在路径中找到(apache\apache2.4.9\conf)httpd.conf 配置文件, 去掉 " Include conf/extra/httpd-vhosts.conf " 前面的" # " # Virtual hosts Includeconf/extra 阅读全文
posted @ 2016-02-26 10:43 lokou 阅读(270) 评论(0) 推荐(0)