Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 438 Bytes

quickjs-docker

QuickJS - A small JavaScript Engine written by Fabrice Bellard https://bellard.org/quickjs/

Build Docker Image

$ docker build -t soleo/quickjs .

Run examples

Quick console.log test

$ docker run  --rm -v `pwd`:/mnt/src soleo/quickjs qjs examples/console-log/hello.js

VueJS SPA

$ docker run  --rm -v `pwd`:/mnt/src soleo/quickjs qjs -m examples/vue-js-spa/app.js