# JS.Study **Repository Path**: acc8226/js-study ## Basic Information - **Project Name**: JS.Study - **Description**: JS-Study JS-Study - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一个简单的部署站点的方法 ```sh npm install -g serve # 这里部署了 dist 目录 serve -s dist ```