helppery-com / meetnav-frontend-base

0 stars 2 forks source link

Create best practices for this project #7

Open gbrian opened 3 years ago

gbrian commented 3 years ago

All participants on this project are invited to discuss the best practices for this project.

File: https://github.com/helppery-com/meetnav-frontend-base/blob/main/CONTRIBUTING.md

Thanks

gbrian commented 3 years ago

@shishir0019 , @shahabgohar What bout using Typed Vuex for the store https://typed-vuex.roe.dev/getting-started-vue

shishir0019 commented 3 years ago

Okay, I follow the standard

gbrian commented 3 years ago

Thanks, It looks easy to maintaine for me but please feel free to share your thoughts and/or alternatives.

shishir0019 commented 3 years ago

What do I use modules system or single file for store?

gbrian commented 3 years ago

Probably modules will help on having logic isolated and easy to follow: user, session, search, meetings, chat, ... First time I saw this was at neko project: https://github.com/nurdism/neko/blob/master/client/src/store/index.ts

shahabgohar commented 3 years ago

@gbrian i am on board

gbrian commented 3 years ago

Please use sass for the styles