|
| 1 | +[中文](./README.md) | **English** |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | + <img src="https://fantastic-admin.hurui.me/logo.svg" width="200" height="200" /> |
| 5 | +</p> |
| 6 | + |
| 7 | +<h1 align="center">Fantastic-admin</h1> |
| 8 | + |
| 9 | +<p align="center">A <b>out-of-the-box</b> Vue3 back-office management system framework</p> |
| 10 | + |
| 11 | +<p align="center"> |
| 12 | + <a href="https://fantastic-admin.hurui.me" target="_blank">Official Website</a> |
| 13 | + <span> | </span> |
| 14 | + <a href="https://fantastic-admin.pages.dev" target="_blank">Backup URL</a> |
| 15 | +<p> |
| 16 | + |
| 17 | +<p align="center"> |
| 18 | + <a href="###"><img src="https://img.shields.io/github/license/fantastic-admin/basic?label=License&style=flat-square" /></a> |
| 19 | + <a href="https://github.com/fantastic-admin/basic/releases" target="_blank"><img src="https://img.shields.io/github/v/release/fantastic-admin/basic?label=Version&style=flat-square" /></a> |
| 20 | +</p> |
| 21 | + |
| 22 | +## Features |
| 23 | + |
| 24 | +- Freely replaceable UI component library, default using Element Plus |
| 25 | +- Rich layouts and themes, covering various back-office application scenarios in the market, compatible with PC, tablet and mobile |
| 26 | +- Provides system configuration files for easy personalized customization |
| 27 | +- Automatically generates navigation bar based on route configuration |
| 28 | +- File system-based routing |
| 29 | +- Supports comprehensive permission verification |
| 30 | +- Built-in multi-level routing best caching solution |
| 31 | +- Easy internationalization and multi-language adaptation |
| 32 | +- Provides tab functionality with an experience close to native browser tab operations |
| 33 | + |
| 34 | +## Download |
| 35 | + |
| 36 | +> This repository is the basic version |
| 37 | +
|
| 38 | +**Directly pulling the source code may include unreleased content. It is recommended to download the stable version zip package from the [Github Releases](https://github.com/fantastic-admin/basic/releases) page**. If you are sure you need to pull the source code, please refer to the following branch descriptions: |
| 39 | + |
| 40 | +- `main` Vue3 version framework source code branch, without example code, can be directly used for actual development |
| 41 | +- `example` Vue3 version demo source code branch, same as the online demo site, contains many examples, can be used for reference learning |
| 42 | +- ~~`vue2` Vue2 version framework source code branch, without example code, can be directly used for actual development~~ (discontinued) |
| 43 | +- ~~`vue2-example` Vue2 version demo source code branch, contains many examples, can be used for reference learning~~ (discontinued) |
| 44 | + |
| 45 | +## Preview |
| 46 | + |
| 47 | +> Preview screenshots are from Vue3 Professional version |
| 48 | +
|
| 49 | +<table> |
| 50 | + <tr> |
| 51 | + <td><img src="https://fantastic-admin.hurui.me/preview1.png" /></td> |
| 52 | + <td><img src="https://fantastic-admin.hurui.me/preview2.png" /></td> |
| 53 | + <td><img src="https://fantastic-admin.hurui.me/preview3.png" /></td> |
| 54 | + </tr> |
| 55 | + <tr> |
| 56 | + <td><img src="https://fantastic-admin.hurui.me/preview4.png" /></td> |
| 57 | + <td><img src="https://fantastic-admin.hurui.me/preview5.png" /></td> |
| 58 | + <td><img src="https://fantastic-admin.hurui.me/preview6.png" /></td> |
| 59 | + </tr> |
| 60 | +</table> |
| 61 | + |
| 62 | +## Support |
| 63 | + |
| 64 | +If you think the Fantastic-admin framework is good, or you are already using it, I hope you can give me a ⭐ on **Github**, which will be a great encouragement to me. |
| 65 | + |
| 66 | +[](https://github.com/fantastic-admin/basic) |
| 67 | + |
| 68 | +<details> |
| 69 | +<summary>Github Stars Curve</summary> |
| 70 | + |
| 71 | +[](https://starchart.cc/fantastic-admin/basic) |
| 72 | +</details> |
| 73 | + |
| 74 | +## Ecosystem |
| 75 | + |
| 76 | +<table> |
| 77 | + <tr> |
| 78 | + <th colspan="3" align="center"> |
| 79 | + <a href="https://hooray.github.io/fantastic-startkit/" target="_blank">Fantastic-startkit</a> |
| 80 | + </th> |
| 81 | + </tr> |
| 82 | + <tr> |
| 83 | + <th colspan="3" align="center"> |
| 84 | + A simple and easy-to-use Vue3 project startup kit |
| 85 | + </th> |
| 86 | + </tr> |
| 87 | +</table> |
| 88 | + |
| 89 | +<table> |
| 90 | + <tr> |
| 91 | + <th colspan="3" align="center"> |
| 92 | + <a href="https://one-step-admin.hurui.me" target="_blank">One-step-admin</a> |
| 93 | + </th> |
| 94 | + </tr> |
| 95 | + <tr> |
| 96 | + <th colspan="3" align="center"> |
| 97 | + A Vue middle and back-office management system framework that's always one step ahead |
| 98 | + </th> |
| 99 | + </tr> |
| 100 | + <tr> |
| 101 | + <td><img src="https://one-step-admin.hurui.me/preview1.png" /></td> |
| 102 | + <td><img src="https://one-step-admin.hurui.me/preview2.png" /></td> |
| 103 | + <td><img src="https://one-step-admin.hurui.me/preview3.png" /></td> |
| 104 | + </tr> |
| 105 | + <tr> |
| 106 | + <td><img src="https://one-step-admin.hurui.me/preview4.png" /></td> |
| 107 | + <td><img src="https://one-step-admin.hurui.me/preview5.png" /></td> |
| 108 | + <td><img src="https://one-step-admin.hurui.me/preview6.png" /></td> |
| 109 | + </tr> |
| 110 | +</table> |
| 111 | + |
| 112 | +<table> |
| 113 | + <tr> |
| 114 | + <th colspan="4" align="center"> |
| 115 | + <a href="https://fantastic-mobile.hurui.me" target="_blank">Fantastic-mobile</a> |
| 116 | + </th> |
| 117 | + </tr> |
| 118 | + <tr> |
| 119 | + <th colspan="4" align="center"> |
| 120 | + A unique mobile H5 framework |
| 121 | + </th> |
| 122 | + </tr> |
| 123 | + <tr> |
| 124 | + <td><img src="https://fantastic-mobile.hurui.me/preview1.png" /></td> |
| 125 | + <td><img src="https://fantastic-mobile.hurui.me/preview2.png" /></td> |
| 126 | + <td><img src="https://fantastic-mobile.hurui.me/preview3.png" /></td> |
| 127 | + <td><img src="https://fantastic-mobile.hurui.me/preview4.png" /></td> |
| 128 | + </tr> |
| 129 | +</table> |
0 commit comments