From 83b80a4a0443bec89f56fa8262e3b86d1dff2966 Mon Sep 17 00:00:00 2001 From: lwplvx Date: Tue, 1 Jun 2021 14:38:10 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ddaf37..6cd4a66 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -## Introduction +## 简介 + +本项目示例如何在dotnet web 项目中托管vue + +实现方案 +1) 使用 httpvueload (生成环境不推荐) +2)之前阅读过一篇博客,已经测试过了,尽快找处理,把示例代码写出来 + This is a simple pipeline example for a .NET Core application, showing just how easy it is to get up and running with .NET development using GitLab. @@ -69,4 +76,4 @@ test: This should be enough to get you started. There are many, many powerful options for your `.gitlab-ci.yml`. You can read about them in our documentation -[here](https://docs.gitlab.com/ee/ci/yaml/). \ No newline at end of file +[here](https://docs.gitlab.com/ee/ci/yaml/). -- GitLab