https://github.com/springhgui/testhistory
AspNetCore+Vue+VueRouter前后端分离开发 VueRouter使用History模式的处理
https://github.com/springhgui/testhistory
Last synced: 8 days ago
JSON representation
AspNetCore+Vue+VueRouter前后端分离开发 VueRouter使用History模式的处理
- Host: GitHub
- URL: https://github.com/springhgui/testhistory
- Owner: SpringHgui
- Created: 2022-04-20T06:44:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T13:09:49.000Z (almost 4 years ago)
- Last Synced: 2025-07-05T00:06:52.262Z (9 months ago)
- Language: Vue
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestHistory
AspNetCore+Vue+VueRouter前后端分离开发 VueRouter使用History模式的处理
# 起步
1. 运行项目
2. 访问`https://localhost:7247/about`
3. 访问order模块`https://localhost:7247/order/about`
4. 访问goods模块`https://localhost:7247/goods/about`