From 87d8920d27c33df9f2042faf846cada36bfdfe88 Mon Sep 17 00:00:00 2001 From: build Date: Thu, 9 Apr 2026 17:03:32 +0530 Subject: [PATCH 1/2] 1020912: Need to update the readme content --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index 35c46f4..05ab673 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,26 @@ The application contains Essential JS 2 button component for preview and all common settings are preconfigured. +## Prerequisites + +Before you begin, ensure you have the following installed: +- Node.js (version 8.x or later) +- npm (Node Package Manager) + +## Project Structure + +``` +ej2-button-gettingstarted-master/ +├── src/ +│ ├── app/ +│ │ └── app.ts +│ ├── index.html +│ └── system.config.js +├── package.json +├── tsconfig.json +└── gulpfile.js +``` + ## Getting Started To get started you need to clone the `ej2-buttongettingstarted` repository. @@ -34,3 +54,16 @@ You can use the below npm script to run the web application. ``` npm run start ``` + +## Features + +This quickstart project includes: +- Pre-configured Essential JS 2 Button component +- TypeScript support for type-safe development +- SystemJS module loader integration +- Browser-sync for live reloading during development +- Gulp-based build automation + +## Configuration + +The project uses `system.config.js` to configure module loading and map the Syncfusion EJ2 packages. All component configurations are set up in the `src/app/app.ts` file, making it easy to customize button properties and behaviors. From a3a91dc113e3f6f448deff1f040f5e107598704b Mon Sep 17 00:00:00 2001 From: build Date: Thu, 9 Apr 2026 18:08:43 +0530 Subject: [PATCH 2/2] 1020912: updated the review changes --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 05ab673..a7cb365 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,6 @@ Before you begin, ensure you have the following installed: - Node.js (version 8.x or later) - npm (Node Package Manager) -## Project Structure - -``` -ej2-button-gettingstarted-master/ -├── src/ -│ ├── app/ -│ │ └── app.ts -│ ├── index.html -│ └── system.config.js -├── package.json -├── tsconfig.json -└── gulpfile.js -``` - ## Getting Started To get started you need to clone the `ej2-buttongettingstarted` repository.