Skip to content

Commit b546a9b

Browse files
committed
Initial code commit
1 parent 0ddcf42 commit b546a9b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bld/
2525
# Visual Studio 2015 cache/options directory
2626
.vs/
2727
# Uncomment if you have tasks that create the project's static files in wwwroot
28-
#wwwroot/
28+
wwwroot/
2929

3030
# MSTest test Results
3131
[Tt]est[Rr]esult*/

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# Vue.js-with-ASP.NET-Core-Sample
2-
This provides a sample code using vue.js running on ASP.NET Core
1+
# Vue.js with ASP.NET Core Sample #
2+
3+
This provides a sample code using vue.js running on ASP.NET Core.
4+
5+
6+
## Prerequisites ##
7+
8+
* [Visual Studio 2015 Update 3 or Visual Studio code](https://www.visualstudio.com/downloads/)
9+
* [.NET Core 1.1](https://www.microsoft.com/net/download/core#/current)
10+
* [vue-cli](https://www.npmjs.com/package/vue-cli)
11+

src/VueJsAspNetCoreSample/wwwroot/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)