Giter VIP home page Giter VIP logo

openui5-webpack's Introduction

OpenUI5 Webpack

This repository contains some projects to build OpenUI5/SAPUI5 applications with webpack.

Projects

openui5-webpack-plugin

This is the main plugin for webpack to build UI5 applications. It enables webpack to understand the UI5 module system.

Documentation

openui5-render-loader

By default UI5 controls don't have a dependency to their renderer. This loader scans UI5 controls and adds a dependency to the control, so that the renderer is included in the build.

Documentation

openui5-xml-loader

This loader parses XML views and adds all controls used in XML views as dependency.

Documentation

openui5-manifest-loader

The manifest loader preprocesses a manifest.json file and adds dependencies for the libraries and modules specified in it.

Documentation

Install

Please check the README.md files of the sub packages to find out more about how to install and configure the different plugins/loaders.

Usage

Depending on your project setup you will need a different combination of plugin and loaders.

  • openui5-webpack-plugin is always needed
  • openui5-renderer-loader is always needed
  • openui5-xml-loader is only needed if you use XML Views in your application
  • openui5-manifest-loader is only needed if you have a component and a separate manifest.json file

Check out the modified openui5-sample-app for a working example.

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.