ykpythemind / auf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

auf

ユーザー機能は後回しなので、bundle exec rake db:seed してね

コマンドメモ

package.jsonの依存パッケージをインストールしたいとき

yarn

Vueファイル更新時に都度buildしたい場合

yarn run webpack-watch

→ public/packs以下に生成される

Vueファイルを1度だけbuildしたいとき

bin/webpack

→ 同様にpublic/packs以下に生成される

サーバー起動するとき

bundle exec rails s

を起動してhttp://localhost:3000

Vueファイルの変更を監視しながらサーバーを起動する

bin/server もしくは yarn run server-progress

を起動してhttp://localhost:5000

vueのユニットテストをするとき

yarn run unit

About


Languages

Language:Ruby 55.4%Language:JavaScript 23.7%Language:HTML 9.7%Language:Vue 7.0%Language:CSS 4.1%Language:Shell 0.1%