@effindomv2/create-fui-as-app
v0.1.45
Published
Scaffold a minimal EffinDom v2 FUI-AS app
Readme
EffinDom create-fui-as-app
npxscaffolder for FUI-AS apps. One command to a running EffinDom application.
This is the standalone CLI package for bootstrapping new EffinDom FUI-AS projects. It generates a complete project with build tooling, dev server, and scaffolded application code.
For the full SDK, documentation, and feature matrix, see the main repo: → fui-as
Quickstart
npx @effindomv2/create-fui-as-app my-app
cd my-app
npm install
npm run devFor the MVC starter with routing:
npx @effindomv2/fui-as-app my-mvc-app -- --template mvcWhat you get
hellotemplate (default) — single-page minimal app with aHelloWorldcomponent, harness, and dev server.mvctemplate — two-page routed app withHomeAppandSettingsApp, shared route UI helpers, and aManagedApplicationControllerbase.- TypeScript-style AssemblyScript compilation to WebAssembly.
generate:host*,dev,build, andtestscripts with watch rebuilds.tsconfig.jsonextendingassemblyscript/std/assembly.jsonfor IDE support.
Repos
| Repo | Purpose | |---|---| | create-fui-as-app | This repo — CLI scaffolder | | fui-as | AssemblyScript SDK + controls | | EffinDOM | Monorepo — runtime, engine, docs |
License
MIT. See LICENSE.md.
