Skip to content

Path to prod for karta workshop- VueJS, CircleCI, Heroku

Notifications You must be signed in to change notification settings

worthington10TW/hello-karta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Complete
CircleCI CircleCI

What are we building?

A path to your own production! Pipeline

Why are we building it?

A CI/CD pipeline helps you automate steps in your software delivery process, such as initiating code builds, running automated tests, and deploying to a staging or production environment. Automated pipelines remove manual errors, provide standardized feedback loops and enable fast product iterations.

During this session we will create, test, build, run, deploy a VueJS app.

You build it, you run it.

Stack

  • VueJS
  • Mocha
  • Cypress
  • CircleCI
  • Heroku
  • Powershell/ Bash

Prerequisites

Come to the session with your machine ready for action! Sign up and install the bellow.

Accounts

  • GitHub
  • Heroku
  • CircleCI

Tools

Validate tools are installed

vue --version
heroku --version
git --version
docker --version
node --version
npm --version
curl --version

The output should look something like this Versions

Vue cheatsheet

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

About

Path to prod for karta workshop- VueJS, CircleCI, Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published