Programming
Selenium UI 테스트
Selenium UI 테스트
2024.04.05Selenium 이용한 UI 테스트 https://docs.microsoft.com/ko-kr/visualstudio/test/using-different-web-browsers-with-coded-ui-tests?view=vs-2019 코딩된 UI 테스트에 다른 웹 브라우저 사용 - Visual Studio 코딩된 UI 테스트에 다른 웹 브라우저 사용Use different web browsers with coded UI tests 이 문서의 내용 --> 코딩된 UI 테스트는 Internet Explorer로 테스트를 기록하여 웹 애플리케이션 테스트를 자동화합니다.Coded UI tests can automate testing for web applications by recording your tes..
프런트엔드 개발 관련 PDF 문서
프런트엔드 개발 관련 PDF 문서
2023.09.18프런트엔드 개발 관련 PDF 문서 모음
ASP.NET with Nuxt.js (Vue.js)
ASP.NET with Nuxt.js (Vue.js)
2020.05.07https://developer.okta.com/blog/2018/08/27/build-crud-app-vuejs-netcore Build a Simple CRUD App with ASP.NET Core and Vue This tutorial walks you through building a basic CRUD application with ASP.NET Core and Vue.js. developer.okta.com https://www.codeproject.com/Articles/1224226/ASP-NET-Core-A-Multi-Layer-Data-Service-Applicatio ASP.NET Core: A Multi-Layer Data Service Application Migrated fro..
Vue.js 소개
Vue.js 소개
2020.04.23https://brunch.co.kr/@skykamja24/254 너무 쉬운 Vue.js 리액트에서 도망치고 싶은 개발자의 잡담 | 사실 저는 비생산적인 개발자입니다. 뛰어난 도구를 찾기보단 익숙한 도구로 답을 찾습니다. 결국 여전히 제가 가장 잘하고, 좋아하는 도구는 jQuery이고, jQuery기반의 수많은 플러그인을 사용하고 있습니다. 여전히 저는 리액트가 어렵습니다. 저는 강의도 봤고, 공부했고, 앱도 만들고, 앱도 서비스할 수 있으며 서비스합니다. 다만 과정이 너무 복잡했 brunch.co.kr https://ux.stories.pe.kr/185?category=770389 Vue.js와 NativeScript로 앱개발을 하기위한 환경 세팅하는 방법 Vue.js로 스마트폰 앱을 개발할 때 가장 ..
Plex Media Server - Plugin development
Plex Media Server - Plugin development
2020.03.03https://forums.plex.tv/t/plex-plugin-development-walkthrough/9909 Plex Plugin Development Walkthrough I've spent the last few months attempting to write a variety of new plugins, specifically focused on UK based sources. These include LoveFilm-Player, Stuff.tv, Blinkbox and SkyPlayer. The latter has recently stopped working due to Sky killing the website a forums.plex.tv
Vue.js and Electron Open source animation windows app - monimoapp.com
Vue.js and Electron Open source animation windows app - monimoapp.com
2019.10.11site: http://monimoapp.com Monimo - Your anime best fren MONIMO Best experience in the anime land This application was made by anime fans, for anime fans, around the idea that having a great user experience, is as important as having basic features. If you'd like to support us, please star on Github and spread t monimoapp.com source code: https://github.com/altinselimi/monimo altinselimi/monimo ..
Gitlab의 Vue.js 가이드
Gitlab의 Vue.js 가이드
2019.10.11https://docs.gitlab.com/ee/development/fe_guide/vue.html Vue | GitLab Vue To get started with Vue, read through their documentation. Examples What is described in the following sections can be found in these examples: Vue architecture All new features built with Vue.js must follow a Flux architecture. The main goal we are tr docs.gitlab.com
Nuxt.js Cheat Sheet
Nuxt.js Cheat Sheet
2019.07.30Nuxt.js Cheat sheet
Nuxt.js 관련글
Nuxt.js 관련글
2019.07.17Nuxt.js Guidebook - Create Blog Service https://vue-nuxt.gitbook.io/nuxt/tutorials/making-blog Nuxt 블로그 블로그 서비스 제작 튜토리얼 vue-nuxt.gitbook.io 무료 Nuxt.js 강의 https://medium.com/vue-mastery/free-nuxt-js-tutorial-creating-an-app-1a531bc6045 Free Nuxt.js Tutorial — Vue Mastery Course In this Nuxt tutorial we’ll build an application together and learn about the folder structure that Nuxt.js gives you ou..
Azure DevOps ignore node_modules - .tfignore Template
Azure DevOps ignore node_modules - .tfignore Template
2019.02.08.tfignore template Visual studio team explorer 명령 tf를 통해 소스 관리 시 제외, 또는 꼭 포함해야 할 파일을 설정할 때 아래와 같은 템플릿 파일을 사용한다. 적용 대상: VSTS, Azure DevOps, Visual Studio Online, On-premise TFS Server적용 방법: .tfignore 파일은 Repository 경로에 포함되어야 하며 상단에 있는 .tfignore 파일은 하위 폴더에도 적용된다. * 자세한 문법, 사용법은 .tfignore 설명서를 참고 : https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/add-files-server?view=azdevops* 아래 .tfignore..
Electronjs Desktop App. Quick Start
Electronjs Desktop App. Quick Start
2019.01.31Electronjs Desktop App Quick Start ref. doc: https://electronjs.org/ Electron 을 통해 Desktop Application을 만들 수 있다. Requirements : Node.js, NPM, Git # 빠른 시작 저장소 Clone$ git clone https://github.com/electron/electron-quick-start # 저장소로 이동$ cd electron-quick-start # 종속성을 설치하고 실행하세요$ npm install && npm start 실행 결과로 프로그램이 실행되는 것을 확인할 수 있으며,아래와 같이 electron-packager로 exe 등을 만들 수 있다. # for use in npm scrip..
Node.js test on Heroku free hosting
Node.js test on Heroku free hosting
2019.01.30Heroku를 이용한 Node.js 사이트 생성 방법의 설명 ref. doc:: https://devcenter.heroku.com/articles/getting-started-with-nodejs#deploy-the-app heroku 사이트 생성 명령어 샘플소스 다운로드$ git clone https://github.com/heroku/node-js-getting-started.git 헤로쿠 생성$ heroku create > https://nameless-savannah-60379.herokuapp.com/ | https://git.heroku.com/nameless-savannah-60379.git 헤로쿠에 업로드$ git push heroku master 헤로쿠 사이트 1개 생성$ heroku ..