https://github.com/cralfa/ranking-party
Vite + Deno + Vue 3 + TypeScript
https://github.com/cralfa/ranking-party
deno deno-deploy github-actions oak typescript vite vue vue3 vuetify
Last synced: 2 months ago
JSON representation
Vite + Deno + Vue 3 + TypeScript
- Host: GitHub
- URL: https://github.com/cralfa/ranking-party
- Owner: CRaLFa
- Created: 2024-02-17T12:57:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T04:11:46.000Z (over 2 years ago)
- Last Synced: 2025-03-02T17:23:15.385Z (over 1 year ago)
- Topics: deno, deno-deploy, github-actions, oak, typescript, vite, vue, vue3, vuetify
- Language: Vue
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ranking-party
Vite + Deno + Vue 3 + TypeScript
## Running
You need to have Deno v1.28.0 or later installed to run this repo.
Start a dev server:
```
$ deno task dev
```
## Deploy
Build production assets:
```
$ deno task build
```