bower工具
Posted dudu123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bower工具相关的知识,希望对你有一定的参考价值。
1》下载并安装nodejs 。老师分享的nodejs版本“node-v8.9.4-x64”
下载页面http://nodejs.cn/download/ 一直无脑下一步操作即可安装完毕
2》安装完毕nodejs后,npm已被自带安装。
验证是否安装:运行——cmd——输入:“node –v”——查看node的版本 ——“输入npm –v”——查看npm版本
3》下载git 并安装git
下载页面https://git-scm.com/download/win 一直无脑下一步操作即可安装完毕,鼠标右击即可出现Git GUI Here和Git Bash Here
4》安装完git,右击,选择 Git Bash Here,输入:“node –v”——查看node的版本 ——“输入npm –v”——查看npm版本,同运行cmd一样
5》使用git下载安装bower(bower是一个包管理器)
鼠标右击 -》选择Git Bash Here -》输入 npm install bower –g -》回车
6》使用git下载cnpm
鼠标右击 -》选择git -》输入 npm install cnpm –g
7》使用bower下载vue
【要在什么地方保存就在什么地方】鼠标右击 -》选择Git Bash Here -》输入 bower install vue -》路径在vue -》dist -》vue
8》使用git下载jquery
【要在什么地方保存就在什么地方】鼠标右击 -》选择Git Bash Here -》输入 bower install jquery
9》使用git下载bootstrap
【要在什么地方保存就在什么地方】鼠标右击 -》选择Git Bash Here -》输入 bower install bootstrap
以上是关于bower工具的主要内容,如果未能解决你的问题,请参考以下文章