后台管理界面(vue2)
Go to file
hym bb39307b8a 更新 rov 统计页面相关逻辑 2026-04-02 14:28:23 +08:00
build init 2024-07-11 18:02:47 +08:00
config 修改默认端口,避免跟本地 geoserver 服务端口冲突。 2025-12-25 16:43:21 +08:00
src 更新 rov 统计页面相关逻辑 2026-04-02 14:28:23 +08:00
static 精灵图片相关静态资源 2025-12-25 16:49:41 +08:00
test init 2024-07-11 18:02:47 +08:00
.babelrc init 2024-07-11 18:02:47 +08:00
.editorconfig init 2024-07-11 18:02:47 +08:00
.eslintignore init 2024-07-11 18:02:47 +08:00
.eslintrc.js 临时禁用 ESLint 规则 2025-11-21 23:03:20 +08:00
.gitignore init 2024-07-11 18:02:47 +08:00
.postcssrc.js init 2024-07-11 18:02:47 +08:00
README.md init 2024-07-11 18:02:47 +08:00
bable.config.js init 2024-07-11 18:02:47 +08:00
index.html 引入 mapbox 地图控件 2025-11-21 22:49:28 +08:00
package-lock.json 增加无人潜水器和遥控潜水器的统计页面 2025-11-17 17:30:17 +08:00
package.json 完成批量上传 2024-08-02 16:56:07 +08:00

README.md

vue-cil2.0-template

A Vue.js project

Build Setup

# 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 unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test