how to add primevue css files to JHipster Project

UI Components for Vue
Post Reply
emre5444
Posts: 1
Joined: 06 Jun 2017, 10:45

22 Feb 2020, 13:05

I am trying to add primevue to my jhister with vue.js application. And I am following these steps.

1- run these comments

Code: Select all

    npm install primevue --save
    npm install primeicons --save
2- add them to my vendor.scss

Code: Select all

    @import '~primevue/resources/primevue.min.css';
    @import '~primevue/resources/themes/nova-light/theme.css';
    @import '~primeicons/primeicons.css';
3- when I run npm start command. I am getting these error.
ERROR in ./src/main/webapp/content/scss/vendor.scss (./node_modules/css-loader/dist/cjs.js??ref--9-1!./node_modules/postcss-loader/src??ref--9-2!./
node_modules/sass-loader/lib/loader.js??ref--9-3!./src/main/webapp/content/scss/vendor.scss)
Module build failed (from ./node_modules/postcss-loader/src/index.js):
Error: Failed to find 'node_modules/primevue/resources/primevue.min.css'
in [
C:\work\workspace\aymer workspace\fiyatkolay\fiyatkolayweb\src\main\webapp\content\scss
]
at resolveModule.catch.catch (C:\work\workspace\aymer workspace\fiyatkolay\fiyatkolayweb\node_modules\postcss-import\lib\resolve-id.js:35:13)
@ ./src/main/webapp/content/scss/vendor.scss 4:14-231 14:3-18:5 15:22-239
@ ./src/main/webapp/app/main.ts
@ multi (webpack)-dev-server/client?http://localhost:9060 ./src/main/webapp/app/main.ts
how can I integrate primevue with my jhipster app.
Thank you for your help!!!

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

17 Mar 2020, 13:55

I don't have much jHipster project experience, sorry. Have you posted it to their forum?

Post Reply

Return to “PrimeVue”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests