UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

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();