This Webmail demo application showcases the usage of several Essential JS 2 components in a real world application scenario. This demo explores a mailbox user interface which was inspired by the Outlook Office 365 application.
Перейти к файлу
Sivakumar 67c88027e6
Merge pull request #10 from SenthilarasuBalu/master
Rendered Components - Appbar, SideBar, Avatar, Splitter, Mention.
2023-01-20 18:03:21 +05:30
spec Added the sample into the repository 2018-03-07 17:27:50 +05:30
src feature(EJ2-67545):Implemented Sidebar Component for HeaderContent. 2023-01-13 11:28:04 +05:30
styles feature (EJ2-67545): Review Changes Done 2023-01-20 12:17:01 +05:30
README.md Updated blog link 2019-04-26 10:24:38 +05:30
config.json Added the sample into the repository 2018-03-07 17:27:50 +05:30
favicon.ico Added the sample into the repository 2018-03-07 17:27:50 +05:30
gulpfile.js Update the showcase samples 2021-10-01 16:11:34 +05:30
index.html feature (EJ2-67545):Review Changes done. 2023-01-12 17:56:45 +05:30
karma.conf.js Added the sample into the repository 2018-03-07 17:27:50 +05:30
license Added the sample into the repository 2018-03-07 17:27:50 +05:30
package.json feature (EJ2-67545): Review Changes done. 2023-01-09 19:23:08 +05:30
test-main.js Added the sample into the repository 2018-03-07 17:27:50 +05:30
tsconfig.json Added the sample into the repository 2018-03-07 17:27:50 +05:30
webpack.config.js Added the sample into the repository 2018-03-07 17:27:50 +05:30

README.md

Essential JS 2 for TypeScript - Webmail

This Webmail demo application showcases the usage of several Essential JS 2 components in a real world application scenario. This demo explores a mailbox user interface which was inspired by the Outlook Office 365 application.

Deployment

Install

To install all dependent packages, use the below command

npm install

Run

To run the sample, use the below command

gulp serve

Demo

https://ej2.syncfusion.com/showcase/typescript/webmail/

Check all the showcase samples from here and also check out the single page application example blog.