project.config.json 427 B

123456789101112131415161718192021
  1. {
  2. "projectType": "vue",
  3. "projectName": "椰子直充",
  4. "pages": [
  5. {
  6. "name": "index",
  7. "html": "./index.html",
  8. "entry": "./src/main.js"
  9. }
  10. ],
  11. "development": {
  12. "openPage": "index.html",
  13. "host": "0.0.0.0",
  14. "port": "8080",
  15. "proxy": {},
  16. "historyApiFallback": {}
  17. },
  18. "dependencies": {
  19. "vue": "^2.5.2"
  20. }
  21. }