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.
- Host: GitHub
- URL: https://github.com/h0r15h0/dockerized-vue-template
- Owner: H0R15H0
- Created: 2020-12-22T05:56:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T17:20:14.000Z (almost 5 years ago)
- Last Synced: 2025-09-02T02:24:14.859Z (10 months ago)
- Topics: docker, docker-compose, vue, vue-router, vuetify
- Language: Vue
- Homepage:
- Size: 235 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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