Singulars2021 / tender

Spreading the love
2 stars 0 forks source link

Main blueprints #3

Open omiras opened 3 years ago

omiras commented 3 years ago
  1. How to authenticate with Vue3 (username/password, Oauth like Google)
  2. Already made components for Vue3
    • Tinder-like component
    • etc
  3. Is is "easy" to transform a Vue3 app into a mobile app
  4. How to use gelocalization with Vue3
  5. How to build a restAPI with Vue3
  6. Tools to manipulate images with Vue3
    • Crop image
    • resize image
pppeedrito commented 3 years ago

1 . How to authenticate with Vue3 (username/password, Oauth like Google)

1- https://v3.vuejs.org/guide/migration/render-function-api.html#_3-x-syntax 2- https://v3.vuejs.org/api/application-api.html#directive 3- https://v3.vuejs.org/guide/component-registration.html#local-registration-in-a-module-system

TURORAIL ( EN INGLÉS)

omiras commented 3 years ago

A tinder-like component made with Vue!

link

Xiande-zx commented 3 years ago
  1. Is is "easy" to transform a Vue3 app into a mobile app

-There are a lot of ways to to transform a Vue3 app into a mobile app, but each has advantages and disadvantages.

-https://vue-community.org/guide/ecosystem/mobile-apps.html#summary-tldr

maria-canals commented 3 years ago

We have many Vue Components for resizing & cropping images. The best ones are:

  1. vue-advanced-cropper
  2. vue-avatar-cropper
  3. vue-crop
  4. croppa
  5. vuejs-clipper

here goes a tutorial:

Youtube - Cropping Images in the Browser with Vue.js

omiras commented 3 years ago

A tinder-like component made with Vue!

link

There's a confirmation that this component will be compatible with Vue3! It has just been published. https://github.com/shanlh/vue-tinder/issues/23#issuecomment-772348295

It is in Alpha version, but it will be a very good practice to try out this component and provide some feedback to the auhor!