Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neetjn/riot4-boilerplate

Riot.js 4 web app boilerplate with Webpack and Tailwind CSS.
https://github.com/neetjn/riot4-boilerplate

boilerplate css javascript node riot riotjs tailwind webpack

Last synced: 9 days ago
JSON representation

Riot.js 4 web app boilerplate with Webpack and Tailwind CSS.

Awesome Lists containing this project

README

        

# Riot.js riot4-boilerplate

> Riot.js 4 web app boilerplate with Webpack and Tailwind CSS.

### About

This project was created as a simple starter for Riot.js 4 with Webpack, it utilizes postcss and tailwind. Samples are available for the following:

* Riot.js 4
* Containers
* Child Components
* Mixins / Plugins
* Events
* Lifecycle events
* Providing image assets w/ Webpack + Url Loader
* PostCSS + Tailwind
* Exported components
* Resolving external assets for fonts.

This template utilizes eslint for linting and prettier for formatting.

### Support

This project was created with the Riot.js compiler version `4.1.1`, using the webpack loader version `4.0.0` on Node version `12`.

### Contributors

* John Nolette ([email protected])

Contributing guidelines are as follows,

* Before putting in a pull request, be sure to verify you've built all your changes.
* Include your name and email in the contributors list.

Be sure to run prettier using:
```sh
npm run pretty
```
Prior to committing any code changes.

---

Copyright (c) 2019 John Nolette Licensed under the MIT License.