02 2017 档案

摘要:<!-- 如果要使用Bootstrap的js插件,必须先调入jQuery --> <script src="http://libs.baidu.com/jquery/1.9.0/jquery.min.js"></script> <!-- 包括所有bootstrap的js插件或者可以根据需要使用的js 阅读全文
posted @ 2017-02-28 17:51 malu15 阅读(146) 评论(0) 推荐(0)
摘要:1.node版本请更新到6.9.X版本以上,不然npm依赖会出问题 2.命令行里运行npm install --global vue-cli 3.npm install --global webpack 安装的时候报了: npm WARN optional SKIPPING OPTIONAL DEP 阅读全文
posted @ 2017-02-21 12:44 malu15 阅读(376) 评论(0) 推荐(0)
摘要:推荐!手把手教你使用Git 推荐!手把手教你使用Git 2014/10/26 · IT技术, 书籍与教程 · 39 评论 · Git 分享到:653 2014/10/26 · IT技术, 书籍与教程 · 39 评论 · Git 分享到:653 React Native快速开发 厕所在哪App LBS 阅读全文
posted @ 2017-02-20 15:28 malu15 阅读(411) 评论(0) 推荐(0)
摘要:新建F-w-textgit cd www -->cd textgit-->git init 例子: `添加readme.txt git add readme.txt --> git commit -m 'readme.txt' `查看是否有文件未提交 git status `修改readme.txt 阅读全文
posted @ 2017-02-20 15:08 malu15 阅读(125) 评论(0) 推荐(0)
摘要:先安装node.js,windows直接安装就自带npm,之后就安装cnpm,安装完后,在之心 npm install -g cnpm --registry=https://registry.npm.taobao.org # 全局安装 vue-cli: cnpm install --global v 阅读全文
posted @ 2017-02-07 16:12 malu15 阅读(148) 评论(0) 推荐(0)