From 2a1e5f36dd58c108c37673f0d9082006a2e33013 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Mon, 12 Sep 2016 12:50:54 +0200 Subject: [PATCH] Adding context-menu to master deploy --- README.md | 17 +++++++++-------- bower.json | 3 ++- index.html | 3 +++ 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 86209e3..5fe86ac 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ Individual elements of the Core Elements bundle are released separately, and you #### Nearly there - [``](https://github.com/vaadin/vaadin-grid) 1.2 - [``](https://github.com/vaadin/vaadin-split-panel) 0.1 +- [``](https://github.com/vaadin/vaadin-context-menu) 0.1 -#### Next up +#### Next up - [``](https://github.com/vaadin/vaadin-combo-box) 1.x - Custom filtering - Lazy loading @@ -86,23 +87,23 @@ The following instructions are common for all Vaadin core elements. **Replace `v ### Getting the code 1. Clone the element project from GitHub: - + ```shell $ git clone https://github.com/vaadin/vaadin-combo-box.git ``` 2. Install [Node](https://nodejs.org/en/download/). It comes bundled with [npm](https://npmjs.com), which is needed to install other tooling. -3. Install [Bower](http://bower.io) using [npm](https://npmjs.com): - +3. Install [Bower](http://bower.io) using [npm](https://npmjs.com): + ```shell $ npm install -g bower ``` - + > If you encounter permission issues when running `npm` see the article about [fixing npm permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) on npmjs.com 4. Use Bower to install the dependencies of the element: - + ```shell $ cd vaadin-combo-box $ bower install @@ -111,13 +112,13 @@ The following instructions are common for all Vaadin core elements. **Replace `v ### Running demos 1. Install [polyserve](https://github.com/PolymerLabs/polyserve) using [npm](https://npmjs.com): - + ```shell $ npm install -g polyserve ``` 2. Start a local server in the project root directory: - + ```shell $ cd vaadin-combo-box $ polyserve diff --git a/bower.json b/bower.json index 9534c9b..0e6808e 100644 --- a/bower.json +++ b/bower.json @@ -52,7 +52,8 @@ "vaadin-icons": "vaadin/vaadin-icons#master", "vaadin-date-picker": "vaadin/vaadin-date-picker#master", "vaadin-upload": "vaadin/vaadin-upload#master", - "vaadin-split-layout": "vaadin/vaadin-split-layout#master" + "vaadin-split-layout": "vaadin/vaadin-split-layout#master", + "vaadin-context-menu": "vaadin/vaadin-context-menu#master" } } } diff --git a/index.html b/index.html index 14ddb06..0109d2b 100644 --- a/index.html +++ b/index.html @@ -80,6 +80,9 @@ This program is available under Apache License Version 2.0, available at https:/
  • Vaadin
    SplitLayout
    Demo +
  • + Vaadin
    ContextMenu
    + Demo
  • Vaadin
    Icons
    Demo -- 2.39.5