Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 542 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 542 Bytes

ddvs/gitlab-hooks

A gitlab-hooks starter project template without the distraction of a complicated development environment.

Installation

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

Usage

Go to http://localhost

Production

# launch the server
$ npm start

Generate