足力健前端,vue版本

uni.config.js 396B

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