Answer the question
In order to leave comments, you need to log in
How to build frontend (dev and prod)?
My story begins with the fact that there are millions of different widgets, plugins and extensions for the front-end, projects require beautiful and thoughtful interfaces: custom form elements, scrollers, sliders and much more. There is a lot of such goodness, and 1000 stars on the github is far from an indicator of a cool plugin, since there can be a lot of bugs with a label like "Help Needed".
Once, on one project, it took me several months just to sort through more than 200 different plugins and find those that really work everywhere, in all perversions and are easily customized for various needs.
Therefore, I decided to make such a blank for myself from a set of high-quality widgets. Having such a preparation, it would be possible to easily start a project and compile only the required list.
I want to use the following things:
npm and bower as
grunt package managers to build
less
and various plugins and widgets.
The structure is as follows:
bower_components/
build/
node_modules/
src/
bower.json
Gruntfile.js
package.json
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question