프로젝트/SELOWA

[배포] vue netlify

빙빙 2021. 6. 25. 10:26

https://www.netlify.com/

 

Netlify: Develop & deploy the best web experiences in record time

A powerful serverless platform with an intuitive git-based workflow. Automated deployments, shareable previews, and much more. Get started for free!

www.netlify.com

에 들어가서 가입하고 로그인한다.

 

프로젝트 파일을 연다.

django와 연결하기 위해서 .env.local파일에서 연결주소를 https://주소를 넣어주면 된다. 

npm run build를 터미널에 입력하면

dist라는 폴더가 생성되는데 이 파일을 

Sites라는 배너클릭하면 드래그하는 곳이 있다 거기에 dist파일을 넣어주면 끝!