Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Wardrop authored and Mitch Wardrop committed Jan 24, 2017
0 parents commit c6c4ca5
Show file tree
Hide file tree
Showing 111 changed files with 272,039 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/packages/*
/Vue-MVC-Example/bin
/Vue-MVC-Example/node_modules
/Vue-MVC-Example/coverage
/Vue-MVC-Example/obj
/Vue-MVC-Example/Properties
Binary file added .vs/Vue-MVC-Example/v14/.suo
Binary file not shown.
1,027 changes: 1,027 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Vue-MVC-Example.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vue-MVC-Example", "Vue-MVC-Example\Vue-MVC-Example.csproj", "{A6DF46FA-6325-4E58-B098-CFD34A7451D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6DF46FA-6325-4E58-B098-CFD34A7451D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6DF46FA-6325-4E58-B098-CFD34A7451D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6DF46FA-6325-4E58-B098-CFD34A7451D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6DF46FA-6325-4E58-B098-CFD34A7451D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
10 changes: 10 additions & 0 deletions Vue-MVC-Example/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false,
"env": {
"test": {
"plugins": [ "istanbul" ]
}
}
}
Loading

0 comments on commit c6c4ca5

Please sign in to comment.