1
1

More than 3 years have passed since last update.

ひとり開発時の備忘録

Last updated at Posted at 2019-12-30

Firebase

  • firebase login
  • firebase init
  • firebase deploy

Bitbucket

bitbucketのコマンド

  • 初期化

  • アップロード

    • git add .
    • git commit -m "xxxx"
    • git push
  • ダウンロード

    • git pull 

時短開発

vscodeでEmmet
html:5,h1#id,h1.class,ul>li*3 などは覚えておくと便利

vscodeでホットリロード

ジェネレーター開発

canvasで図形描画と画像保存
canvasで文字




1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1