https://github.com/devkimchi/vue.js-with-asp.net-core-sample
This provides a sample code using vue.js running on ASP.NET Core
https://github.com/devkimchi/vue.js-with-asp.net-core-sample
asp-net-core cognitive-services dependency-injection geolocation getusermedia inversifyjs ioc-container ocr typescript vue-cli vuejs
Last synced: 6 months ago
JSON representation
This provides a sample code using vue.js running on ASP.NET Core
- Host: GitHub
- URL: https://github.com/devkimchi/vue.js-with-asp.net-core-sample
- Owner: devkimchi
- License: mit
- Created: 2017-02-12T23:51:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T03:00:23.000Z (over 8 years ago)
- Last Synced: 2025-04-14T04:14:59.096Z (6 months ago)
- Topics: asp-net-core, cognitive-services, dependency-injection, geolocation, getusermedia, inversifyjs, ioc-container, ocr, typescript, vue-cli, vuejs
- Language: JavaScript
- Homepage: https://blog.kloud.com.au/2017/02/14/running-vuejs-on-aspnet-core-apps/
- Size: 114 KB
- Stars: 46
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue.js with ASP.NET Core Sample #
This provides a sample code using vue.js running on ASP.NET Core.
## Prerequisites ##
* [Visual Studio 2015 Update 3 and/or Visual Studio code](https://www.visualstudio.com/downloads/)
* [.NET Core 1.1](https://www.microsoft.com/net/download/core#/current)
* [vue-cli](https://www.npmjs.com/package/vue-cli)
* [TypeScript 2.x](http://www.typescriptlang.org/)## More Readings ##
* 한국어
* [ASP.NET Core 애플리케이션에서 Vue.js 통합하기](http://blog.aliencube.org/ko/2017/02/13/running-vuejs-on-aspnet-core-apps/)
* [Vue.js + TypeScript 조합으로 ASP.NET Core 애플리케이션 개발하기](http://blog.aliencube.org/ko/2017/02/23/running-vuejs-with-typescript-on-aspnet-core-apps/)
* [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/)
* [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/)
* [Vue.js + TypeScript 앱에서 IoC 컨테이너 사용하기](http://blog.aliencube.org/ko/2017/03/21/using-ioc-container-in-vuejs-typescript-app/)
* [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/)
* English
* [Running Vue.js on ASP.NET Core Applications](https://blog.kloud.com.au/2017/02/14/running-vuejs-on-aspnet-core-apps/)
* [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/)
* [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/)
* [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/)
* [Dependency Injection in Vue.js App with TypeScript](https://blog.kloud.com.au/2017/03/22/dependency-injection-in-vuejs-app-with-typescript/)
* [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/)