This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
-
VS Code + Vue - Official (previously Volar) and disable Vetur
-
Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.
This simulates the behaviour with our reverse proxy servers on dev and prod
#install dependencies
sudo apt update
sudo apt install nginx
sudo apt install docker
#start services
sudo service docker start
sudo service nginx start
#apply nginx config
sudo cp default /etc/nginx/sites-enabled
sudo service nginx restart
#build and run container
docker build -t vue:test .
docker run --rm -it -p 6003:6003 vue:testThe application would be accessible through http://localhost:6003.
To access application through nginx http://localhost:81/visits-alpha.