# xdist **Repository Path**: cxunmz/xdist ## Basic Information - **Project Name**: xdist - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-18 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1,安装`nodejs`环境[下载地址](https://nodejs.org/en/download/prebuilt-installer) 2,首次在当前目录执行`npm i`初始化环境 3,把发布时得到的`N_project_xxxx.js`复制到当前目录 4,把发布时得到的`xxx_res_xxxx.tar.gz`解压后复制到`out`目录 5,修改`start.js`中的相关配置 6,执行`npm run build`打包,成功后会在`out`目录中生成`main.js` 7,将`out`目录中的内容放到服务器,或者在`out`目录下执行`python -m http.server 8000`开启一个本地服务器,然后在浏览器中访问`http://localhost:8000`