Simple Coming Soon Template
Demo: https://coming-soon-template-vuejs.netlify.app/
Project setup
npm install
Installation
cp .env.example .env
Initial Configuration
- 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).
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build