Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 964 Bytes

README.md

File metadata and controls

46 lines (25 loc) · 964 Bytes

基于Vue3+TypeScript的后台管理系统

1.线上体验

Vue3+TS后台管理系统在线体验

客官如果觉得还不戳,github上不妨顺手点个 ⭐,鼓励一下吧。

2.项目运行

  • git clone 到本地
  • cd 到 vue3_ts_cms目录下运行:
npm install 或者 cnpm install
  • 运行
npm run serve

3.项目功能(部分展示)

3.1 登陆页面 (默认用户&密码:nanxing,123456)

image-20210827235245708

3.2 页面展示 (侧边菜单 - 技术栈展示)

3.3系统管理(搜索联动)

3.4 商品数据展示(可视化页面)

4.项目提交

npm run commit