New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

remix-web-component

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-web-component

Build your first element with Polymer 3.0!

latest
Source
npmnpm
Version
3.0.0-pre.13
Version published
Maintainers
1
Created
Source

Build your first Polymer element

This repo goes with the Build your first Polymer element tutorial.

Running the tutorial code

  • Install pre-requisites for Polymer CLI (git, npm, Node.js).

    Full instructions are on the Polymer website..

  • Install Polymer CLI:

    npm install -g polymer-cli@next
    

    Full instructions are on the Polymer website..

  • Clone this repo:

    git clone https://github.com/PolymerLabs/polymer-3-first-element.git
    
  • Change directory to the top-level project folder and install project dependencies:

    cd polymer-3-first-element
    npm install
    
  • To preview your element, run the Polymer development server from the top-level project folder:

    polymer serve --open
    

Next steps

Follow the Build your first Polymer element tutorial to get started with Polymer.

FAQs

Package last updated on 18 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts