hello Pandiyaraj,
thank you for the answer and attached sample project. I know of course the link you provided. I tested it and everything works as it should. however, I was wondering if it is possible to extract only one component to reduce the size of the .js file, something similar to 'Custom Resource Generator for Essential JS 2' but for Vue. ej2-vue.min.js is about 9.5MB
if there are no complete files with individual components, which files should I include in the project?
ej2-base.min.js, ej2-inplace-editor.min.js, ej2-vue-base.min.js, ej2-vue-inplace-editor.umd.min.js etc. ? then bundle them?
I'm using the 'Bundler & Minifier' extension from Mads Kristensen https://marketplace.visualstudio.com/items?itemName=MadsKristensen.BundlerMinifier
sorry for the naive questions but I'm just starting to explore the world of javascript, I'm rather an asp.net guy :)