Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sgkens/velvetvoid
- Owner: sgkens
- License: mit
- Created: 2024-01-20T22:15:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T08:43:30.000Z (3 months ago)
- Last Synced: 2024-10-01T09:04:14.227Z (about 1 month ago)
- Topics: alpine, apexcharts, eleventy, nunjucks, tablarcons, tailwind, vivus
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.