uppy.io
Getting Started - Uppy
https://uppy.io/guide/index.html
Uppy is in development, some features are unavailable and things may break. NPM is the recommended installation method when building large scale apps with Uppy. It pairs nicely with a CommonJS module bundler such as Webpack. Npm install uppy - save. 123; Core, DragDrop, Tus10 } from. Use(DragDrop, { target. Use(Tus10, { endpoint. Warning: bundling with `require` will currently include the whole Uppy package, with all plugins. If you want to pick and choose, use `import`. Add CSS uppy.min.css.
ionicframework.de
Ionicframework.de - Ionic 2 Build Prozess
http://www.ionicframework.de/news/ionic-2-build-prozess
Deutsche Community des Ionic SDK. Einfache Entwicklung für unterschiedliche Plattformen dank Hybrid Apps. Mit vertrauten Technologien wie HTML5, CSS3 und Javascript. News: Ionic 2.2.0 veröffentlicht. Ionic 2 Build Prozess. Passend zum gestrigen Halloween-Tag hat das Ionic Team sich zu einem gruseligen Thema geäußert: Der Build Prozess in Ionic 2. Was das Team aus meiner Sicht richtig gemacht hat, ist seit der RC-Version das Build-System in ein eigenes NPM-Package. Was kann man nun empfehlen zu nutzen?
andrewhfarmer.com
Anatomy of a Static Site
http://andrewhfarmer.com/static-site-anatomy
Modern JS with React. Anatomy of a Static Site. November 17, 2016. Kind of web site because they don’t have a traditional server. The only server that is involved is a static asset server which you don’t have to monitor or maintain. Can have a lot of. Implemented in JavaScript on the client. This makes them not really static sites at all - perhaps they should be called. That functionality is usually created with complex tools like. Using these tools effectively is far from simple. Cheap) and GitHub Pages.
andrewhfarmer.com
Webpack Loader Variations
http://andrewhfarmer.com/webpack-loader-variations
Modern JS with React. September 19, 2016. There are multiple ways to specify Webpack loaders. If you havent seen them all, Webpack configs may be confusing. Webpack 2 wont help the situation - it adds still one more way to specify loaders. To explain these different approaches, Ill show you 7 ways to write the same exact loader configuration. This particular configuration passes. Files through the postcss-loader. So here they are - seven equivalent, but different, webpack loader configs:. Good question&#...
github.com
GitHub - krux/postscribe: Asynchronously write javascript, even with document.write.
https://github.com/krux/postscribe
Asynchronously write javascript, even with document.write. Use Git or checkout with SVN using the web URL. Aug 18, 2016. Chore(package): update webpack to version 1.13.2. Failed to load latest commit information. Test(write-tests): improve write-comparor to finish more reliably. May 2, 2016. Test(write-tests): improve write-comparor to finish more reliably. May 2, 2016. Chore(coverage): publish coverage to codeclimate (. Apr 28, 2016. Docs(LICENSE): update date in LICENSE. Apr 28, 2016. Apr 19, 2016.
hack.limbicmedia.ca
Using Lodash and UnderscoreJS with Ionic 2 RC0
http://hack.limbicmedia.ca/using-lodash-and-underscorejs-with-ionic-2-rc0
Hack w/ Limbic Media. Interactive Electronica and IoT. Was created by the developers and engineers at Limbic Media. To share their knowledge and experiences with DIY and hacker community-at-large. Using Lodash and UnderscoreJS with Ionic 2 RC0. Or, "Straight out of Lodash". This is a quick guide to getting Lodash or UnderscoreJS working in your Ionic 2 RC0 project. Update: December 23, 2016. Import from 'lodash';. And the typings may matter more for your own IDE. And a good counterpoint. Ionic 2 uses Ang...
mathigon.io
Mathigon.io
http://mathigon.io/slate
Discover the open source JavaScript libraries that power Mathigon. Combining functions for DOM manipulation, animations, events handling, UI elements and mathematics, they make web development for modern browsers fun and easy. Explore Source on GitHub. Mathigon.io is home to four different JavaScript libraries designed for high performance and fast development:. Is a collection of universal helper functions and utility classes. Contains efficient mathematics, statistics and geometry functions. For improv...
locutus.io
Go's strings.Index in JavaScript | Locutus
http://locutus.io/golang/strings/Index
Gos strings.Index in JavaScript. Here’s what our current JavaScript equivalent to Go's strings.Index. Discuss at: http:/ locutus.io/golang/strings/Index. Original by: Kevin van Zonneveld (http:/ kvz.io). Example 1: Index('Kevin', 'K'). Example 2: Index('Kevin', 'Z'). You you can install via. And require it via. You could also require the. Module in full so that you could access. If you intend to target the browser, you can then use a module bundler such as Browserify. If you fancy a challenge, we'd love ...