Builder plugin for Taskr. Web apps with JavaScript / TypeScript.
npm install taskr-build> Builder plugin for Taskr.
It has been fun to develop this.
yarn add taskr taskr-build @taskr/{esnext,watch} --dev
| Tool | Dev Build 1º | Dev Build 2º | Dev Build 3º |
| :--- | :---: | :---: | :---: |
| webpack | 8.02s | 2.11s | 2.9s |
| parcel | 3.67s | 1.89s | 1.81s |
| taskr-build (browserify) | 2.42s | 0.327s | 0.331s |
Performance improvement working with angular 8.
-----
List of frameworks supported with the key to use:
- React ("react")
- Vue 2.x ("vue")
- Preact ("preact")
- Inferno ("inferno")
- Hyperapp ("hyperapp")
- Angular 1 / Angular JS ("angularjs")
- Angular 2,4,7,8... (not (AOT) compiler) ("angular")
- Svelte (only javascript) ("svelte")
- To-Do List Marvel with Preact X
- Vue Giphy Element UI
- Angular 8 with Drag&drop
- Inferno/Typescript and Server Side Rendering
- React/Typescript/Hooks with tests
- Vue Giphy Element UI with TypeScript