https://github.com/killitar/sky-cast
Weather App build with Tauri & Vue
https://github.com/killitar/sky-cast
Last synced: 9 months ago
JSON representation
Weather App build with Tauri & Vue
- Host: GitHub
- URL: https://github.com/killitar/sky-cast
- Owner: killitar
- Created: 2023-08-01T22:43:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T08:10:03.000Z (over 2 years ago)
- Last Synced: 2025-02-23T19:28:57.697Z (over 1 year ago)
- Language: Vue
- Size: 1.17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ☔ Sky Cast
A weather app builded with Vue & Tauri

## 📦 Stack
- [TypeScript](https://www.typescriptlang.org/): A typed JavaScript
- [Vue](https://vuejs.org/): A performant and versatile JavaScript framework for building web user interfaces
- [Vite](https://vitejs.dev/): A fast build tool
- [Pinia](https://pinia.vuejs.org/): A light,intuitive store for Vue.js
- [TailwindCSS](https://tailwindcss.com/): A CSS framework for building UI
- [Tauri](https://tauri.app/): A framework for building cross-platform desktop apps using HTML, JS, and CSS
## ✨ Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## 🚀 Get Stated
```sh
git clone https://github.com/Killitar/sky-cast.git
cd sky-cast
pnpm install
pnpm tauri dev
```
## Authors
Miroslav([@killitar](https://github.com/Killitar))
kokos([@kokos](https://github.com/kokos1kkk))