|
1 |
| -# AdminForth - fully free Node.js admin panel framework on Vue & Tailwind |
| 1 | +# AdminForth - free powerfull Node.js admin panel framework on Vue & Tailwind |
2 | 2 |
|
3 | 3 |
|
4 | 4 | <a href="https://adminforth.dev"><img src="https://img.shields.io/badge/website-adminforth.dev-blue" style="height:24px"/></a> <a href="https://adminforth.dev"><img src="https://img.shields.io/npm/dw/adminforth" style="height:24px"/></a> <a href="https://devforth.io"><img src="https://raw.githubusercontent.com/devforth/OnLogs/e97944fffc24fec0ce2347b205c9bda3be8de5c5/.assets/df_powered_by.svg" style="height:28px"/></a>
|
|
20 | 20 | <br/>
|
21 | 21 |
|
22 | 22 | Why AdminForth:
|
23 |
| -* AdminForth is always free and open-source (no paid versions, no cloud subscriptions sh*t) |
24 |
| -* Init AdminForth with your database URL in Node.js file, easily describe the tables you wish to see in admin, and get fully functional UI for your data (filter, create, edit, remove) |
25 |
| -* Define Vue components to change look of various parts of admin (place in data cell, instead of row, add something above the table, inject something to header or sidebar, add custom page with charts or custom components) |
26 |
| -* Rich build-in Components library (AdminForth AFCL) with premade easy-to-use build-blocks which follow your theme |
| 23 | + |
| 24 | +* Init AdminForth project with `npx adminforth create-app` and pass your database URL, import the tables you wish to see in admin using `npx adminforth resource`, and get fully functional UI for your data (filter, create, edit, remove) |
| 25 | +* Modern look and simple Tailwind-ish ability to adjust it |
| 26 | +* Supports Postgres, MySQL, Mongo, SQLite, Clickhouse |
| 27 | +* Define Vue components to change look of various parts of admin using `npx adminforth component` (edit data cells, edit fields, add something above the table, inject something to header or sidebar, add custom page with charts or custom components) |
| 28 | +* Build-in Components library (AdminForth AFCL) with premade easy-to-use build-blocks which follow your theme |
27 | 29 | * Define express APIs and call them from your components and pages
|
28 |
| -* Use various modern back-office-must-have plugins like audit log, files/image upload, TOTP 2FA, I18N, Copilot-style AI writing and image generation |
| 30 | +* Use various modern back-office-must-have plugins like audit log, files/image upload, TOTP 2FA, I18N, Copilot-style AI writing and image generation and many more |
| 31 | +* AdminForth is always free and open-source (no paid versions, no cloud subscriptions sh*t) |
29 | 32 |
|
30 | 33 |
|
31 | 34 | ## Project initialisation
|
@@ -117,4 +120,4 @@ Then, go to testing app, e.g. created with CLI, and use next command:
|
117 | 120 | npx -g adminforth <your command under development>
|
118 | 121 | ```
|
119 | 122 |
|
120 |
| -This will always run latest version of adminforth package. |
| 123 | +This will always run latest version of adminforth package. |
0 commit comments