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.
Common errors
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.
Warnings
gotcha Requires Java Runtime to compile UI interfaces. ↓
fix Install Java Runtime Environment (JRE) 8 or later.
Install
npm install frames-compiler yarn add frames-compiler pnpm add frames-compiler Imports
- main
npx frames-compiler
Quickstart
npm install -g frames-compiler
framesc -i example.xvc -o example.html