Files
meteo-vue/README.md

28 lines
303 B
Markdown

# 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
```