建议使用这种方式。
1.安装bower ——>npm install bower -g
2.添加jQuery依赖 ——>bower install jquery—save
3.安装已定义bower包(bower.json)的项目依赖——bower install
4.导入项目<script src = "bower_components/jquery/dist/jquery.js"></script>
建议使用这种方式。
1.安装bower ——>npm install bower -g
2.添加jQuery依赖 ——>bower install jquery—save
3.安装已定义bower包(bower.json)的项目依赖——bower install
4.导入项目<script src = "bower_components/jquery/dist/jquery.js"></script>