It's like FaceMash, but with photos of F1 cars
Go to file
2023-05-23 08:24:46 +02:00
public Init Vuetify project 2023-05-23 08:19:09 +02:00
src Init Vuetify project 2023-05-23 08:19:09 +02:00
.browserslistrc Init Vuetify project 2023-05-23 08:19:09 +02:00
.editorconfig Init Vuetify project 2023-05-23 08:19:09 +02:00
.eslintrc.js Init Vuetify project 2023-05-23 08:19:09 +02:00
.gitignore Init Vuetify project 2023-05-23 08:19:09 +02:00
index.html Init Vuetify project 2023-05-23 08:19:09 +02:00
LICENSE Initial commit 2023-05-23 08:00:48 +02:00
package.json Init Vuetify project 2023-05-23 08:19:09 +02:00
README.md Init Vuetify project 2023-05-23 08:19:09 +02:00
tsconfig.json Init Vuetify project 2023-05-23 08:19:09 +02:00
tsconfig.node.json Init Vuetify project 2023-05-23 08:19:09 +02:00
vite.config.ts Init Vuetify project 2023-05-23 08:19:09 +02:00

default

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Customize configuration

See Configuration Reference.