Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taktik/taktik-polymer-typescript
https://github.com/taktik/taktik-polymer-typescript
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taktik/taktik-polymer-typescript
- Owner: taktik
- Created: 2017-08-07T12:32:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T23:47:31.000Z (over 2 years ago)
- Last Synced: 2024-02-03T00:20:35.358Z (10 months ago)
- Language: TypeScript
- Size: 563 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/taktik/taktik-polymer-typescript.svg?branch=master)](https://travis-ci.org/taktik/taktik-polymer-typescript)
# \
Module providing development facilities for ozone polymer type script modules.
## install & configure this module in an other a typeScript project
- step 1: install dependency
> Install you dependency
> npm install --save taktik-polymer-typescript- step 2: use node module resolution in tsconfig.json
```json
{
"compilerOptions":{
"moduleResolution": "node"
}
}
```- step 3: import where you need
```typescript
import {customElement} from 'taktik-polymer-typescript' // Import elements
```