Morphis Frames Compiler

raw JSON →
1.0.8 verified Fri May 01 auth: no javascript

Frames Compiler is a Node.js CLI tool (v1.0.8) for compiling Morphis Frames UI files (.xvc) to HTML. It enables developers to use the Frames language for building platform-agnostic applications from Node.js. Requires a Java Runtime to compile UI interfaces. The tool is in early stages and has limited documentation. Compared to other UI frameworks, it is niche and tied to Morphis's proprietary ecosystem. Release cadence is unknown.

error 'framesc' is not recognized as an internal or external command
cause Global install not in PATH, or package not installed globally.
fix
Ensure npm global binaries are in PATH, or run 'npx frames-compiler' instead.
gotcha Requires Java Runtime to compile UI interfaces.
fix Install Java Runtime Environment (JRE) 8 or later.
npm install frames-compiler
yarn add frames-compiler
pnpm add frames-compiler

Install the CLI globally and compile a Frames file to HTML.

npm install -g frames-compiler
framesc -i example.xvc -o example.html