Skip to content

nawajar/docker-vite-vue3

Repository files navigation

nweb

Docker ship vite + vue3 environment injection.

example

docker build -t vweb:1.0 .
docker run -p 80:80 -e APP_TITLE='passing1235e' vweb:1.0

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published