having vue 3 npm app. I need to use jquery. So I npm installed jquery packaged. Now if I need to use it I just do:
import $ from "jquery";