5👍
✅
You can use cp
command
vue-cli-service build --target lib src/index.js && cp -R public/* dist
Source:stackexchange.com
5👍
You can use cp
command
vue-cli-service build --target lib src/index.js && cp -R public/* dist