bower 问题
没法写成bower install jquery bootstrap;只能是bower install jquery; bower install bootstrap
使用方法
1、在根目录下new .bowerrc文件
{ "directory": "public/libs" }
2、根目录下 命令行中:bower install bootstrap@3.3.5
问题:bower.json 如何生成?如何使用?
没法写成bower install jquery bootstrap;只能是bower install jquery; bower install bootstrap
使用方法
1、在根目录下new .bowerrc文件
{ "directory": "public/libs" }
2、根目录下 命令行中:bower install bootstrap@3.3.5
问题:bower.json 如何生成?如何使用?