An open API service indexing awesome lists of open source software.

https://github.com/bultas/minimal

Minimalistic JavaScript development stack
https://github.com/bultas/minimal

es6 js-modules rollup template

Last synced: 9 months ago
JSON representation

Minimalistic JavaScript development stack

Awesome Lists containing this project

README

          

# Minimal

Minimalistic JavaScript development stack

- No framework, No Dependencies (runtime)
- JS analysis and [type check](https://github.com/bultas/minimal/blob/master/modules/hello/index.js) (no config, no .ts files needed, jsdoc compatible)
- Native ES modules (import/ES6 modules)
- Support for node_modules imports
- Tree Shaking
- Automatic module chunks (imported as JS modules)
- Minimal bundler config (Rollup, but can be Webpack etc.)
- optional Development server (with serve static, sourcemaps)
- Production ready compilation
- Unit testing via `npm test`

## Demo as example

https://minimal.bultas.now.sh

`npm start` to run build and dev server.

- native Web Components
- File structure with custom_modules
- CSS :defined transitions
- Prefetch
- Basic routing (with Transition)
- CSS variables for Web Components styling
- more..