Initial Commit

This commit is contained in:
2025-02-13 23:20:25 +01:00
commit 794de0c054
27 changed files with 4092 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# Meteo Vue 3 (with Tailwind + NaiveUI)
Initial skeleton
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm build
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```