Skip to content

Commit ab2aa45

Browse files
authored
Update README.md
1 parent 1290879 commit ab2aa45

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AdminForth - fully free Node.js admin panel framework on Vue & Tailwind
1+
# AdminForth - free powerfull Node.js admin panel framework on Vue & Tailwind
22

33

44
<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,12 +20,15 @@
2020
<br/>
2121

2222
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
2729
* 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)
2932

3033

3134
## Project initialisation
@@ -117,4 +120,4 @@ Then, go to testing app, e.g. created with CLI, and use next command:
117120
npx -g adminforth <your command under development>
118121
```
119122

120-
This will always run latest version of adminforth package.
123+
This will always run latest version of adminforth package.

0 commit comments

Comments
 (0)