I'm trying to install element plus with Nuxt 3. I tried the official documentation for element plus, Element plus docs. I installed unplugin-vue-components
unplugin-auto-import
and added the specified webpack settings in the nuxt config file(under the webpack section), but I couldn't use any of the element plus components. I also saw the using Nuxt.js part in the docs but I couldn't understand it. Can anyone point me to the correct resources? Thanks in advance.
Asked
Active
Viewed 3,353 times
2

Viki
- 170
- 1
- 10
1 Answers
2
you can have a try with this starter https://github.com/element-plus/element-plus-nuxt-starter works fine on my node 16

NGloom
- 408
- 7
- 13