{"library":"vue-entry-loader","type":"library","category":null,"description":"Webpack loader that auto-generates Vue initialization code for .vue entry files, eliminating manual app creation for client and server-side rendering. Designed for easywebpack ecosystem, version 1.1.5 (latest, low activity). Differentiators: zero-config entry for SSR, automatic template injection with store/router hydration, and hook support. Maintained but infrequent updates.","language":"javascript","status":"maintenance","version":"1.1.5","tags":["javascript","easyjs","easywebpack","webpack","vue","entry","loader","vue-entry-template"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install vue-entry-loader","imports":["module.exports = { module: { rules: [{ test: /\\.vue$/, loader: 'vue-entry-loader', options: { ... } }] } }","// webpack.config.js\nmodule.exports = { module: { rules: [{ test: /\\.vue$/, use: ['vue-loader', 'vue-entry-loader'] }] } }","configureLoader('vue-entry-loader', { inject: true, template: 'custom-template.ejs' })"]},{"cmd":"yarn add vue-entry-loader","imports":[]},{"cmd":"pnpm add vue-entry-loader","imports":[]}],"homepage":"https://github.com/hubcarl/vue-entry-loader#readme","github":"https://github.com/hubcarl/vue-entry-loader","docs":null,"changelog":null,"pypi":null,"npm":"vue-entry-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}