Dockerで動かす
Dockerが何かわからない人はggrks
Docker 18.03.1-ce で動作確認しています
#起動
sudo docker-compose up
#終了
Ctr+C
DBが更新された場合はDBをリセットしないと動かないことがる docker-compose upをしてる状態で
sudo docker exec -it ibird.node_express sh resetdb.sh
これでDBをリセットしてくれる
For detailed explanation on how things work, checkout the Nuxt.js docs.
We use backpack to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).