🎉 Initialize Vue.js + Vite project

This commit is contained in:
2022-04-29 17:05:53 +02:00
commit 5302392f08
13 changed files with 3265 additions and 0 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# Timetable V2
## 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
```