framework7.json 321 B

123456789101112131415161718
  1. {
  2. "cwd": "E:\\MyProject\\DTok\\vue",
  3. "type": [
  4. "web"
  5. ],
  6. "name": "DTok-Vue",
  7. "framework": "vue",
  8. "template": "tabs",
  9. "bundler": "vite",
  10. "cssPreProcessor": "less",
  11. "theming": {
  12. "customColor": false,
  13. "color": "#007aff",
  14. "darkMode": false,
  15. "iconFonts": true
  16. },
  17. "customBuild": false
  18. }