https://github.com/riot/rollup-template
Riot.js Rollup Project scaffolding Template - Used in create-riot
https://github.com/riot/rollup-template
Last synced: 11 months ago
JSON representation
Riot.js Rollup Project scaffolding Template - Used in create-riot
- Host: GitHub
- URL: https://github.com/riot/rollup-template
- Owner: riot
- License: mit
- Created: 2020-06-20T19:53:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T22:45:26.000Z (about 2 years ago)
- Last Synced: 2025-01-08T04:13:21.464Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 764 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# <%= name %>
<%= description %>
## Start
```
npm start
```
## Test
```
npm test
```
## Build
```
npm run build
```