Skip to content

Latest commit

 

History

History
80 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

80 lines (37 loc) · 1.13 KB

📡Beeant

Beeant is basically question platform

🔱Purpose

When i developed this project my main point is make practice with vue, vuex, vue router . Actually while i'm learning react, redux, i suddenly understood state management and switched to vue and I tried to understand vuex, understanding was much faster than I thought. Of course i need to make practice with that so i try to developed a basic platform

🎁Features

  • Login with Google.
  • Explore different users profile.
  • Like/dislike system.

🚀Project setup

Before install you need to create a .env.local file

touch .env.local

VUE_APP_MEASUREMENT_ID= 

VUE_APP_APP_ID=  

VUE_APP_MESSAGING_SENDER_ID=  

VUE_APP_STORAGE_BUCKET=

VUE_APP_PROJECT_ID=

VUE_APP_DATABASE_URL=

VUE_APP_AUTH_DOMAIN=

VUE_APP_API_KEY=

Install


yarn install

Compiles and hot-reloads for development


yarn serve

Compiles and minifies for production


yarn build

Lints and fixes files


yarn lint

Customize configuration

See Configuration Reference.