Vuejs Library CLI v3 Exclude
问题 I am using vuejs CLI version 3 and am building my library using this target in the package.json vue-cli-service build --report-json --target lib --name components src/appup-components.js This library uses lot of other external libraries like bootstrap-vue, axios and handlebars to name a few. My test program imports this library using npm install. The library building is painfully slow while building and it takes about 2 mins. Then starting the app server takes another 20-30 secs. The