0.1.3 • Published 3 years ago

augm v0.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

Features

  • DevX (simple patterns + fast builds)
  • Performance Driven (tiny runtime + granular DOM updates)
  • Flexible build targets (customizable + future-proof)

Usage

Installation

Requires NodeJS to be installed

npm i -g augm

This command installs the augm package globally (-g) on your computer.

Components (/it)

State (/is)

Routing (/at)

Flows (/to)

Acknowledgements

Heavily inspired by @WebReflection's libraries. augm-it uses uhtml for browser-side rendering and wicked-elements for attaching handlers.

DevX inspired by svelte & Next.js