This file contains 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
import Vue from 'vue'; | |
import { plugin } from 'vue-function-api'; | |
import { value } from 'vue-function-api'; | |
Vue.use(plugin); | |
export const counter = value(0); | |
export const image = value(''); | |
export const pressMe = () => { |
This file contains 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
//Program With Erik | |
const games = ['legend', 'pokemon', 'fortnite', 'blah'] | |
games.forEach(val=> { | |
if(val === 'legend'){ | |
console.log('legends') | |
} else if(val === 'pokemon') { |
This file contains 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> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>My Test App</title> | |
<script src="https://unpkg.com/vue"></script> | |
</head> | |
<body> |
This file contains 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> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<script src="https://unpkg.com/vue"></script> | |
<title>Event this.$listener example</title> | |
<style> |
- https://www.youtube.com/channel/UCa1zuotKU4Weuw_fLRnPv0A/playlists
- https://confreaks.tv/videos/chainreact2018-animate-everything
- https://www.youtube.com/user/OreillyMedia/featured
- https://www.youtube.com/user/GoogleDevelopers/featured
- https://github.com/hellerve/programming-talks#javascript
- https://www.youtube.com/channel/UCwpSzVt7QpLDbCnPXqR97-g/playlists