Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 430 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 430 Bytes

OpenDriveEditor

An OpenDrive Map Editor

Docker 启动编辑器指令

docker run --name mapdesigner -v /C/[Path_to_Project_Root]/OpenDriverEditor/distL
:/usr/share/nginx/html -p 80:80 nginx

安装

#安装依赖
npm i

打包

#打服务器包
npm run build
 
#打服务器包,不打static静态资源
npm run buildSimple

#打本地包,资源路径为/
npm run buildLocal