UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

5 lines (4 loc) 119 B
#!/usr/bin/env node // This requires the build to be run first. const qwik = require('./dist/cli.cjs'); qwik.runCli();