代码拉取完成,页面将自动刷新
项目地址 https://github.com/richard1015/IntelligentTourMapManager
技术栈 Vue.js、iview、websocket、Amap
演示地址:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
.
├── LICENSE
├── README.md
├── build
│ ├── build.js
│ ├── check-versions.js
│ ├── logo.png
│ ├── utils.js
│ ├── vue-loader.conf.js
│ ├── webpack.base.conf.js
│ ├── webpack.dev.conf.js
│ └── webpack.prod.conf.js
├── config
│ ├── dev.env.js
│ ├── index.js
│ ├── prod.env.js
│ └── test.env.js
├── index.html
├── package-lock.json
├── package.json
├── postcss.config.js
├── src
│ ├── App.vue
│ ├── assets
│ │ ├── bg.jpeg
│ │ └── logo.png
│ ├── components
│ │ ├── Login.vue
│ │ ├── Logs.vue
│ │ ├── Main.vue
│ │ ├── School.vue
│ │ ├── Spot.vue
│ │ ├── User.vue
│ │ └── common
│ │ ├── AMap.vue
│ │ └── Upload.vue
│ ├── main.js
│ ├── router
│ │ └── index.js
│ └── service
│ ├── api.js
│ ├── http.client.js
│ └── web.socket.js
├── static
└── test
└── e2e
├── custom-assertions
│ └── elementCount.js
├── nightwatch.conf.js
├── runner.js
└── specs
└── test.js
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。