Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 1.97 KB

README.md

File metadata and controls

94 lines (62 loc) · 1.97 KB

Stacks

Vue 3
Composition Api
Vue Router 4
Vuetify 3
Pinia
Vite
Firebase 9

Project setup

For this project, You will need the Firebase configurations;

apiKey,
authDomain,
projectId,
storageBucket,
messagingSenderId,
appId

-In the root, rename .env.sample to .env

Application Snapshots

1

2

3

4

5

6

7

8

9

Install dependencies

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

License

License: MIT
This project is licensed under MIT, for more information please visit this website