# aframe-skymap-component **Repository Path**: wavef/aframe-skymap-component ## Basic Information - **Project Name**: aframe-skymap-component - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-16 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jslib #### 介绍 基于 `Vite` 构建JS库 #### 说明 1. 修改 `vite.config.js` 中的 `LIBRARY_NAME` 库名称 2. 编辑 `main.js`,并按需要修改 `index.html` 以便于调试时预览效果 3. 将 `main.js` 编译到 `dist` 目录下 #### 用作模板 `git clone https://gitee.com/wavef/jslib.git YOUR_LIBRARY_NAME` #### 安装依赖 `pnpm install` #### 开发调试 `pnpm dev` #### 编译打包 `pnpm build`