I would like to create web client for my server but I need a little help

Hello there, I would like to know how to start with Mopidy web client. I’ve scrolled through docs but I’m still confused. I used cookiecutter to create a project (/home/user/project-name) then I’ve installed it by python setup.py install and It didn’t show up in 192.168.1.*:6680 web clients after service restart. I want to create simple frontend player/playlists/search with Vue and control server with it. Can someone guide me? Much thanks!

There is a detailed guide at https://docs.mopidy.com/en/latest/devenv/ on the suggested way to get started. Developing an extension with Mopidy running as a service is not advised.