Skip to content

Instantly share code, notes, and snippets.

View joelclimbsthings's full-sized avatar

Joel Thiessen joelclimbsthings

View GitHub Profile
@joelclimbsthings
joelclimbsthings / app.html
Last active April 4, 2016 22:58
Aurelia Test
<template>
<compose view-model="test-component"></compose>
</template>
@joelclimbsthings
joelclimbsthings / app.html
Last active February 13, 2017 16:23
Aurelia Test
<template>
<div class="page-host">
<router-view></router-view>
</div>
<compose view-model="test-component"></compose>
</template>
<!DOCTYPE html>
<html>
<head>
<title>Config All The Things</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body aurelia-app>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hello world!</h1>
<script src="script.js"></script>