Skip to content

Instantly share code, notes, and snippets.

@b2977053
b2977053 / Angular 8 開發環境說明.md
Last active February 3, 2020 06:05 — forked from doggy8088/Angular 18 Dev Setup.md
Angular 8 開發環境說明

Angular 8 開發環境說明

  • 為了能讓大家能夠順利的建立起 Angular 8 開發環境,以下是需要安裝的相關軟體與安裝步驟與說明。

[ 作業系統 ]

  • Windows 7 以上版本 (更新到最新 Service Pack 版本)
  • Mac OS X 10.6 以上版本

[ 套件管理器 ( Mac OS X Only ) ]

@b2977053
b2977053 / Default (OSX).sublime-keymap
Created May 17, 2019 03:52 — forked from beaugunderson/Default (OSX).sublime-keymap
Sublime Text macros for converting to and from 2 and 4 space indentation
[
{
"keys": ["ctrl+2"],
"command": "run_macro_file",
"args": {
"file": "Packages/User/to-2.sublime-macro"
}
},
{
"keys": ["ctrl+4"],