| docker | ||
| public | ||
| src | ||
| .browserslistrc | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| babel.config.js | ||
| docker-compose.yml | ||
| Makefile | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vue.config.js | ||
| yarn.lock | ||
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