Bundled package of vercel/serve CLI with some patches; To serve a static site, single page application or directory listing.
- Bundle
vercel/serve
CLI withwebpack
andbabel
for Node 6 compatibility - Now we can serve static files with
--virtual-path
option to specify virtual directory for the server
Run this command to see a list of all available options:
serve --help
MIT licensed, see LICENSE file for more details.