https://github.com/tangojs/tangojs-polymer
Polymer for TangoJS
https://github.com/tangojs/tangojs-polymer
Last synced: about 2 months ago
JSON representation
Polymer for TangoJS
- Host: GitHub
- URL: https://github.com/tangojs/tangojs-polymer
- Owner: tangojs
- License: mit
- Created: 2018-04-13T21:42:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T20:56:39.000Z (about 8 years ago)
- Last Synced: 2025-08-24T00:43:37.160Z (11 months ago)
- Language: HTML
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
Polymer mixins for TangoJS
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
This project is dependant on the tangojs-core project which is accessible through npm. Polymer 2.0 use bower as package manager but the next version will use npm. So there is no point to move now tangojs-core to bower.
To install tangojs-core and its mtango plugin:
```
$ npm install tangojs
$ npm install tangojs-connector-mtango
```
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.