# v3-deep-space **Repository Path**: wangzz_felix/v3-deep-space ## Basic Information - **Project Name**: v3-deep-space - **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-03-18 - **Last Updated**: 2024-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 安装TS ``` yarn add typescript -D -W ``` #### 生成TS配置文件 - tsconfig.json ``` npx tsc --init ``` #### 配置rollup环境 ``` yarn add rollup rollup-plugin-typescript2 @rollup/plugin-node-resolve @rollup/plugin-json execa -D -W ``` execa 开启子进程 使用rollup打包 打包: 格式 自定义