[Vuejs]-Add files to dist when building library using vue-cli 11 December 2023 by thecoderscamp.com 5 You can use cp command vue-cli-service build --target lib src/index.js && cp -R public/* dist ittus [Vuejs]-Error in v-on handler: "TypeError: Cannot call a class as a function" in vue js Source:stackexchange.com