Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

solop-develop/frontend-default-theme

 
 

Repository files navigation

adv-default-theme - Theme based on Vue Element Admin for ADempiere Vue

New adv-default-theme template theme for ADempiere Vue, based on Vue Element Admin. 90% of the adv-default-theme code is locked in the Vue Element Admin library. Thanks to this, adv-default-theme can keep its flexibility, but minimize the risk of errors.

🔌 Installation

In order to use the new ADVue Theme Pos theme in your ADempiere Vue installation, you need:

  1. Configure adv-default-theme repository as a git submodule in theme path of your ADempiere Vue workspace, and then track develop branch:

    git submodule add -b experimental https://github.com/solop-develop/frontend-default-theme.git src/themes/frontend-default-theme
  2. Fetch all the data:

    git submodule update --init --remote
  3. Generate local.json file from script generate-local-config.js. Update ADempiere Vue configuration by copying local.json file from src/themes/advDefaultTheme to root config directory:

    node src/themes/advDefaultTheme/scripts/generate-local-config.js
  4. Download all dependencies and start development server:

    yarn && yarn dev
  5. That's it! Now, after opening your development server (http://localhost:9527 by adv-default-theme), you should see ADempiere Vue with the adv-default-theme. 🎉

Design customization

You can use this template project to create your own project.

About

Default theme for ADempiere vue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 88.1%
  • JavaScript 11.7%
  • Other 0.2%