Make sure you have internet connection, and that you're un the current project folder
To set bootstrap in your local project you'll need to paste these comands in the console:
npm install bootstrap @popperjs/coreTo set vuetify in your local project, paste this on your console:
npm install vuetifyTo set MaterialDesignIcons in your local project, paste this on your console:
npm install @mdi/font -DTo set Vue-chartJS in your local project, paste this on your console:
pnpm add vue-chartjs chart.js
# or
yarn add vue-chartjs chart.js
# or
npm i vue-chartjs chart.jsnpm installnpm run devnpm run build