Initial commit

This commit is contained in:
andrea.terzani
2024-07-30 15:12:56 +02:00
commit f9472a4197
202 changed files with 28556 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
This template should help get you started developing with Vue 3 in Vite.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```