Code Monkey home page Code Monkey logo

flvtest's Introduction

Development

npm i --registry=https://registry.npmmirror.com # 安装依赖
npm run dev # 启动开发服务
npm run build # 打包构建

主要依赖

项目结构

├── assets
├── Cesium // 固定版本的Cesium程序,git忽略了
├── Data // 3Dtiles模型文件,git忽略了
├── docs // 文档
│   ├── cesium使用文档.md // 老项目继承下来的文档
│   ├── changelog.md // 本项目更改日志
│   └── image // 文档图片
├── index.html // 项目vite模板HTML文件
├── load3D.html // 老项目继承的存档
├── package-lock.json
├── package.json
├── readme.md
├── road-map.html // 老项目继承的存档
├── src // 代码文件夹
│   ├── App.vue // Vue入口组件,在此初始化Cesium
│   ├── components // Vue组件文件夹
│   │   ├── Analysis.vue
│   │   ├── Controller.vue
│   │   ├── Heatmap.vue
│   │   └── ...
│   ├── constants.ts // 常量存储文件
│   ├── main.ts // 项目入口文件, 再此初始化Vue
│   └── style.css // 全局css文件
├── tsconfig.json // Typescript配置文件
├── types // Typescript类型定义文件夹
│   └── env.d.ts // 全局type定义
├── vercel.json // vercel自动化部署配置
└── vite.config.ts // vite配置文件

其中CesiumData文件夹因为大小问题没有上传。本地没有这些文件将自动加载线上资源。

flvtest's People

Contributors

lwkzs avatar

Watchers

xza avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.