0.3.4 • Published 2 years ago

uik-framework v0.3.4

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

UIK Framework

Keep a Changelog v0.3.4 badge Version 0.3.4 Badge MIT License Badge

Follow Step by Step Integration Below

  • Install
  • Install Package
  • Global Dependencies
  • Modifications
  • Build / Compile
  • View Compiled Files
  • Include Files in your project
  • Slack Support
  • Documentation / Demo

Install

npm init

type this in your project assets folder, it will crete a package.json file

"dependencies": {
	"uik-framework": "^0.3.4"
},

Add the dependencies in your project folder Then Run

yarn install

Install Package

npm install uik-framework --save

Install Global Dependencies

npm install -g webpack
npm install -g webpack-cli
npm install -g browserify (Browserify)
npm install -g uglify-js (Uglify JS)
npm install -g uglifycss (Uglify Css)

Modifications

You can modify which files you want to keep in the dist. Files can be found in /lib folder.

Build / Compile

Either directly use scss as reuqired OR Run this command for CSS & JS compilation

/uik-framework> webpack --config webpack.config.js

View Compiled Files

All files will be added in /dist folder

Include Files in your project

Copy and Paste /lib from package inside your project Add them in your SCSS Production OR Add them in our HTML Document

<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

<!-- UIK Framework-->
<link rel="stylesheet" type="text/css" href="dist/uik.bundle.min.css">
<script src="dist/uik.bundle.min.js"></script>

OR

"styles": [
	"../node_modules/uik-framework/src/dist/css/uik.bundle.min.css"
],
"scripts": [
	"../node_modules/uik-framework/src/dist/js/uik.bundle.min.js"
],

Slack Support

Free to join my slack #uik-framework

Documentation / Demo

uik-framework.com

0.3.4

2 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

1.0.0

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago