123456789101112131415161718192021 |
- {
- "projectType": "vue",
- "projectName": "椰子直充",
- "pages": [
- {
- "name": "index",
- "html": "./index.html",
- "entry": "./src/main.js"
- }
- ],
- "development": {
- "openPage": "index.html",
- "host": "0.0.0.0",
- "port": "8080",
- "proxy": {},
- "historyApiFallback": {}
- },
- "dependencies": {
- "vue": "^2.5.2"
- }
- }
|