mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 13:39:48 +08:00
* Add support to x vversion from npm * Add support to x vversion from npm * Add support to x vversion from npm * Add documentation for current repository
39 lines
981 B
Markdown
Executable File
39 lines
981 B
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
|
|
---
|
|
|
|
## Getting Started
|
|
|
|
```bash
|
|
# clone the project
|
|
git clone https://github.com/adempiere/adempiere-vue.git
|
|
|
|
# install dependency
|
|
yarn install
|
|
|
|
# develop
|
|
yarn dev
|
|
```
|
|
|
|
## Demo
|
|
|
|
[ADempiere UI Demo](https://demo-ui.erpya.com/)
|