Structure
The project template directory structure is as follows:
├── lwa-template/ # LWA example
│ ├── public/ # Static resource directory
│ ├── config.json # Configuration file, configure related parameters
│ ├── index.html # Home page content
│ ├── thumbnail.png # Upload thumbnail
│ ├── src/ # Source code directory
│ ├── js/ # js file directory
│ ├── config.js # Some operations to get parameters from config configuration file
│ ├── main.js # Entry file
│ ├── gulpfile.js # Gulp packaging configuration
│ ├── package.json # Project configuration information
│ ├── readme.md # Instructions
│ ├── webpack.config.js # Webpack packaging configuration
Configuration file config.json reference Configuration