JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 175
  • Score
    100M100P100Q86843F
  • License ISC

Package Exports

  • vue-cli-plugin-mpvue

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-cli-plugin-mpvue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

说明

所有文件是从官方的demo的编译配置部分拷贝过来,稍作修改 注:修改的地方全部用下面的标示注释

/* changed*/

目录结构:

  • build 将源文件build目录 拷贝过来少稍做修改
  • config 将源文件config目录拷贝过来少稍做修改
  • lib-changed 存放更改的模块 (mpvue-entry模块中的文件目录结构调整,将源码的resolveApp稍作修改)
  • lib-temp 因为mpvue的一些编译包都是基于webpack3的,所以项目的webpack引向此目录