06 2017 档案

摘要:使用css3来实现switch开关的效果: html代码: <!--switch开关--><div class="switch-btn"> <input type='checkbox' id='switchs' checked class='switch-checkbox'> <label for= 阅读全文
posted @ 2017-06-16 13:25 leijee 阅读(1590) 评论(0) 推荐(1)
摘要:1. grunt构建工具是基于nodejs上的,所以在使用之前一定要先安装好nodejs 2. 安装好nodejs后,node -v查看node版本 npm-v 查看npm版本信息 3. 在需要用到的项目文件下安装grunt,安装命令 :npm install grunt ,安装之后无法执行grun 阅读全文
posted @ 2017-06-06 16:35 leijee 阅读(619) 评论(1) 推荐(1)