Giter Club home page Giter Club logo

number-input-element's Introduction

Getting started

Install prerequisites

You need a Git client, the Node.js, the Bower package manager and the Polymer CLI to start the demo. It is highly recommended to use the following versions:

  • Node.js 6.10.2
  • Bower 1.8.0
  • Polymer CLI 1.2.0

Git

Check if you have a Git client already installed:

git --version

If your OS can not recognize this command, install Git. For details please refer to this page. When installing under Windows, please make sure you check the following option:

  • [*] Use git from Windows command prompt

Node.js

It is highly recommended to install the Node Version Manager which manages multiple active Node.js versions on your machine. The latest windows version of nvm can be found here. Once nvm installed, install the Node.js and set it for use:

nvm install 6.10.2
nvm use 6.10.2

Bower

Polymer still uses Bower as a package manager. Install it using npm (installed via Node Version Manager):

npm install -g bower

Polymer CLI

Polymer CLI is the official command line tool for Polymer projects and Web Components. Install it using npm (installed via Node Version Manager):

npm install -g polymer-cli

Start the demo

Clone this repository

git clone https://github.com/pwa-polymer/number-input-element.git -b 1-start

Install Bower dependencies

cd number-input-element
bower install

View your element

$ polymer serve --open

number-input-element's People

Contributors

mmatczak avatar mmatczak-cg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.