Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieutu/heures-creuses
Calculateur Heures Creuses / Pleines
https://github.com/mathieutu/heures-creuses
Last synced: about 19 hours ago
JSON representation
Calculateur Heures Creuses / Pleines
- Host: GitHub
- URL: https://github.com/mathieutu/heures-creuses
- Owner: mathieutu
- Created: 2020-12-27T11:26:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T11:29:15.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T16:57:58.181Z (about 2 months ago)
- Language: Vue
- Size: 825 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + Tailwind CSS Starter
> A [Tailwind CSS](http://tailwindcss.com/) starter template for [Vite](https://github.com/vitejs/vite)
## Tailwind UI Users
If you have access to [Tailwind UI](https://tailwindui.com), follow these steps to add it:
1. Install first-party plugins:
```sh
yarn add @tailwindcss/forms @tailwindcss/typography @tailwindcss/aspect-ratio
```2. Add the plugins to `tailwind.config.js`:
```js
// tailwind.config.js
module.exports = {
// ...
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
require('@tailwindcss/aspect-ratio'),
]
}
```## Installation
```sh
yarn
```## Development
```sh
yarn dev
```## Build
```sh
yarn build
```