# MapTex **Repository Path**: parndeedlit/maptex ## Basic Information - **Project Name**: MapTex - **Description**: maptex map - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-09 - **Last Updated**: 2022-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MapTex # Nodejs 1. 编译nodejs的运行库 ``` sh npm run build-nodejs ``` 2. 执行脚本 ``` sh npm run start-cli ``` # 环境配置 ## nodejs ``` json "module": "commonjs", /* Specify what module code is generated. */ ``` ## web ``` json "module": "esnext", /* Specify what module code is generated. */ ```