瀏覽代碼

README

master
Robin Thoni 8 年之前
父節點
當前提交
0e82e98c34
共有 2 個檔案被更改,包括 12 行新增1 行删除
  1. 0
    1
      README
  2. 12
    0
      README.md

+ 0
- 1
README 查看文件

1
-init

+ 12
- 0
README.md 查看文件

1
+# Starter kit for AngularJS
2
+
3
+Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
4
+
5
+## Usage
6
+```shell
7
+git clone https://git.rthoni.com/robin.thoni/starter-angular
8
+cd starter-angular
9
+git submodule init
10
+git submodule update
11
+bower install
12
+```

Loading…
取消
儲存