This is our official corporate website application.
Please visit our homepage.
This is a real-world example of Nuxt3 application with the following features.
- nuxt3(vue3)
- typescript
- tailwindcss
- sass
- eslint
- prettier
- commitlint
- i18n(internationalization)
- vue-gtag-next
- sitemap
% IMAGE=corporate-web-site:latest
% docker build -t ${IMAGE} .
% 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/corporate-web-site.tar.gz /corporate-web-site