mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20: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
935 B
Markdown
Executable File
39 lines
935 B
Markdown
Executable File
---
|
|
home: true
|
|
heroImage: /home.png
|
|
title: a
|
|
actionText: 快速上手 →
|
|
actionLink: /zh/guide/
|
|
features:
|
|
- title: 丰富功能
|
|
details: 提炼了典型的业务模型,提供了丰富的功能组件
|
|
- title: 最佳实践
|
|
details: 合理的框架选择,良好的工程实践助你持续产出高质量代码
|
|
- title: 最新技术栈
|
|
details: 使用 vue/vuex/vue-router/element 等前端前沿技术开发
|
|
- title: 权限验证
|
|
details: 根据权限动态加载路由,渲染侧边栏
|
|
- title: 国际化
|
|
details: 内建业界通用的国际化方案
|
|
- title: 主题
|
|
details: 支持多种动态换肤功能
|
|
footer: MIT Licensed | Copyright © 2017-present PanJiaChen
|
|
---
|
|
|
|
## Getting Started
|
|
|
|
```bash
|
|
# clone the project
|
|
git clone https://github.com/adempiere/adempiere-vue.git
|
|
|
|
# install dependency
|
|
npm install
|
|
|
|
# develop
|
|
npm run dev
|
|
```
|
|
|
|
## Demo
|
|
|
|
[ADempiere UI Demo](https://demo-ui.erpya.com/)
|