Deploying a Vue project on Netlify
The easiest way to deploy your project
0. What is Netlify
?
Netlify
?
Netlify is an all-in-one platform for automating modern web projects.
Replace your hosting infrastructure, continuous integration, and deployment pipeline with a single workflow.
1. Login to your Netlify
account
Netlify
account
Login with
Github
is recommended
2-1. Manual deploy
2-1-1. Build your project
Check the dist/
dist/
2-1-2. Drag & drop your dist/
to Netlify
dist/
to Netlify

Drop your
dist/
to the dotted box
2-1-3. DONE
but it's not exactly over yet
Your website has been deployed
But, you cannot auto publish your project in this way
You'll have to drag & drop your project every single time your project changed
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
1. Build command
2. Publish directory
2-2-4. Deployment succeed
Deploys from master branch are published automatically since auto publishing is on
3. Environment settings
Control the environment your site builds in and/or gets deployed to.
3-1. Environment variables
Set environment variables for your build script and add-ons
ex)
image-20200603103205405
Last updated
Was this helpful?