Skip to content

AngularTaiwan/indepth

Repository files navigation

深入學習 Angular

此專案由 Angular Taiwan 台灣社群建立與維護,歡迎加入貢獻的行列。

如何安裝環境?

  1. clone 專案到你的電腦
$ git clone https://github.com/AngularTaiwan/indepth.git
  1. 進入到專案的資料夾內
$ cd indepth
  1. 安裝套件
$ npm install
  1. 啟動 Hexo 自帶的 Web Server 以預覽
$ npm run server

更多資訊請參考官方文件: Server

如何新增文章?

使用以下指令建立新文章

$ yarn new "文章標題"

或者是

$ npm run new -- "文章標題"

更多資訊請參考官方文件: Writing

部屬流程

使用以下指令產生部屬用的靜態檔

$ yarn build

或者是

$ npm run build

更多資訊請參考官方文件: Generating

使用以下指令發佈靜態檔

$ yarn deploy

或者是

$ npm run deploy

更多資訊請參考官方文件: Deployment

參考連結

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published