Go to file
2022-05-28 12:36:45 +00:00
docker Implement CI/CD 2022-05-28 12:36:45 +00:00
public Add vuejs and port all contents to it 2022-05-26 21:55:37 +02:00
src Implement CI/CD 2022-05-28 12:36:45 +00:00
.browserslistrc Add vuejs and port all contents to it 2022-05-26 21:55:37 +02:00
.dockerignore Add Makefile 2022-05-28 11:16:22 +02:00
.editorconfig Add Makefile 2022-05-28 11:16:22 +02:00
.eslintrc.js Implement CI/CD 2022-05-28 12:36:45 +00:00
.gitignore Add vuejs and port all contents to it 2022-05-26 21:55:37 +02:00
.gitlab-ci.yml Implement CI/CD 2022-05-28 12:36:45 +00:00
babel.config.js Implement CI/CD 2022-05-28 12:36:45 +00:00
docker-compose.yml Add vuejs and port all contents to it 2022-05-26 21:55:37 +02:00
Makefile Implement CI/CD 2022-05-28 12:36:45 +00:00
package.json Add luxon 2022-05-27 22:50:52 +02:00
README.md Fix production build pipeline 2022-05-26 23:28:49 +02:00
tsconfig.json Add support for resolving json imports 2022-05-27 22:51:08 +02:00
vue.config.js Implement CI/CD 2022-05-28 12:36:45 +00:00
yarn.lock Implement CI/CD 2022-05-28 12:36:45 +00:00

Personal Website

This is the repository for Daniel's personal website.

Project setup

Dependencies are read and installed from package.json upon application start or build.

Compiles and hot-reloads for development

docker-compose up vue

Compiles and minifies for production

docker build -t daniel-website/nginx:dev -f docker/nginx/Dockerfile .

Lints and fixes files

docker-compose exec vue yarn lint

Customize configuration

See Configuration Reference.