Skip to content

Instantly share code, notes, and snippets.

@xgenvn
Last active November 15, 2017 03:14
Show Gist options
  • Select an option

  • Save xgenvn/a48c9369db1a451f5506d9b201b79eb4 to your computer and use it in GitHub Desktop.

Select an option

Save xgenvn/a48c9369db1a451f5506d9b201b79eb4 to your computer and use it in GitHub Desktop.
Use UIkit in angular5 cli based project
ng new playground
npm i -s uikit
npm i -s jquery 
npm i -D @types/jquery
"scripts": [
      "../node_modules/jquery/dist/jquery.min.js",
      "../node_modules/uikit/dist/js/uikit.min.js",
      "../node_modules/uikit/dist/js/uikit-icons.min.js"],
import { Component } from '@angular/core';
declare var UIkit: any;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment