# FinestMap3D-Zhjs **Repository Path**: FinestClient/FinestMap3D-Zhjs ## Basic Information - **Project Name**: FinestMap3D-Zhjs - **Description**: 智慧监所3D项目 - **Primary Language**: JavaScript - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js3d 智慧监所3D可视化系统 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8082 npm run dev # build for production with minification npm run build # visualize output files npm run analysis ``` ## Folder Instructions | Name | Remark | | - | - | | src/assets | image、css等资源文件存放目录 | | src/components | vue组件存放目录| | src/directives | vue指令存放目录| | src/filters | vue过滤器存放目录| | src/router | 路由,尽量都在index.js写| | src/utils | 一些常用的工具类函数的存放目录| | src/views | 页面的存放目录|