https://github.com/getlarge/frontin
getlarge.eu portfolio frontend
https://github.com/getlarge/frontin
Last synced: 5 months ago
JSON representation
getlarge.eu portfolio frontend
- Host: GitHub
- URL: https://github.com/getlarge/frontin
- Owner: getlarge
- Created: 2021-03-14T16:28:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T10:35:50.000Z (about 5 years ago)
- Last Synced: 2025-02-14T06:51:20.243Z (over 1 year ago)
- Language: Vue
- Size: 80.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontin
## Project setup
```sh
npm install
```
### Compiles and hot-reloads for development
```sh
npm run serve
```
### Compiles and minifies for production
```sh
npm run build
```
### Run your tests
```sh
npm run test
```
### Lints and fixes files
```sh
npm run lint
```
## Build Docker image
```sh
docker build --build-arg VUE_APP_CLIENT_URL=https://getlarge.eu --build-arg VUE_APP_LOGGER_LEVEL=2 -t frontin .
```
## Create TLS certificate
```sh
# use sudo if your user is not in docker group
./scripts/helper.sh -c init
# when ready for prod
./scripts/helper.sh -c init -e production getlarge.eu ed@getlarge.eu docker-compose.yml
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).