足力健前端,vue版本

uni.config.js 422B

123456789101112131415161718192021
  1. module.exports = {
  2. options: {
  3. cssVars: {
  4. '--status-bar-height': '25px',
  5. '--window-top': '0px',
  6. '--window-bottom': '0px'
  7. },
  8. extnames: {
  9. style: '.css',
  10. template: '.swan',
  11. filter: '.filter.js'
  12. },
  13. filterTag: 'filter',
  14. project: 'project.swan.json',
  15. subPackages: true
  16. },
  17. copyWebpackOptions (platformOptions, vueOptions) {
  18. return ['swancomponents']
  19. }
  20. }