1.官网下载模板(选vue版本):http://www.aspnetboilerplate.com/Templates
2.创建数据库,修改连接字符串,执行update-database生成表结构
3.运行WEB API 项目: xx.Web.Host
4.启动VUE前端,需要使用yarn还原包
1 npm install -g yarn 安装yarn 2 3 yarn install 还原包 4 yarn run dev 运行
原文地址:https://www.cnblogs.com/imiyu/p/8724523.html
时间: 2024-10-04 14:06:27