Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 691 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 691 Bytes

Testing with VUE.JS

Vue app generated with vue cli and routes. This app is deployed in two sites:

To build for GitLab:

$ npm run build 
  • Commit changes into master branch and push chages to the repository (https://github.com/antonelepfl/testghpages)
  • Go to GitLab project (this project is a mirror from the github above).
  • Click on Commits
  • Update (from mirror repository)
  • Run pipeline form Master

To build for Firebase

$ npm run firebase 
  • Login in and deploy firebase with (firebase-cli installed)
$ sudo npm install -g firebase-cli 
$ firebase login:cl
$ firebase deploy