build-config.js 459 B

1234567891011121314151617181920212223242526272829
  1. module.exports = {
  2. components: [
  3. 'virtual',
  4. 'keyboard',
  5. 'mousewheel',
  6. 'navigation',
  7. 'pagination',
  8. 'scrollbar',
  9. 'parallax',
  10. 'zoom',
  11. 'lazy',
  12. 'controller',
  13. 'a11y',
  14. 'history',
  15. 'hash-navigation',
  16. 'autoplay',
  17. 'effect-fade',
  18. 'effect-cube',
  19. 'effect-flip',
  20. 'effect-coverflow',
  21. ],
  22. target: 'universal',
  23. themeColor: '#007aff',
  24. colors: {
  25. white: '#ffffff',
  26. black: '#000000',
  27. },
  28. };