建议使用这种方式。
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>
本文标题:使用bower管理前端包依赖
本文链接:https://www.haomeiwen.com/subject/wstxpttx.html
网友评论