# online-exam **Repository Path**: moninla/online-exam ## Basic Information - **Project Name**: online-exam - **Description**: 高校实验室安全教育网站 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-03 - **Last Updated**: 2024-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 高校实验室安全教育平台 ## 安装方法 ### 下载nodejs ### 打开浏览器 https://pc.qq.com/detail/5/detail_24845.html 点击`教程`文件夹,查看nodejs安装步骤 全部点next就可以,勾选用户协议后,不用选择其它功能 # 重启电脑 # 重启完毕 ### 配置npm下载源配置淘宝源 ```sh npm config set registry https://registry.npmmirror.com ``` ### 下载pnpm包管理工具 ```sh npm install pnpm -g ``` ### 配置pnpm下载源为淘宝源 ```sh pnpm config set registry https://registry.npmmirror.com ``` ### 安装前端Vite项目依赖 ```sh pnpm install ``` ### 运行网站 ```sh npm run dev ```