Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shellscape/bundler-serve
A Platform for Bundler Development Servers
https://github.com/shellscape/bundler-serve
bundle bundler dev development serve server
Last synced: 21 days ago
JSON representation
A Platform for Bundler Development Servers
- Host: GitHub
- URL: https://github.com/shellscape/bundler-serve
- Owner: shellscape
- License: mpl-2.0
- Created: 2018-11-23T00:06:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T13:16:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-06T03:34:20.554Z (about 1 month ago)
- Topics: bundle, bundler, dev, development, serve, server
- Language: JavaScript
- Homepage: http://shellscape.org
- Size: 2.83 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[tests]: https://img.shields.io/circleci/project/github/shellscape/bundler-serve.svg
[tests-url]: https://circleci.com/gh/shellscape/bundler-serve[cover]: https://codecov.io/gh/shellscape/bundler-serve/branch/master/graph/badge.svg
[cover-url]: https://codecov.io/gh/shellscape/bundler-serve[size]: https://packagephobia.now.sh/badge?p=bundler-serve
[size-url]: https://packagephobia.now.sh/result?p=bundler-serve[https]: https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener
[http2]: https://nodejs.org/api/http2.html#http2_http2_createserver_options_onrequesthandler
[http2tls]: https://nodejs.org/api/http2.html#http2_http2_createsecureserver_options_onrequesthandler
[![tests][tests]][tests-url]
[![cover][cover]][cover-url]
[![size][size]][size-url]# bundler-serve
A Platform for Bundler Development Servers
_Please consider donating if you find this project useful._
## Requirements
`bundler-serve` is an [evergreen 🌲](./.github/FAQ.md#what-does-evergreen-mean) module.
This module requires Node v10+. The client scripts in this module require [browsers which support `async/await`](https://caniuse.com/#feat=async-functions). Users may also choose to compile the client script via an appropriately configured [Babel](https://babeljs.io/) bundler loader/plugin for use in older browsers.
## Install
Using npm:
```console
npm bundler-serve --save
```## Usage
TODO
## Options
TODO
## Meta
[CONTRIBUTING](./.github/CONTRIBUTING.md)
[LICENSE (Mozilla Public License)](./LICENSE)