first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
SPA 单页web应用
多页
index.html
其他页面的都是:js
作用:
params 传参
$route.params
http://127.0.0.1/home/1/10
name
实际项目中用的时候,打包上线需要后端做支持才可以正常使用
query 传参
$route.query
http://127.0.0.1/home?id=1&page=1
name
npm
https://cli.vuejs.org/zh/
vue-cli 2.x
vue-cli 3.x