a vue3 reImagining of the streamElements storeFront.
- 23-09-10 - input & output
- extended for logging/showing entries (
!hitsquad
)- new json file appended hourly - uploaded to the app daily
- app watches streamChat to collect more data realTime
- new clamsPerDay component
- new homePage layout (more responsive/mobile friendly)
- extended for logging/showing entries (
- 23-08-25 - "cacheMaker backEnd"
scripts/logGiveAways.js
: listens to streamChat headless- save-as JSON per hr @
./public/gaHistory.json
likecache[user][time] = clams
- save-as JSON per hr @
- ui perDay
- user winnings per day
- my winning per gaType
- 23-08-22 - beta/PoC giveAway dashboard
cachedData
recorded *@myLocal & pushed daily- tmi.js (inApp) listens for more/fresh/current
- 23-07-04 - alpha/PoC complete.
This starter template includes:
- Vite 3
- Vue 3
- Tailwind CSS 3
- Vue Router
- @vueuse/head - document head manager
- TypeScript - write vue files as
<script setup>
or<script setup lang="ts">
- Inter var font (self-hosted, woff2, v3.19, with 'preload' attr, check out index.html)
- Headless UI - unstyled UI components, designed to integrate beautifully with Tailwind CSS
- Heroicons - beautiful hand-crafted SVG icons, by the makers of Tailwind CSS
- prettier-plugin-tailwindcss - automatic class sorting with Prettier
First-party plugins needed for Tailwind UI:
Unplugin Utilities:
- unplugin-vue-components - components auto importing
- unplugin-auto-import - auto import the most used APIs
- unplugin-vue-router - file based routing for vue-router
npx degit web2033/vite-vue3-tailwind-starter vvt-app
cd vvt-app
npm i
npm run dev
npm run build
npm run serve
when trying to start a new project, i noticed the repo (&user) are gone f/gitHub (?). i found it @stackblitz, tried installing it again anyway... and it worked (f/cache), so im saving it for mySelf.
$ npx degit web2033/vite-vue3-tailwind-starter
! could not fetch remote.
using cached commit hash66bae2a2b7c08b30df716d5b21b6f704986241e1
clonedweb2033/vite-vue3-tailwind-starter#HEAD
tovite-vue3-tailwind-starter
... cloned to gitHub
... so i made this repo