rename download html

super_signature
nineven 4 years ago
parent 03c59c4fcf
commit b8ebd2b8d9
  1. 2
      fir_client/babel.config.js
  2. 8796
      fir_client/yarn.lock
  3. 24
      fir_download/README.md
  4. 0
      fir_download/public/short.html
  5. 20
      fir_download/vue.config.js
  6. 8231
      fir_download/yarn.lock

@ -2,4 +2,4 @@ module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
};

File diff suppressed because it is too large Load Diff

@ -1,24 +0,0 @@
# fir_download
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

@ -5,3 +5,23 @@
// plugins: [new WebpackBundleAnalyzerPlugin()]
// }
// };
module.exports = {
pages: {
index: {
// page 的入口
entry: 'src/main.js',
// 模板来源
template: 'public/short.html',
// 在 dist/short.html 的输出
filename: 'short.html',
// 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title: '应用下载',
// 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。
chunks: ['chunk-vendors', 'chunk-common', 'index']
},
}
};

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save