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

Experience Builder version #158

Closed
gavinr opened this issue Mar 20, 2020 · 2 comments
Closed

Experience Builder version #158

gavinr opened this issue Mar 20, 2020 · 2 comments

Comments

@gavinr
Copy link
Contributor

gavinr commented Mar 20, 2020

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

@gavinr gavinr closed this as completed Mar 20, 2020
@gavinr gavinr pinned this issue Mar 20, 2020
@rstevens354
Copy link

@gavinr is there a generator for layouts in Experience Builder

@gavinr
Copy link
Contributor Author

gavinr commented Apr 1, 2020

@rstevens354 I'm not sure exactly what you mean by "layouts" ... are you referring to custom themes?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants