Despite the fact that I really like the idea of dividing the front and backend into two projects, it would be optimal to choose a different stack for such a task. All working code has been moved to a separate repository, and this one has been sent to the archive.
This is frontend only. Backend development is here: https://github.com/devilstars/opendtf
OpenDTF is an open source website boilerplate based upon the popular Cmtt service network. It attempts to mimic the original service as closely as possible while extending it with new features. If I have time to do it :)
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.