「Angular Firebase 構築手順」の版間の差分
ナビゲーションに移動
検索に移動
16行目: | 16行目: | ||
===[[Firebase]]=== | ===[[Firebase]]=== | ||
+ | |||
+ | <pre> | ||
+ | $ cd typea-info-service | ||
+ | $ firebase init | ||
+ | </pre> |
2020年10月29日 (木) 14:17時点における版
Angular Firebase 構築手順
Angular
- project name : typea-info-service
$ npm install -g @angular/cli $ ng new typea-info-service ? Would you like to add Angular routing? Yes ? Which stylesheet format would you like to use? SCSS [ https://sass-lang.com/documentation/syntax#scss ] CREATE typea-info-service/README.md (1035 bytes) : $ ng serve
Firebase
$ cd typea-info-service $ firebase init
© 2006 矢木浩人