后台管理界面(vue2)
Go to file
80937518651731347 7b8dfb496f updated 2026-04-07 08:41:39 +08:00
build init 2024-07-11 18:02:47 +08:00
config updated 2026-04-07 08:41:39 +08:00
patches 更新修复 2026-04-03 02:05:29 +08:00
src updated 2026-04-07 08:41:39 +08:00
static 删除 cesium 相关代码 2026-04-03 11:10:58 +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 更新修复 2026-04-03 02:05:29 +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
dist.zip updated 2026-04-07 08:27:40 +08:00
index.html 删除 cesium 相关代码 2026-04-03 11:10:58 +08:00
package-lock.json 删除 cesium 相关代码 2026-04-03 11:10:58 +08:00
package.json 删除 cesium 相关代码 2026-04-03 11:10:58 +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