Using Neutrino to jump-start modern JavaScript development
hacks.mozilla.org
Using Neutrino to jump-start modern JavaScript development
1–10 of 68 posts
Re: Using Neutrino to jump-start modern JavaScript development
#2Re: Using Neutrino to jump-start modern JavaScript development
#3This looks neat, I just don't think it's likely to do away with configuration completely unless you've got a very standard setup.
That aside, it sort of sounds like the goal here is "a sort of package manager which also handles boilerplate"? Definitely sounds useful when you want to quickly try something new.
Re: Using Neutrino to jump-start modern JavaScript development
#4Javascript Boilerplate Fatigue
Re: Using Neutrino to jump-start modern JavaScript development
#5That name though, I guess particles are en vogue :)
Re: Using Neutrino to jump-start modern JavaScript development
#6Re: Using Neutrino to jump-start modern JavaScript development
#7Re: Using Neutrino to jump-start modern JavaScript development
#8Re: Using Neutrino to jump-start modern JavaScript development
#9I've been doing something like this for a while. I have my entire build process as a project on NPM itself. I just have to import it into my projects and write a small gulp project setup. It's very declarative and if I spent a little more effort could probably mostly eliminate. It has most of my preferred tools in it, including dev server setup, statically generated Pug templates, Babel, Rollup with tree shaking, and…