0.0.5 β€’ Published 4 years ago

vroom-tool v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago
  • ⚑ Lightning fast build times with esbuild under the hood.
  • πŸŽ‡ Instant File server.
  • πŸ“¦ Static site generation.
  • βš™ Customizable builds
  • 🌊 Wide varitey of api at hand

Vroom is a new frontend build tool that significantly improves speedes up the frontend development experience. It consists of three major parts:

  • A Customizable build system with esbuild under the hood for blazing fast builds.
  • A fast static site generation and a fast dev server for quick reloading.
  • A Performant and *fast core* with a robust api for all your needs.

In addition, Vroom is highly customisable via its Config API.

Get Started

vroom bundle --in src/vroom.js --out index.js --opts "{minify: false}" --node

What it does:

  • bundles
  • file in: src/vroom.js
  • out file: index.js
  • options:
    • minify: off
  • build for node(your current node version)

License

This project is under MIT