跳至主要內容
笔记
笔记
前端
后端
Yizhe
小于 1 分钟
#
安装vue-router
先创建项目
使用vite创建
$ npm init vite@latest
安装vue-router
$ npm i vue-router
-
S