# SpringBoot+Vue3+Vite+TS前后端自搭框架 **Repository Path**: lbgo/helloProject ## Basic Information - **Project Name**: SpringBoot+Vue3+Vite+TS前后端自搭框架 - **Description**: Vue3从零开始搭建框架学习之路 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-18 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, vite ## README # SpringBoot+Vue3+Vite+TS前后端自搭框架 # 项目介绍 通过 vue3 + vite + vue-router + ts + elementplus + axios 搭建一个后台管理系统 # 开始 ## 1.安装vue-cli3 npm install -g @vue/cli 查看版本 vue -V ## 2.创建项目 npm create vite --- ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).