aaex-cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +22 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # AaExJS
2
+ ## V.1.0.0
3
+ ## Description
4
+ Light weight SSR framework for react with filebased page and api routing. Builds on Vitejs alreadt existing SSR functionality.
5
+
6
+ ## Features
7
+ - File routing using aaex-file-router (can be used seperatly)
8
+ - API routing using hybrid solution only available in the full framework
9
+ - SSR rendering using vites native functions + additional functionality
10
+ -full typescript support (currently only typescript)
11
+ - all vite plugins that work with ssr should work
12
+
13
+ ## Usage
14
+ ```sh
15
+ npx create-aaex-app <project-name>
16
+ ```
17
+
18
+ ## W.I.P
19
+ 1. Currently working on a full documentation of the framework
20
+ for now the router and template project has some documentation
21
+
22
+ 2. Data fetching is currently done client side but to the api, next version will have server loaded data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aaex-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Command line interface for creating aaexjs app",
5
5
  "license": "ISC",
6
6
  "author": "",