Northwind Dashboard Electron app
Перейти к файлу
Desislava Mihaylova 373b888cfa
Merge pull request #2 from telerik/dmihaylo-patch-1
docs: add minor updates
2018-06-04 13:05:18 +03:00
Content Distribution configurations 2018-03-21 18:56:48 +02:00
lib Initial commit 2018-03-07 18:48:21 +02:00
.gitignore Distribution configurations 2018-03-21 18:56:48 +02:00
README.md docs: dicard formatting 2018-06-04 13:05:01 +03:00
about.html Initial commit 2018-03-07 18:48:21 +02:00
about.js Initial commit 2018-03-07 18:48:21 +02:00
index.html Initial commit 2018-03-07 18:48:21 +02:00
main.js Distribution configurations 2018-03-21 18:56:48 +02:00
package.json dependencies update 2018-04-03 17:10:22 +03:00
products-orders.html Initial commit 2018-03-07 18:48:21 +02:00
products-orders.js Initial commit 2018-03-07 18:48:21 +02:00
regional-sales.html Initial commit 2018-03-07 18:48:21 +02:00
regional-sales.js adding additional functionality to the regional-sales and team-efficiency datepickers 2018-03-13 19:19:02 +02:00
renderer.js Initial commit 2018-03-07 18:48:21 +02:00
team-efficiency.html adding additional functionality to the regional-sales and team-efficiency datepickers 2018-03-13 19:19:02 +02:00
team-efficiency.js change scheduler selected date 2018-03-14 13:15:25 +02:00

README.md

Kendo UI Northwind Dashboard

Kendo UI Northwind Dashboard is an Electron app built with Progress award-winning Kendo UI HTML5 and JavaScript widgets—70+ UI widgets to help you build responsive websites and apps fast.

Kendo UI® offers components for every need—from the must-have for every app Grids, Dropdowns, and Menus to the advanced line-of-business UI, such as Charts, Gantt, Diagram, Scheduler, PivotGrid, and Maps.

The sample app showcases some of the most popular Kendo UI widgets, such as Scheduler, Grid, TabStrip, Charts, and Map in a real world scenario. It has a simple and responsive UI based on Bootstrap and works on a wide range of devices.

The sample app is aimed at executives, analysts, or sales representatives. It helps them establish targets based on insights into historical data as well as track sales and product performance in real time.

Requirements

Running This App

# Clone this repository
git clone https://github.com/telerik/kendo-electron-dashboard
# Go into the repository
cd kendo-electron-dashboard
# Install dependencies
npm install
# Run the app
npm start

Distributing This App

Kendo UI Northwind Dashboard is configured to use the Electron Packager third-party packaging tool.

To create new builds, run the following commands in the terminal in the app folder:

#Install Electron packager for use in npm scripts
npm install electron-packager --save-dev
#Install Electron packager for use from cli
npm install electron-packager -g
#Create new build for the desired platform
npm run package-mac
npm run package-win
npm run package-linux