GithubHelp home page GithubHelp logo

biboba / esri-wab-build Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shjko/esri-wab-build

0.0 1.0 0.0 106 KB

Package used to build ESRI Web App Builder Apps for production.

JavaScript 100.00%

esri-wab-build's Introduction

NPM version NPM total download dependencies styled with prettier

esri-wab-build

Package used to build ESRI Web App Builder Apps for production.

Verified and designed for 2D Apps built using Web App Builder for Developers 2.3 - 2.7.

This task runs a full dojo build on any web app builder application, which will greatly improve performance.

Based largely around the scripts built by Junshan Liu (@qlqllu) at https://geonet.esri.com/docs/DOC-7934

Requirements:

  • Bower (validated with 1.8.0) installation : npm install -g bower
  • Nodejs (validated with 6.9.4)
  • Java 7 or greater
  • Git

Warning

If you see an error around dojo-themes, run: bower cache clear and try again.

Install and run locally:

Setup

  1. Navigate to the application to be built
  2. Create a project.json file (if one does not exist): npm init
  3. npm install --save-dev esri-wab-build
  4. Add the following to your package.json's scripts object "build": "esri-wab-build" (Note: an optional parameter can be added to build a remote web app builder app. For Example: "esri-wab-build C:\arcgis-web-appbuilder-2.7\WebAppBuilderForArcGIS\server\apps\3")
  5. Any user that downloads your application will now be able to build:

Build

  1. npm install
  2. npm run build

The build output will be located in buildOut\app and compressed in buildOut\app.zip

Install and run globally:

  1. npm install -g esri-wab-build
  2. esri-wab-build <location-of-app>

The build output will be located in dist\buildOut\app and compressed in dist\buildOut\app.zip

Scripting

This tool can be used as a library with the following functions:

  • remoteBuild.buildApp(buildPath)
    • Export and build the Web App Builder Application located at buildPath into a dist directory
    • Note: buildPath can be an application located in <web-app-builder-home>/server/apps/#
  • buildTool.buildApp(buildPath)
    • Build the Web App Builder Application located at buildPath
  • exportUtils.exportApp(buildPath)
    • Export the Web App Builder Application located at buildPath to a dist directory.
    • Note: buildPath can be an application located in <web-app-builder-home>/server/apps/#

esri-wab-build's People

Contributors

g3r4n avatar gavinr avatar gbochenek avatar nheminger avatar

Watchers

 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.