使用 Docker Runner 建立 GitLab CI 為 Node.js 專案進行持續整合 本篇文章將介紹如何在 GitLab 上使用 GitLab CI 為 Node.js 應用程式進行持續整合。首先,必須建置好 GitLab 環境,並在一台主機上安裝好 Docker,作為 CI Server 。 2017-01-07 技術分享 #GitLab CI #GitLab #Docker #NodeJS #Git #CI
使用 AngularJS v1.5+ 建立 component-based 應用程式 angular.component() 是在 Angular 1.5 版本中新增的方法,它是基於 angular.directive(),更簡單地說,即是 controller + template 。有了 angular.component() 這個新利器,我們可以很容易地將 Angular 寫成像 React 一樣的元件化應用程式 (component-based application) 2016-12-24 技術分享 #AngularJS #前端工程