Posts

Vuejs Firebase Tutorial: Build Image Gallery App - [Part 1]

Image
Hello everyone 👋 Welcome back, I'm Raihan, and today I'd like to share with you about Vuejs + Firebase Tutorial: Build Image Gallery A pp. Preview Project The app will look like that but we're gonna add some styles and a little nice touch. ### Requirement      Tools Nodejs & npm  Text Editor Browser Git If you have passed all tools that we need here, we can continue to develop steps, so let's get started! 🚀 ## Develop To create the Vuejs project you can use Vue CLI or simply you can add the CDN version. But here, we're gonna use CLI. Go to  https://cli.vuejs.org/  to get more information. So now, open terminal or cmd, we're gonna install the CLI globally by running the command below : Installing Vue CLI Once you've installed Vue CLI, now let's create the project with the command below : Creating Vue app with CLI You can name it whatever you want, but here we're naming it vuefire-gallery. Next, we're gonna choose which preset we want to use,...