├── Simple
├── wwwroot
│ ├── vuex
│ │ ├── actions.js
│ │ ├── getters.js
│ │ └── store.js
│ ├── favicon.ico
│ ├── resources
│ │ └── img
│ │ │ └── user.png
│ ├── dist
│ │ ├── 674f50d287a8c48dc19ba404d20fe713.eot
│ │ ├── af7ae505a9eed503f8b8e6982036873e.woff2
│ │ ├── b02bdc1b846fd65473922f5f62832108.ttf
│ │ ├── b06871f281fee6b241d60582ae9369b9.ttf
│ │ ├── d2f69a92faa6fe990d2e613c358be705.woff
│ │ └── fee66e712a8a08eef5805a46892932ad.woff
│ ├── views
│ │ ├── 404.vue
│ │ ├── login.vue
│ │ ├── sys
│ │ │ ├── useradd.vue
│ │ │ └── users.vue
│ │ └── home.vue
│ ├── App.vue
│ ├── routes.js
│ └── main.js
├── obj
│ ├── Debug
│ │ └── netcoreapp1.0
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── CoreCompileInputs.cache
│ │ │ ├── Simple.dll
│ │ │ ├── Simple.pdb
│ │ │ ├── Simple.csproj.FileListAbsolute.txt
│ │ │ └── Simple.AssemblyInfo.cs
│ ├── Release
│ │ └── netcoreapp1.0
│ │ │ ├── CoreCompileInputs.cache
│ │ │ └── Simple.AssemblyInfo.cs
│ ├── Simple.csproj.nuget.g.targets
│ └── Simple.csproj.nuget.g.props
├── app.conf.js
├── bin
│ └── Debug
│ │ └── netcoreapp1.0
│ │ ├── Simple.dll
│ │ ├── Simple.pdb
│ │ ├── Simple.runtimeconfig.dev.json
│ │ └── Simple.runtimeconfig.json
├── appsettings.json
├── vue-loader.conf.js
├── appsettings.Development.json
├── Controllers
│ ├── HomeController.cs
│ └── UsersController.cs
├── Views
│ └── Home
│ │ └── Index.cshtml
├── Model
│ ├── UserInfo.cs
│ └── UserInfoRepository.cs
├── Simple.csproj.user
├── Program.cs
├── Properties
│ └── launchSettings.json
├── webpack.config.js
├── ScaffoldingReadMe.txt
├── utils.js
├── Startup.cs
├── package.json
└── Simple.csproj
├── README.md
├── Simple.sln
└── LICENSE
/Simple/wwwroot/vuex/actions.js:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/Simple/wwwroot/vuex/getters.js:
--------------------------------------------------------------------------------
1 | //test
2 |
--------------------------------------------------------------------------------
/Simple/obj/Debug/netcoreapp1.0/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Simple/obj/Debug/netcoreapp1.0/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Simple/obj/Debug/netcoreapp1.0/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Simple/obj/Debug/netcoreapp1.0/CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 50f07d57da3b496379c6f44ef2d78fd206027faa
2 |
--------------------------------------------------------------------------------
/Simple/obj/Release/netcoreapp1.0/CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 50f07d57da3b496379c6f44ef2d78fd206027faa
2 |
--------------------------------------------------------------------------------
/Simple/wwwroot/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/wwwroot/favicon.ico
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # simple
2 | .net core + vue 开发单页应用
3 |
4 | 获取到源码后执行
5 |
6 | npm install
7 |
8 | 其他指令可在vs中完成
9 |
--------------------------------------------------------------------------------
/Simple/app.conf.js:
--------------------------------------------------------------------------------
1 | exports.conf = {
2 | dev: true,//开发模式
3 | assetsSubDirectory:'~/wwwroot/resources'//资源目录
4 | }
--------------------------------------------------------------------------------
/Simple/wwwroot/resources/img/user.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/wwwroot/resources/img/user.png
--------------------------------------------------------------------------------
/Simple/bin/Debug/netcoreapp1.0/Simple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/bin/Debug/netcoreapp1.0/Simple.dll
--------------------------------------------------------------------------------
/Simple/bin/Debug/netcoreapp1.0/Simple.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/bin/Debug/netcoreapp1.0/Simple.pdb
--------------------------------------------------------------------------------
/Simple/obj/Debug/netcoreapp1.0/Simple.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/obj/Debug/netcoreapp1.0/Simple.dll
--------------------------------------------------------------------------------
/Simple/obj/Debug/netcoreapp1.0/Simple.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/obj/Debug/netcoreapp1.0/Simple.pdb
--------------------------------------------------------------------------------
/Simple/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "IncludeScopes": false,
4 | "LogLevel": {
5 | "Default": "Warning"
6 | }
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/Simple/wwwroot/dist/674f50d287a8c48dc19ba404d20fe713.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/wwwroot/dist/674f50d287a8c48dc19ba404d20fe713.eot
--------------------------------------------------------------------------------
/Simple/wwwroot/dist/af7ae505a9eed503f8b8e6982036873e.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/wwwroot/dist/af7ae505a9eed503f8b8e6982036873e.woff2
--------------------------------------------------------------------------------
/Simple/wwwroot/dist/b02bdc1b846fd65473922f5f62832108.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/wwwroot/dist/b02bdc1b846fd65473922f5f62832108.ttf
--------------------------------------------------------------------------------
/Simple/wwwroot/dist/b06871f281fee6b241d60582ae9369b9.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/wwwroot/dist/b06871f281fee6b241d60582ae9369b9.ttf
--------------------------------------------------------------------------------
/Simple/wwwroot/dist/d2f69a92faa6fe990d2e613c358be705.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/wwwroot/dist/d2f69a92faa6fe990d2e613c358be705.woff
--------------------------------------------------------------------------------
/Simple/wwwroot/dist/fee66e712a8a08eef5805a46892932ad.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wenjq0911/simple/HEAD/Simple/wwwroot/dist/fee66e712a8a08eef5805a46892932ad.woff
--------------------------------------------------------------------------------
/Simple/bin/Debug/netcoreapp1.0/Simple.runtimeconfig.dev.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeOptions": {
3 | "additionalProbingPaths": [
4 | "C:\\Users\\wenjq\\.nuget\\packages"
5 | ]
6 | }
7 | }
--------------------------------------------------------------------------------
/Simple/vue-loader.conf.js:
--------------------------------------------------------------------------------
1 | var utils = require('./utils')
2 | var conf = require('./app.conf')
3 | module.exports = {
4 | loaders: utils.cssLoaders({
5 | sourceMap: !conf.conf.dev,
6 | extract: conf.conf.dev
7 | })
8 | }
9 |
--------------------------------------------------------------------------------
/Simple/appsettings.Development.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "IncludeScopes": false,
4 | "LogLevel": {
5 | "Default": "Debug",
6 | "System": "Information",
7 | "Microsoft": "Information"
8 | }
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/Simple/bin/Debug/netcoreapp1.0/Simple.runtimeconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeOptions": {
3 | "framework": {
4 | "name": "Microsoft.NETCore.App",
5 | "version": "1.0.4"
6 | },
7 | "configProperties": {
8 | "System.GC.Server": true
9 | }
10 | }
11 | }
--------------------------------------------------------------------------------
/Simple/wwwroot/views/404.vue:
--------------------------------------------------------------------------------
1 |
2 | page not found