ng new playground
npm i -s uikit
npm i -s jquery
npm i -D @types/jquery
Last active
November 15, 2017 03:14
-
-
Save xgenvn/a48c9369db1a451f5506d9b201b79eb4 to your computer and use it in GitHub Desktop.
Use UIkit in angular5 cli based project
"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