{"id":23459434,"url":"https://github.com/devkimchi/vue.js-with-asp.net-core-sample","last_synced_at":"2025-04-14T04:15:05.972Z","repository":{"id":84269905,"uuid":"81766960","full_name":"devkimchi/Vue.js-with-ASP.NET-Core-Sample","owner":"devkimchi","description":"This provides a sample code using vue.js running on ASP.NET Core","archived":false,"fork":false,"pushed_at":"2017-03-30T03:00:23.000Z","size":117,"stargazers_count":46,"open_issues_count":0,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-14T04:14:59.096Z","etag":null,"topics":["asp-net-core","cognitive-services","dependency-injection","geolocation","getusermedia","inversifyjs","ioc-container","ocr","typescript","vue-cli","vuejs"],"latest_commit_sha":null,"homepage":"https://blog.kloud.com.au/2017/02/14/running-vuejs-on-aspnet-core-apps/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devkimchi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-12T23:51:53.000Z","updated_at":"2024-04-23T11:57:12.000Z","dependencies_parsed_at":"2023-05-24T05:00:18.454Z","dependency_job_id":null,"html_url":"https://github.com/devkimchi/Vue.js-with-ASP.NET-Core-Sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkimchi%2FVue.js-with-ASP.NET-Core-Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkimchi%2FVue.js-with-ASP.NET-Core-Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkimchi%2FVue.js-with-ASP.NET-Core-Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devkimchi%2FVue.js-with-ASP.NET-Core-Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devkimchi","download_url":"https://codeload.github.com/devkimchi/Vue.js-with-ASP.NET-Core-Sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819408,"owners_count":21166477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","cognitive-services","dependency-injection","geolocation","getusermedia","inversifyjs","ioc-container","ocr","typescript","vue-cli","vuejs"],"created_at":"2024-12-24T06:14:31.214Z","updated_at":"2025-04-14T04:15:05.959Z","avatar_url":"https://github.com/devkimchi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue.js with ASP.NET Core Sample #\n\nThis provides a sample code using vue.js running on ASP.NET Core.\n\n\n## Prerequisites ##\n\n* [Visual Studio 2015 Update 3 and/or Visual Studio code](https://www.visualstudio.com/downloads/)\n* [.NET Core 1.1](https://www.microsoft.com/net/download/core#/current)\n* [vue-cli](https://www.npmjs.com/package/vue-cli)\n* [TypeScript 2.x](http://www.typescriptlang.org/)\n\n\n## More Readings ##\n\n* 한국어\n  * [ASP.NET Core 애플리케이션에서 Vue.js 통합하기](http://blog.aliencube.org/ko/2017/02/13/running-vuejs-on-aspnet-core-apps/)\n  * [Vue.js + TypeScript 조합으로 ASP.NET Core 애플리케이션 개발하기](http://blog.aliencube.org/ko/2017/02/23/running-vuejs-with-typescript-on-aspnet-core-apps/)\n  * [Vue.js + 타입스크립트 + ASP.NET Core 앱에서 핸드폰의 카메라 API에 접근하기](http://blog.aliencube.org/ko/2017/03/03/accessing-to-camera-on-mobile-devices-from-vuejs-typescript-aspnetcore-apps/)\n  * [Vue.js + TypeScript + ASP.NET Core 앱에서 핸드폰의 GPS 정보 이용하기](http://blog.aliencube.org/ko/2017/03/16/accessing-to-geolocation-on-mobile-devices-from-vuejs-typescript-aspnetcore-app/)\n  * [Vue.js + TypeScript 앱에서 IoC 컨테이너 사용하기](http://blog.aliencube.org/ko/2017/03/21/using-ioc-container-in-vuejs-typescript-app/)\n  * [HTML5 Media Capture API와 Azure Cognitive Services를 이용한 OCR 구현](http://blog.aliencube.org/ko/2017/03/28/implementing-ocr-using-azure-cognitive-services-with-html5-media-capture-api/)\n* English\n  * [Running Vue.js on ASP.NET Core Applications](https://blog.kloud.com.au/2017/02/14/running-vuejs-on-aspnet-core-apps/)\n  * [Writing Vue.js Applications in TypeScript on ASP.NET Core](https://blog.kloud.com.au/2017/02/24/writing-vuejs-apps-in-typescript-on-aspnet-core/)\n  * [Accessing to Camera on Mobile Devices from ASP.NET Core Application in Vue.js and TypeScript](https://blog.kloud.com.au/2017/03/03/accessing-to-camera-on-mobile-devices-from-aspnetcore-apps-in-vuejs-and-typescript/)\n  * [Accessing to Geolocation on Mobile Devices from ASP.NET Core Application in Vue.js and TypeScript](https://blog.kloud.com.au/2017/03/17/accessing-to-geolocation-on-mobile-devices-from-aspnetcore-apps-in-vuejs-and-typescript/)\n  * [Dependency Injection in Vue.js App with TypeScript](https://blog.kloud.com.au/2017/03/22/dependency-injection-in-vuejs-app-with-typescript/)\n  * [Performing OCR with Azure Cognitive Services and HTML5 Media Capture API](https://blog.kloud.com.au/2017/03/30/performing-ocr-with-azure-cognitive-services-and-html5-media-capture-api/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevkimchi%2Fvue.js-with-asp.net-core-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevkimchi%2Fvue.js-with-asp.net-core-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevkimchi%2Fvue.js-with-asp.net-core-sample/lists"}