Skip to content

Instantly share code, notes, and snippets.

@ralbu
ralbu / gist:4f2b9dbec1cadf6b27c32831af2d3613
Created January 21, 2017 15:22
Aurelia router config
App.html
<template>
<h1>${message}</h1>
<h2>Routes here</h2>
<router-view></router-view>
</template>
app.js
export class App {
constructor() {
@ralbu
ralbu / WebsiteWithSettings.json
Created October 16, 2015 14:10
Azure Website with application settings
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"siteName": {
"type": "string"
},
"hostingPlanName": {
"type": "string"
},