1. egg-webpack-vue
egg webpack building solution for vue
egg-webpack-vue
Package: egg-webpack-vue
Created by: hubcarl
Last modified: Thu, 16 Jun 2022 06:21:24 GMT
Version: 2.0.2
License: MIT
Downloads: 160
Repository: https://github.com/hubcarl/egg-webpack-vue

Install

npm install egg-webpack-vue
yarn add egg-webpack-vue

egg-webpack-vue

NPM version
build status
Test coverage
David deps
Known Vulnerabilities
npm download

support vue server rendering file memory read for egg-webpack and egg-view-vue-ssr. when the local development, wepback memory read the way to cover the local file read logic.

Install

 $ npm i egg-webpack-vue --save

Usage

 // {app_root}/config/plugin.js
exports.webpackvue = {
  enable: true,
  package: 'egg-webpack-vue',
};

Configuration

see config/config.default.js for more detail.

Questions & Suggestions

Please open an issue here.

License

MIT

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin