jdomainapp / jda

the root source code project of the JDA framework
MIT License
3 stars 1 forks source link

FrontEndGen: front end generator (1.1) #93

Open ducmle opened 10 months ago

ducmle commented 10 months ago

Dependencies

Overview

This is the front end component of the SwGen component. . Given a front-end specification of a software, written in annotaion-based DSLs (DCSL, MCCL), FrontEndGen generates as the output a front end software in the specified target platform.

The default target platform is Javascript with one of the four common frameworks (Vuejs, Reactjs, ReactNative, Angularjs).

Tasks