Skip to content

kumanote/corporate-web-site

Repository files navigation

About this project

This is our official corporate website application.

Please visit our homepage.

Technical information

This is a real-world example of Nuxt3 application with the following features.

Docker build & run

% 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

About

kumanote LLC. corporate web site application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages