Sharing or hosting images, sometimes would be challenging task for me, especially when building HTML template with specific one instead of using any placeholder. Moreover, sharing a link is a easier way than sending actual one separately. Then, I have decided to create my own image uploader to learn the logic behind it.
- Provide shorter download/access link
- Remove images from the Firebase Storage after a specific time
├── src
| ├── assets
| ├── components
| ├── plugins
| ├── App.vue
| └── main.js
NOTE: Vite have been used as a development template
To run this project, install it locally using npm. Keep in mind that you should be in the root directory before running these commands.
$ npm install
$ npm run dev