xuda-studant-app-example
v0.1.1
Published
Enhanced Xuda CLI student dashboard example with login, routes, and full building-block coverage
Maintainers
Readme
xuda-studant-app-example
An example Xuda app package that showcases a student dashboard built with xuda-cli.
It includes:
- a login screen
- routed dashboard views
- student roster, tasks, and profiles screens
get_data,set_data,batch,api,javascript,alert,route, andai_agentexamples- table metadata wired for
@xuda.io/xuda-dbs-plugin-xuda - Tailwind framework usage through
@xuda.io/xuda-framework-plugin-tailwind
Install
npm installRun locally
npm run devSync with cloud docs
If xuda.config.js contains an api_key, you can sync project docs with:
npm run syncPackage contents
The example is authored as source files:
App.xucomponents/*.xuglobals/*.xudata/get/*.xudata/set/*.xudata/batch/*.xuapis/*.xuscripts/*.xualerts/*.xutables/*.json5routes/*.json5ai-agents/*.json5
At runtime, xuda-cli compiles the app into the hidden .project_data area under node_modules.
