Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/neetjn/riot4-boilerplate
- Owner: neetjn
- License: mit
- Created: 2019-04-23T01:34:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:19:58.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:48:46.882Z (7 months ago)
- Topics: boilerplate, css, javascript, node, riot, riotjs, tailwind, webpack
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.