This is our tech blog website application.
Please visit our blog site.
This is a real-world example of Nuxt3 application with the following features.
- nuxt3(vue3)
- typescript
- tailwindcss
- sass
- eslint
- prettier
- commitlint
- vue-gtag-next
- sitemap
- atom fee
- google-adsense
% IMAGE=tech-blog-web:latest
% docker build -t ${IMAGE} --build-arg GOOGLE_ADSENSE_ID=${GOOGLE_ADSENSE_ID:-ca-google} --build-arg GOOGLE_ADSENSE_TEST_MODE=${GOOGLE_ADSENSE_TEST_MODE:-true} .
% docker run --rm -p 3000:3000 ${IMAGE}
archive
# after build docker image, you can archive built artifacts by the following command.
% docker run -it -v `pwd`/.build:/tmp/.build ${IMAGE} tar czf /tmp/.build/tech-blog-web.tar.gz /tech-blog-web