aaex-cli
v1.1.0
Published
Command line interface for creating aaexjs app
Readme
AaExJS
V.1.0.0
Description
Light weight SSR framework for react with filebased page and api routing. Builds on Vitejs alreadt existing SSR functionality.
Features
- File routing using aaex-file-router (can be used seperatly)
- API routing using hybrid solution only available in the full framework
- SSR rendering using vites native functions + additional functionality -full typescript support (currently only typescript)
- all vite plugins that work with ssr should work
Usage
npx create-aaex-app <project-name>V1.1
Added user system
