A gitlab-hooks starter project template without the distraction of a complicated development environment.
This is a project template for vue-cli.
$ vue init ddvs/gitlab-hooks my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install
Go to http://localhost
# launch the server
$ npm start