Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sgkens/velvetvoid

Velvet Void UI Application Elements are powered by Eleventy with Nunjucks, Apexcharts, Tailwind CSS, Alpine.js, Tablar, and Vivus for a polished and engaging user experience.
https://github.com/sgkens/velvetvoid

alpine apexcharts eleventy nunjucks tablarcons tailwind vivus

Last synced: 25 days ago
JSON representation

Velvet Void UI Application Elements are powered by Eleventy with Nunjucks, Apexcharts, Tailwind CSS, Alpine.js, Tablar, and Vivus for a polished and engaging user experience.

Awesome Lists containing this project

README

        

# Velvet Viod
Velvet Void UI Application Elements are powered by Eleventy with Nunjucks, Apexcharts, Tailwind CSS, Alpine.js, Tablar, and Vivus for a polished and engaging user experience.

### πŸͺ… Built with:
- [Eleventy](https://www.11ty.dev) with:
- [Nunjucks](https://mozilla.github.io/nunjucks)
- [Apexcharts](https://apexcharts.com/)
- [Tailwind CSS](https://tailwindcss.com/docs/installation)
- [Alpine.js](https://alpinejs.dev)
- [Tablericons](https://tablericons.com/)
- [Vivus](https://maxwellito.github.io/vivus/)

#### πŸ”· Build using `npm`

Build static files
```bash
npm run build # Static files are outputed to ./dist
```

Start Local Server

```bash
npm run serve
```
Navigation to [http:\\localhost:8080](http:\\localhost:8080)

#### πŸ”· Build using `npx`

Build Tailwind
```bash
npx tailwindcss -i ./src/css/input.css -o ./src/css/main.css
# Watch and generate css
# npx tailwindcss -i ./src/css/input.css -o ./src/css/main.css --watch
```

Build Eleventy

```bash
npx @11ty/eleventy # Static files are outputed to ./dist
npx @11ty/eleventy --serve # Start local server
```
Navigation to [http:\\localhost:8080](http:\\localhost:8080)

### πŸ“‘License
Velvetviod is released under the [MIT LICENSE](https://choosealicense.com/licenses/mit/), copyright Β© Garvey K. Snow.