Demo: https://coming-soon-template-vuejs.netlify.app/
npm install
cp .env.example .env
- Set the value of
VUE_APP_TITLE
variable. - Set the value of
VUE_APP_DISCLAIMER_FIRST_LINE
variable. - Set the value of
VUE_APP_DISCLAIMER_SECOND_LINE
variable. - Set the value of
VUE_APP_FACEBOOK
variable. - Set the value of
VUE_APP_YOUTUBE
variable. - Set the value of
VUE_APP_INSTAGRAM
variable. - Set the value of
VUE_APP_LINKEDIN
variable. - Set the value of
VUE_APP_GA_ID
variable (ID for Google Analytics). - Set the value of
VUE_APP_GTAG_ID
variable (ID for Google Global site tag).
npm run serve
npm run build