An open API service indexing awesome lists of open source software.

https://github.com/h0r15h0/dockerized-vue-template

🐳 This is a shortcut to build Vue.js environment with docker.
https://github.com/h0r15h0/dockerized-vue-template

docker docker-compose vue vue-router vuetify

Last synced: about 2 months ago
JSON representation

🐳 This is a shortcut to build Vue.js environment with docker.

Awesome Lists containing this project

README

          

# README
vuetify
vue-router
# Requirement
Docker
docker-compose

# Usage
``` bash
$ git clone git@github.com:H0R15H0/dockerized-vue-template.git REPONAME
$ cd REPONAME
$ docker-compose build
$ docker-compose run app npm install
$ docker-compose up
```

# Open
```
localhost:8080/
```

# Change remote repository
```
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git