This sample shows how to use the @deck.gl/arcgis module to add a deck.gl layer to an ArcGIS JavaScriptarrow-up-right app. Uses Webpackarrow-up-right and the ArcGIS Webpack pluginarrow-up-right to bundle files and serves it with webpack-dev-serverarrow-up-right.
@deck.gl/arcgis
To install dependencies:
Commands:
npm start is the development target, to serve the app and hot reload.
npm start
npm run build is the production target, to create the final bundle and write to disk.
npm run build
Last updated 4 years ago
npm install # or yarn