Skip to content

KashDev00/vue-test

Repository files navigation

Vue 3 + TypeScript + Vite

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.

Recommended Setup

  • 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.

Running With Nginx

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:test

The application would be accessible through http://localhost:6003.

To access application through nginx http://localhost:81/visits-alpha.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors