🤖 Note / 注意
This README was generated by AI (GitHub Copilot).
本 README 文件由 AI(GitHub Copilot)生成。
MateriaHomework is a front-end project built with Vite. This repository contains the source code and assets for the homework assignment.
- Fast development server and optimized build process powered by Vite.
- Modern web development environment.
Make sure you have Node.js installed on your machine.
- Clone the repository:
git clone https://github.com/yhlhoh/MateriaHomework.git
- Navigate to the project directory:
cd MateriaHomework - Install the dependencies:
npm install
- Start Development Server:
npm run dev
- Build for Production:
npm run build
- Preview Production Build:
npm run preview
MateriaHomework 是一个基于 Vite 构建的前端项目。本仓库包含了该作业的源代码和相关资源。
- 基于 Vite 构建,提供极速的开发服务器响应和优化的打包流程。
- 现代化的 Web 开发环境。
请确保你的电脑上已经安装了 Node.js。
- 克隆本项目:
git clone https://github.com/yhlhoh/MateriaHomework.git
- 进入项目目录:
cd MateriaHomework - 安装依赖包:
npm install
- 启动开发服务器:
npm run dev
- 构建生产环境代码:
npm run build
- 预览生产环境构建:
npm run preview