Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.
This repository was archived by the owner on May 23, 2022. It is now read-only.

Experience Builder version #158

@gavinr

Description

@gavinr

What about Experience Builder?

This Yeoman Generator for Web AppBuilder does two things:

  1. It creates a Grunt-based build process for your widgets that watches your source code and every time you change it builds your TypeScript or ES6 code (using the TypeScript compiler or babel, respectively)) and copies it to the Web AppBuilder folder structure.
  2. It generates all the files for a widget for you given a command (yo esri-appbuilder-js:widget).

For Experience Builder, those are now accomplished through:

  1. The build process for Experience Builder widgets now comes out-of-the-box in Developer Edition of Experience Builder. You simply run npm start within the client folder, and that will run a webpack task that will watch your code, build it (using webpack, TypeScript, and React), and make it available for use. More info
  2. You can now generate all the files for an Experience Builder widget using the arcgis-js-cli project. See that link for detailed instructions, but the general instructions are:
    1. npm install -g @arcgis/cli
    2. cd C:\path\to\experience-builder\root\folder
    3. arcgis widget my-widget -t exb

GeoNet for questions and help on this: https://community.esri.com/community/arcgis-experience-builder

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions