- Lunch time
- Breaks
- Power strips
- Pair with your neighbor!!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"cmd": ["node", "$file"], | |
"selector": "source.js" | |
} |
I hereby claim:
- I am looselytyped on github.
- I am looselytyped (https://keybase.io/looselytyped) on keybase.
- I have a public key ASC7Jmb-5IDPJYa7kWV1zTRYIQj6F8g5cTMkfrePyFmZAAo
To claim this, I am signing this object:
- Open Style Guide
- If you are using VS Code then make sure the following settings are put in place
"editor.formatOnSave": true,
"editor.insertSpaces": true,
An updated one using Vue3 can be found here
- Link to this Gist itself - https://tinyurl.com/vue2-workshop
- Repository resides here - https://github.com/looselytyped/web-apps-with-vue
- Vue and Vue-CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- BLATANTLY STOLEN FROM https://getbootstrap.com/docs/4.1/examples/cover/ --> | |
<title>Docker Workshop</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> | |
<style> | |
/* |
You will need Docker installed! Here is a link to get you started. Proceed after you are done installing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- BLATANTLY STOLEN FROM https://getbootstrap.com/docs/4.1/examples/cover/ --> | |
<title>Containers in 3 weeks</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> | |
<style> | |
/* |
- Repository resides here - https://github.com/looselytyped/web-apps-with-vue3
- Link to this Gist - https://gist.github.com/looselytyped/3374c6803523164c373d768f316a1a49
- Getting started with
create-vue
- What do you have in the project you cloned?