Giter Site home page Giter Site logo

adv-default-theme's Introduction

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. Install lerna globally:

    yarn global add lerna
    

    or

    npm install -g lerna
    
  2. 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 develop https://github.com/adempiere/adv-default-theme.git src/themes/advDefaultTheme
    
  3. Fetch all the data:

    git submodule update --init --remote
    
  4. 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
    
  5. Download all dependencies and start development server:

    yarn && yarn dev
    
  6. 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.

adv-default-theme's People

Contributors

yamelsenih avatar elsiosanchez avatar

Watchers

James Cloos avatar Carlos Parada avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.