antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
544 stars 39 forks source link

Cannot run Vue3 app with Vite #143

Closed SelikBready closed 5 months ago

SelikBready commented 5 months ago

After following the standard-installation I can't run the app, the error is Error: Cannot find module 'pug'

According to the same Getting started doc, pug and sass are needed only for partial setup, but for now I want to include everything. My package.json and main.js looks more or less the same as in https://stackblitz.com/edit/waveui-3 (apart different versions).

Is there anything I'm missing?

The versions I use:

"vue": "^3.4.15",
"wave-ui": "^3.11.0"

Thanks!

SelikBready commented 5 months ago

Apparently the problem was in importing wave components in mine. Without the import everything works perfect.