1.0.0 • Published 4 years ago

taskr-build v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

taskr-build

Builder plugin for Taskr.

About

Plugin to build web apps with popular frameworks using javascript/typescript. In short, Browserify + Babel 7 in 202X :sweat_smile:

Why?

I was tired of using plugins and loaders depending on the javascript framework that I had to use in each project. Using Babel 7 and some transformations is enough. Less time to set up new projects (10-30 lines).

It has been fun to develop this.

Install

Install with yarn.

Benchmark

Time to build a project with react and redux:

ToolDev Build 1ºDev Build 2ºDev Build 3º
webpack8.02s2.11s2.9s
parcel3.67s1.89s1.81s
taskr-build (browserify)2.42s0.327s0.331s

Performance improvement working with angular 8.


List of frameworks supported with the key to use:

Examples

Thanks

Taskr: Luke Edwards and Jorge Bucaran

Servør: Luke Jackson