An open API service indexing awesome lists of open source software.

https://github.com/riot/component-template

Riot.js Component scaffolding Template - Used in create-riot
https://github.com/riot/component-template

Last synced: 11 months ago
JSON representation

Riot.js Component scaffolding Template - Used in create-riot

Awesome Lists containing this project

README

          

# <%= name %>

<%= description %>

## installation

```
npm i <%= name %>
```

## Usage

```riot


import MyComponent from '<%= name %>'

export default {
components: {
MyComponent
}
}

```