This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Create Docker Container:
Note: If Recommended IDE Setup used then use Open Folder in Container
$ cd .devcontainer
$ docker-compose up
docker exec -it newsapi_nodejs bashInstall the npm dependencies:
$ npm installServe project on localhost:
$ npm run devBuild project:
$ npm run build