3 Commits

Author SHA1 Message Date
Alexis
1c835d2c73 Merge branch 'dev' 2026-06-29 21:55:23 +02:00
Alexis
a281102b3e Version bump 2026-06-29 21:55:17 +02:00
Alexis
d0e4dfc53b Updated README 2026-06-29 21:54:27 +02:00
2 changed files with 2 additions and 38 deletions

View File

@@ -1,39 +1,3 @@
# echoes
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## 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
```
A collection of memories and places I've been. Mostly food tbh.

View File

@@ -1,6 +1,6 @@
{
"name": "echoes",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"engines": {