@ubbcou/react-scripts-mpa

2.0.6 • Public • Published

react-scripts

This package includes scripts and configuration used by Create React App.
Please refer to its documentation:

自定义结果

输出多页应用

在项目根目录的 package.json中填写

pages: {
    index: {
      // page 的入口
      entry: 'src/index/main.js',
      // 模板来源
      template: 'public/index.html',
      // 在 dist/index.html 的输出
      filename: 'index.html',
      title: 'Index Page',
    },
    subpage: 'src/subpage/main.js'
  }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.6
    1
    • latest
  • 2.0.8
    0
    • beta

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.8
    0
  • 2.0.7
    0
  • 2.0.6
    1
  • 2.0.5
    0

Package Sidebar

Install

npm i @ubbcou/react-scripts-mpa

Weekly Downloads

1

Version

2.0.6

License

MIT

Unpacked Size

261 kB

Total Files

31

Last publish

Collaborators

  • ubbcou