Why is bower_components folder missing when I open a new angularjs project using WebStorm? -
i have created webstorm project works, when open new webstorm project (file -> new project) folder "bower-components" disappear , can't reference "angular.js"
that's see:
when open new project, has no bower.json. start :
bower init
this ask set of questions. post that, need add angular dependencies, do:
bower install angular --save
this add new entry in bower.json under dependencies.
you have same other dependencies well.
Comments
Post a Comment