You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: How to/customize existing toolbar/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This project is a skeleton application used to create [Essential JS 2](https://www.syncfusion.com/products/essential-js2) web application.
4
4
5
-
The application contains Essential JS 2 button component for preview and all common settings are preconfigured.
5
+
>This application uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). It requires node `v14.15.0` or higher.
6
6
7
7
## Getting Started
8
8
@@ -57,9 +57,9 @@ If JDK is not installed in your local machine, you can download it from [here](h
57
57
58
58
## Running
59
59
60
-
The application is configured with `browser-sync`, so it will serve the web application in your default browser.
60
+
The application is configured with [webpack-dev-server](https://webpack.js.org/configuration/dev-server/#devserver), so it will serve the web application in your default browser.
61
61
62
-
We used `SystemJS` for module loading.
62
+
We have used [Webpack](https://github.com/webpack/webpack) for module loading.
63
63
64
64
You can use the below npm script to run the web application.
// To utilize the server-backed PDF Viewer, need to specify the service URL. This can be done by including viewer.serviceUrl = 'https://services.syncfusion.com/js/production/api/pdfviewer'
0 commit comments