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 运行
Posted 百转回魂
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ABP vue版相关的知识,希望对你有一定的参考价值。
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 运行
以上是关于ABP vue版的主要内容,如果未能解决你的问题,请参考以下文章