# rsbuild-template **Repository Path**: wanglaibin/rsbuild-template ## Basic Information - **Project Name**: rsbuild-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-09 - **Last Updated**: 2024-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rsbuild Project 基于rsbuild的vue3+ts+element-plus项目模板 ## Setup Install the dependencies: ```bash yarn ``` ## Get Started Start the dev server: ```bash yarn dev ``` Build the app for production: ```bash yarn build:pro ``` Preview the production build locally: ```bash yarn preview ```