mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
48 lines
1.2 KiB
Markdown
Executable File
48 lines
1.2 KiB
Markdown
Executable File
---
|
|
home: true
|
|
heroImage: /home.png
|
|
title: a
|
|
actionText: Get Started →
|
|
actionLink: /guide/
|
|
features:
|
|
- title: Feature-rich
|
|
details: A strong framework of ADempiere for many enterprise applications and various components
|
|
- title: Best Practice
|
|
details: Reasonable framework choice, good engineering practice
|
|
- title: Up-to-date Dev Stack
|
|
details: Development using front-end advanced technology
|
|
- title: Permission Validation
|
|
details: Dynamic loading of route and rendering sidebar based on permissions
|
|
- title: Globalization
|
|
details: Built-in industry universal international solution
|
|
- title: Theming
|
|
details: Supports multiple dynamic skin methods
|
|
footer: GNU/GPL v3 Licensed | Copyright © 2019-present ADempiere
|
|
---
|
|
|
|
<p align="center">
|
|
<img width="320" src="https://upload.wikimedia.org/wikipedia/commons/b/b1/Adempiere-logo.png">
|
|
</p>
|
|
|
|
## Getting Started
|
|
|
|
```bash
|
|
# clone the project
|
|
git clone https://github.com/adempiere/adempiere-vue.git
|
|
|
|
# be located on the path
|
|
cd adempiere-vue/docs/
|
|
|
|
# install dependency
|
|
yarn install
|
|
|
|
# develop
|
|
yarn dev
|
|
```
|
|
|
|
## Live Preview
|
|
|
|
[ADempiere UI Demo](https://demo-ui.erpya.com/)
|
|
|
|
[ADempiere UI Documentation](https://adempiere.github.io/adempiere-vue/)
|