dipu-bd / vue-weather-widget

Weather forecast using darksky weather api in vuejs
https://dipu-bd.github.io/vue-weather-widget/
Apache License 2.0
36 stars 16 forks source link

cannot import in vite vue3 #34

Open zanjie1999 opened 3 years ago

zanjie1999 commented 3 years ago

no index.js in node_modules/vue-weather-widget so cannot import

use vite and vue3

npm run dev errror message:

[vite] Internal server error: Failed to resolve entry for package "vue-weather-widget". The package may have incorrect main/module/exports specified in its package.json.

package.json

 "dependencies": {
        "vue-weather-widget": "^4.2.4"
    },