Deploying a Vue project on Netlify
0. What is Netlify ?
Netlify ?1. Login to your Netlify account
Netlify account2-1. Manual deploy
2-1-1. Build your project
npm run buildCheck the dist/
dist/2-1-2. Drag & drop your dist/ to Netlify
dist/ to Netlify2-1-3. DONE
2-2. Continuous Deployment
2-2-1. Choose the Git provider & connect
2-2-2. Pick a repository
2-2-3. Build options, and deploy
Fill out basic build settings
2-2-4. Deployment succeed
3. Environment settings
3-1. Environment variables
PreviousUsing AWS S3 to Store Static Assets on HerokuNextDeploying a Django-Vue application on AWS EC2 using NGINX
Last updated