0.0.3 • Published 4 years ago

vue-cli-plugin-moretemplate v0.0.3

Weekly downloads
78
License
ISC
Repository
-
Last release
4 years ago

这是一个构建多页项目的vue-cli插件

插件简介

  1. 对webpack做了简单的配置
  2. 增加了pkg打包方法,可以将多页面单独打包。 可以添加pkg.config.js文件来配置打包
      // pkg.config.js
      module.exports = [
        {
          SPA: 'index',
          publicPath: '',
          dest: ''
        }
      ]

插件使用

 vue add moretemplate
 vue invoke vue-cli-plugin-moretemplate