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
- Host: GitHub
- URL: https://github.com/riot/component-template
- Owner: riot
- License: mit
- Created: 2020-06-20T19:07:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T22:50:40.000Z (about 2 years ago)
- Last Synced: 2025-01-08T04:13:18.681Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 349 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# <%= name %>
<%= description %>
## installation
```
npm i <%= name %>
```
## Usage
```riot
import MyComponent from '<%= name %>'
export default {
components: {
MyComponent
}
}
```