How does webpack introduce jquery-weui and use it?

jquery-weui document only introduces it is recommended to get the code: npm install jquery-weui through npm

so how do you reference and use it in webpack?


I haven't used it like this, but you can try it this way.
1. Install jq and jq-weui
2. The page to be used:
import $from 'jquery'
import' jquery-weui/dist/js/jquery-weui.min';

if jq reports an error window.$ = $

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f8f8-2c49d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f8f8-2c49d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?