Skip to content

前端部分

前端使用vue3开发框架

环境搭建

  1. 在文件目标路径下打开cmd
  2. 通过vite创建:npm create vite
  3. 进入创建好的文件中,安装一下依赖,因为使用vite创建vue项目是没有安装node_modules等依赖的,通过:npm install安装依赖
  4. 通过vscode打开项目文件,新建一个终端,运行npm run dev就可以运行项目

Released under the MIT License.