Skip to content

Instantly share code, notes, and snippets.

@WrathOfZombies
Created April 19, 2017 23:55
Show Gist options
  • Save WrathOfZombies/5c4e38e0bfdd2cc7891e8efc87bdddae to your computer and use it in GitHub Desktop.
Save WrathOfZombies/5c4e38e0bfdd2cc7891e8efc87bdddae to your computer and use it in GitHub Desktop.
Shared with Script Lab
name: Blank snippet
description: ''
host: WEB
api_set: {}
script:
content: |
$("#run").click(run);
function run() {
console.log("Your code goes here");
}
language: typescript
template:
content: |
<button id="run" class="ms-Button">
<span class="ms-Button-label">Run</span>
</button>
language: html
style:
content: "/* Your style goes here */\r\n"
language: css
libraries: |
# CSS Libraries
office-ui-fabric-js@1.4.0/dist/css/fabric.min.css
# NPM libraries
core-js@2.4.1/client/core.min.js
@microsoft/office-js-helpers@0.6.0/dist/office.helpers.min.js
jquery@3.1.1
# IntelliSense: @types/library or node_modules paths or URL to d.ts files
@types/core-js
@microsoft/office-js-helpers/dist/office.helpers.d.ts
@types/jquery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment