1.0.4-alpha.5.0 • Published 3 years ago

esrun-cli v1.0.4-alpha.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

ES-RUN

Run the ES-Modules locally using webpack-dev-server.

Todo

  • ES-Modules
  • Vue SFC
  • Vue SPA
  • Create Vue Template

Installation

$ npm i es-run -D

Usage

$ ./node_modules/.bin/esrun --help

Run single js which support ES next.

$ ./node_modules/.bin/esrun run [name].js

Run Vue SPA.

$ ./node_modules/.bin/esrun run [name].vue --file vue

Run Vue with entry.js.

$ ./node_modules/.bin/esrun run [name].js --file vue