2019-01-01から1ヶ月間の記事一覧
Grid Helper classes Styles & themes UI Components その他 開発版の v.2.0.0 alpha.x のドキュメントを参照してるので next.vuetifyjs.com の方(通常のドキュメントは こちら ) Grid https://next.vuetifyjs.com/ja-JP/framework/grid Helper classes ht…
故障 分解 -> 直ったー マクロコントロールのノブを外す 裏側のゴムパッドを温めて外す 開ける なんかのコネクタ外れてた 組み立てて動作確認 おまけ ※バラすのは自己責任で。メーカーの保証効かなくなると思うので。 故障 購入して1ヶ月ぐらいでコントロー…
firestore から取得したデータ algolia から取得したデータ 参考リンク firestore から取得したデータ // timestamp型の日付データの例: firestoreData.date const dateObj = firestoreData.date.toDate() moment(dateObj).fromNow() //-> "2時間前" algolia…
Install nodejs Install rendertron PM2 で npm start を永続化 確認 Link Install nodejs https://github.com/riywo/anyenv anyenvまとめ - Qiita $ git clone https://github.com/riywo/anyenv ~/.anyenv $ echo 'export PATH="$HOME/.anyenv/bin:$PATH"' …