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
- Host: GitHub
- URL: https://github.com/bultas/minimal
- Owner: bultas
- Created: 2017-02-26T22:08:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T04:19:04.000Z (almost 2 years ago)
- Last Synced: 2025-07-04T19:40:01.549Z (10 months ago)
- Topics: es6, js-modules, rollup, template
- Language: JavaScript
- Homepage: https://minimal.bultas.now.sh/
- Size: 129 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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..