Skip to content

kgkanatsios/coming-soon-template-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Coming Soon Template

Demo: https://coming-soon-template-vuejs.netlify.app/

Netlify Status

Project setup

npm install

Installation

cp .env.example .env

Initial Configuration

  1. Set the value of VUE_APP_TITLE variable.
  2. Set the value of VUE_APP_DISCLAIMER_FIRST_LINE variable.
  3. Set the value of VUE_APP_DISCLAIMER_SECOND_LINE variable.
  4. Set the value of VUE_APP_FACEBOOK variable.
  5. Set the value of VUE_APP_YOUTUBE variable.
  6. Set the value of VUE_APP_INSTAGRAM variable.
  7. Set the value of VUE_APP_LINKEDIN variable.
  8. Set the value of VUE_APP_GA_ID variable (ID for Google Analytics).
  9. 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