All Projects → FineUploader → bower-dist

FineUploader / bower-dist

Licence: MIT license
A bower build for FineUploader/fine-uploader

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to bower-dist

Erpnext
Free and Open Source Enterprise Resource Planning (ERP)
Stars: ✭ 10,220 (+56677.78%)
Mutual labels:  distribution
Reliable
mq transaction, tcc, eventually consistency. tx life cycle: all listeners handled, if necessary, produce next message
Stars: ✭ 187 (+938.89%)
Mutual labels:  distribution
distribution-cheatsheet
📈📄👀A lookup repo for a variety of discrete and continuous distributions (incl. Beta, Binomial, Cauchy, Chi-squared, Geometric, Hypergeometric, Normal & Poisson)
Stars: ✭ 43 (+138.89%)
Mutual labels:  distribution
Distribution Is All You Need
The basic distribution probability Tutorial for Deep Learning Researchers
Stars: ✭ 1,109 (+6061.11%)
Mutual labels:  distribution
Build
Armbian Linux build framework
Stars: ✭ 1,827 (+10050%)
Mutual labels:  distribution
Ataraxia
Simple and lightweight source-based multi-platform Linux distribution with musl libc.
Stars: ✭ 226 (+1155.56%)
Mutual labels:  distribution
Pyscaffold
🛠 Python project template generator with batteries included
Stars: ✭ 1,022 (+5577.78%)
Mutual labels:  distribution
commons-statistics
Statistics
Stars: ✭ 35 (+94.44%)
Mutual labels:  distribution
Distro
A much more elaborate, renewed alternative implementation for Python's platform.linux_distribution()
Stars: ✭ 158 (+777.78%)
Mutual labels:  distribution
Stanford Cme 106 Probability And Statistics
VIP cheatsheets for Stanford's CME 106 Probability and Statistics for Engineers
Stars: ✭ 242 (+1244.44%)
Mutual labels:  distribution
Typo3 Cms Speciality Distribution
Bootstrap Package for TYPO3 CMS
Stars: ✭ 83 (+361.11%)
Mutual labels:  distribution
Open social
Open Social install profile Drupal 8
Stars: ✭ 128 (+611.11%)
Mutual labels:  distribution
Forest
分布式任务调度平台,分布式,任务调度,schedule,scheduler
Stars: ✭ 231 (+1183.33%)
Mutual labels:  distribution
Ggeconodist
📉 Create Diminutive Distribution Charts
Stars: ✭ 53 (+194.44%)
Mutual labels:  distribution
pimod
Reconfigure Raspberry Pi images with an easy, Docker-like configuration file
Stars: ✭ 94 (+422.22%)
Mutual labels:  distribution
Openy
The Open Y platform. See README.md below
Stars: ✭ 45 (+150%)
Mutual labels:  distribution
Pke
PKE is an extremely simple CNCF certified Kubernetes installer and distribution, designed to work on any cloud, VM or bare metal.
Stars: ✭ 211 (+1072.22%)
Mutual labels:  distribution
enmSdm
Faster, better, smarter ecological niche modeling and species distribution modeling
Stars: ✭ 39 (+116.67%)
Mutual labels:  distribution
DotNetFramework.CAP
DotNetFramework.CAP 是一个基于 .NET Framework的 C# 库,它是一种处理分布式事务的解决方案,基于DotNetCore.CAP修改。
Stars: ✭ 23 (+27.78%)
Mutual labels:  distribution
My Review
主要存放平时理论学习,比如java jdk源码分析、并发理论;面试、数据库、Linux、中间件、分布式、网络协议等方向
Stars: ✭ 237 (+1216.67%)
Mutual labels:  distribution

Fine Uploader

Bower license

Documentation | Examples | Support | Blog | Changelog


Bower distribution build of Fine Uploader

Usage

First, download Fine Uploader:

bower install fine-uploader --save

Then, simply reference the necessary JavaScript files on your HTML page:

<script src="/bower_components/fine-uploader/dist/fineuploader.min.js"></script>
<link href="/bower_components/fine-uploader/dist/fineuploader.min.css" type="text/css">

Enjoy


Updating or building manually

You normally should not have to do this, but you can also build this distribution yourself by following the steps in this section.

Prepping (getting fine-uploader)

$ git clone --recursive https://github.com/FineUploader/bower-dist.git

OR, if you already cloned this repo;

$ cd fineuploader-dist
$ git pull origin

Building

In your terminal please navigate to where the project is cloned

$ ./build.sh <version> # e.g: ./build.sh 5.11.8

NOTE:

  • The build will automaticaly install node dependencies if the node_modules directory does not exist.

  • If for some reason you would like to reinstall the dependencies use --reinstall-dep to remove existing node_modules directory first. After that execute the following command:

     $ ./build.sh <version> --reinstall-dep

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].