# awesome-vue
**Repository Path**: 5vbear/awesome-vue
## Basic Information
- **Project Name**: awesome-vue
- **Description**: No description available
- **Primary Language**: NodeJS
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2016-03-28
- **Last Updated**: 2024-11-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Awesome Vue.js [](https://github.com/sindresorhus/awesome)
> A curated list of awesome things related to Vue.js
- [Official Resources](#official-resources)
- [External Resources](#external-resources)
- [Community](#community)
- [Podcasts](#podcasts)
- [Official Examples](#official-examples)
- [Tutorials](#tutorials)
- [Development Tools](#development-tools)
- [Syntax Highlighting](#syntax-highlighting)
- [Snippets](#snippets)
- [Libraries & Plugins](#libraries--plugins)
- [Routing](#routing)
- [Ajax/Data](#ajaxdata)
- [State Management](#state-management)
- [Validation](#validation)
- [UI Components](#ui-components)
- [i18n](#i18n)
- [Examples](#examples)
- [Boilerplates](#boilerplates)
- [Scaffolding](#scaffolding)
- [Integrations](#integrations)
- [General Plugins/Directives](#general-pluginsdirectives)
- [Projects Using Vue.js](#projects-using-vuejs)
- [Open Source](#open-source)
- [Apps/Websites](#appswebsites)
- [Interactive Experiences](#interactive-experiences)
- [Enterprise Usage](#enterprise-usage)
### Official Resources
- [Official Guide](http://vuejs.org/guide/)
- [API Reference](http://vuejs.org/api/)
- [GitHub Repo](https://github.com/vuejs/vue)
- [Release Notes](https://github.com/vuejs/vue/releases)
### External Resources
- [Vue.js資料まとめ(for japanese)](https://gist.github.com/hashrock/f575928d0e109ace9ad0) by @hashrock
### Community
- [Twitter](https://twitter.com/vuejs)
- [Gitter Chat Room](https://gitter.im/vuejs/vue)
- [Official Forum](http://forum.vuejs.org/)
- [vue-requests](https://github.com/simplesmiler/vue-requests) - Request a Vue.js module you wish existed or get ideas for modules
### Podcasts
- [Full Stack Radio #30 (11-23-2015)](http://www.fullstackradio.com/30)
- [JavaScript Jabber #187 (11-25-2015)](https://devchat.tv/js-jabber/187-jsj-vue-js-with-evan-you)
- [Changelog #184 (11-27-2015)](https://changelog.com/184/)
- [Software Engineering Daily (12-29-2015)](http://softwareengineeringdaily.com/2015/12/29/front-end-javascript-with-evan-you/)
### Official Examples
- [Basic Examples](http://vuejs.org/guide/)
- [Vue.js TodoMVC](https://github.com/vuejs/vue/tree/dev/examples/todomvc)
- [CoffeeScript Version](https://github.com/anfelor/TodoMVC-CoffeeScript-and-Vue.js)
- [Vue.js HackerNews Clone](https://github.com/vuejs/vue-hackernews)
### Tutorials
- [Vue.js screencasts](https://laracasts.com/series/learning-vue-step-by-step) on Laracasts
- [What's New in Vue.js 1.0](http://www.sitepoint.com/whats-new-in-vue-js-1-0/) on Sitepoint
- [Build an App with Vue.js: From Authentication to Calling an API](https://auth0.com/blog/2015/11/13/build-an-app-with-vuejs/) on Auth0 blog
- [Create a GitHub File Explorer Using Vue.js](https://scotch.io/tutorials/create-a-github-file-explorer-using-vue-js) on Scotch.io
- [Vue.js Tutorial](http://vegibit.com/vue-js-tutorial/) on Vegibit
- [Vue.js build set-up from scratch with webpack, vue-loader and hot reload](http://skyronic.com/2015/12/28/vue-project-scratch/)
- [Vuex basics: Tutorial and explanation](http://skyronic.com/2016/01/03/vuex-basics-tutorial/)
- [Vuex introduction video - James Browne from London Vue.js Meetup #1](https://www.youtube.com/watch?v=l1KHL-TX3qs)
- [Vue.js 中文系列视频教程](https://laravist.com/series/vue-js-1-0-in-action-series) on Laravist
- [Vue.js: The Basics](http://coligo.io/vuejs-the-basics/) on Coligo.io
- [Practical Intro to Components in Vue.js](http://coligo.io/vuejs-components) on Coligo.io
- [Develop a Reactive Invoice App using Vue.js](http://craigmckenna.com/develop-a-reactive-invoice-app-using-vue-js/) on craigmckenna.com
- [Understanding Filters in Vue.js](http://coligo.io/vuejs-filters/) on Coligo.io
- [Hybrid App Example with Laravel and Vue.js in portuguese](https://www.youtube.com/watch?v=TGSJjDahlrQ) by @vedovelli
- [Creating a Markdown Editor with VueJs and GitHub's API](http://coligo.io/markdown-editor-vuejs/) on Coligo.io
- [Building a Real-Time Web Analytics Dashboard with NodeJs, Socket.io, and VueJs](http://coligo.io/real-time-analytics-with-nodejs-socketio-vuejs/) on Coligo.io
#### 0.12 and earlier
- [Vue.js screencasts](https://laracasts.com/series/learning-vuejs) on Laracasts 0.12
- [Build an App with Vue.js](https://scotch.io/tutorials/build-an-app-with-vue-js-a-lightweight-alternative-to-angularjs) on Scotch.io 0.12
- [Getting Started with Vue.js](http://www.sitepoint.com/getting-started-with-vue-js/) on Sitepoint 0.12
- [Vue.js video series in portuguese](http://forum.vuejs.org/topic/49/vue-js-video-series-in-portuguese) 0.12
- [Vue.js video series in russian](http://ausite.ru/category/js/vue-js) on Ausite 0.12
- [A Quick Introduction to Vue.js](http://mattsparks.com/a-quick-introduction-to-vue-js/) by Matt Sparks 0.12
- [Getting Started with Vue.js + vue-router](https://www.youtube.com/watch?v=QN7l3ydXvx0) by Michael Calkins 0.12
- [Many JS Frameworks but Vue.js Is Different](http://taha-sh.com/blog/many-js-frameworks-but-vuejs-is-different) by Taha Shashtari 0.12
- [Getting Started with Vue.js - AngularJS perspective](http://fadeit.dk/blog/post/getting-started-with-vuejs-angularjs-perspective) by Dan Mindru 0.11
### Development Tools
- [vue-cli](https://github.com/vuejs/vue-cli): official CLI for scaffolding Vue.js projects.
- [vue-loader](https://github.com/vuejs/vue-loader) - Vue component loader for Webpack.
- [vue-loader-example](https://github.com/vuejs/vue-loader-example)
- [vueify](https://github.com/vuejs/vueify) - Vue component transform for Browserify.
- [vueify-example](https://github.com/vuejs/vueify-example)
- [vue-devtools](https://github.com/vuejs/vue-devtools) - Chrome devtools extension for debugging Vue applications.
- [grunt-vueify](https://github.com/SkewedAspect/grunt-vueify) - Translate `.vue` files to pure JavaScript, without using Browserify. (Useful for Electron apps)
- [vue-compiler](https://github.com/paulpflug/vue-compiler) - A simple CLI wrapper around vueify
- [vue-autocompile](https://atom.io/packages/vue-autocompile) - Atom.io package to compile `.vue` files on save.
- [vue-dev-server](https://github.com/paulpflug/vue-dev-server) - A small webpack-based development server for building standalone `vue` components
- [vue-go-cli](https://github.com/rodzzlessa24/vue-go-cli) - a CLI tool for scaffolding new projects generating components, services, and mixins.
- [brunch-vue](https://github.com/nblackburn/vue-brunch) - Adds support to Brunch for pre-compiling single file Vue components.
- [vueify-extract-css](https://github.com/rawcreative/vueify-extract-css) - Browserify plugin to extract css from Vueify-compiled single file components to a separate css file.
### Syntax Highlighting
- [Sublime Text](https://github.com/vuejs/vue-syntax-highlight)
- [Atom](https://atom.io/packages/language-vue) by @hedefalk
- [Atom (2)](https://atom.io/packages/language-vue-component) by @CYBAI
- [Vim](https://github.com/posva/vim-vue) by @darthmall and @posva
- [Visual Studio Code](https://marketplace.visualstudio.com/items/liuji-jim.vue) by Jim Liu
- [Brackets](https://github.com/pandao/brackets-vue) by @pandao
- [IntelliJ IDEA / WebStorm](https://github.com/henjue/vue-for-idea) by @henjue
### Snippets
- [vue-snippets](https://atom.io/packages/vue-snippets) for Atom.io by [@ealves-pt](https://github.com/ealves-pt)
### Libraries & Plugins
- #### Routing
- [vue-router](https://github.com/vuejs/vue-router) - Official router for building SPAs. 1.0 compatible
- [Vue view](https://github.com/molforp/vue-view), ui-router inspired routes (with states), based on pagejs by @molforp
- [Vue page](https://github.com/AlexToudic/vue-page), a routing system based on pagejs by @AlexToudic
- [Vue Lanes](https://github.com/bpierre/vue-lanes), an event-based routing system for Vue by @bpierre
- [Vue route](https://github.com/ayamflow/vue-route), ng-view inspired routes for Vue by @ayamflow
- [voie](https://github.com/inca/voie) — simple router / layout manager inspired by FSMs and ui-router by [Boris Okunskiy](https://github.com/inca)1.0
- #### Ajax/Data
- [vue-resource](https://github.com/vuejs/vue-resource) - AJAX/Resource plugin maintained by the [PageKit](http://pagekit.com/) team. 1.0 compatible
- [vue-async-data](https://github.com/vuejs/vue-async-data) - Async data loading plugin 1.0 compatible
- #### State Management
- [vuex](https://github.com/vuejs/vuex) - Flux/Redux inspired application architecture for Vue.js.
- [revue](https://github.com/egoist/revue) - Redux binding for Vue by @egoist
- [vue-redux](https://github.com/yang-wei/vue-redux) - Redux binding for Vue by @yang-wei
- #### Validation
- [vue-validator](https://github.com/vuejs/vue-validator) - Form validation plugin maintained by @kazupon 1.0 compatible
- [Vue validator](https://github.com/xrado/vue-validator) by @xrado
- [vue-form](https://github.com/fergaldoyle/vue-form) by @fergaldoyle 1.0 compatible
- #### UI Components
- [VueStrap](http://yuche.github.io/vue-strap/), Bootstrap components built with pure Vue.js by @yuche 1.0
- [VueBoot](http://morgul.github.io/vueboot/), Bootstrap v4 components by @Morgul 1.0
- [vue-mdl](https://github.com/posva/vue-mdl): Reusable Vue.js components using Material Design Lite. By [@posva](https://github.com/posva)
- [vue-countup](https://github.com/samcrosoft/vue-countup): A Vue.js component for the very interesting [CountUp.js](https://inorganik.github.io/countUp.js/) plugin. 1.0 compatible
- [Vue Tag Editor Component](https://github.com/hnakamur/vue.tag-editor.js) by @hnakamur
- [Vue Crop](http://pespantelis.github.io/vue-crop/)
- [Vue Typeahead](http://pespantelis.github.io/vue-typeahead/)
- [Typed select component](https://github.com/dgerber/vue-select-js) by @dgerber
- [vue-select](https://github.com/Haixing-Hu/vue-select): A Vue.js component implementing the select control with the [jQuery select2 plugin](https://github.com/select2/select2). By @Haixing-Hu
- [vue-html-editor](https://github.com/Haixing-Hu/vue-html-editor): A Vue.js component implementing the HTML editor with the [jQuery summernote plugin](https://github.com/summernote/summernote). By @Haixing-Hu
- [vue-datetime-picker](https://github.com/Haixing-Hu/vue-datetime-picker): A Vue.js component implementing the datetime picker control using the [Eonasdan's bootstrap datetime picker plugin](https://github.com/Eonasdan/bootstrap-datetimepicker). By @Haixing-Hu
- [vue-country-select](https://github.com/Haixing-Hu/vue-country-select): A Vue.js component implementing the select control used to select countries. It depends on [vue-select](https://github.com/Haixing-Hu/vue-select) and [vue-i18n](https://github.com/Haixing-Hu/vue-i18n). By @Haixing-Hu
- [Form generation from JSON Schema](https://github.com/dgerber/vue-formidable) by @dgerber
- [vue-panel](https://github.com/ericmcdaniel/vue-panel): A suite of Vue.js components for building Flexbox layouts by @ericmcdaniel
- [vue-google-maps](https://github.com/GuillaumeLeclerc/vue-google-maps/): A suite of Vue.js components to build reactive Google Maps Applications by @GuillaumeLeclerc
- [vue-transition](https://github.com/Twiknight/vue-transition): A component to trigger a CSS transition at any time by @Twiknight
- [SVG icons](http://kzima.github.io/vuestrap-icons/#/icons), SVG sprites in form of a simple `` component, by @kzima 1.0
- [Extra Vuestrap components](http://gritcode.github.io/gritcode-components/#/toast), more components built with just B4 and Vue.js, by @kzima 1.0
- [VueStrap Base Components](http://kzima.github.io/vuestrap-base-components/#/accordion), A complete set of Bootstrap 4 web components built with pure Vue.js, by @kzima 1.0
- [Vue YouTube Embed](https://github.com/kaorun343/vue-youtube-embed): a directive for Vue.js and YouTube by @kaorun343
- [Vue datepicker](https://github.com/hilongjw/vue-datepicker): calendar and datepicker component with material design for Vue.js by @hilongjw
- [vue-date-picker](https://github.com/Bubblings/vue-date-picker): A simple datepicker component for Vue.js by @Bubblings
- [vue-spinner](https://github.com/greyby/vue-spinner): A collection of loading spinners with Vue.js.
- [vue-image-loader](https://github.com/eduardostuart/vue-image-loader): Async image loader for Vue.js by @eduardostuart
- [Vue-progressbar](https://github.com/hilongjw/vue-progressbar): A lightweight progress bar for Vue.js by @hilongjw
- [vue-clusterize](https://github.com/paulpflug/vue-clusterize): Invisible pagination / clusterize in vue
- [Famous-Vue](https://github.com/irwansyahwii/Famous-Vue): Declarative Famous using Vue
- [vue-waterfall](https://github.com/MopTym/vue-waterfall): A waterfall layout component for Vue.js by @MopTym
- [vue-charts](https://github.com/haydenbbickerton/vue-charts): A Google Charts plugin for Vue.js by [@haydenbbickerton](https://github.com/haydenbbickerton)
- [vue-resize-handle](https://github.com/paulpflug/vue-resize-handle): Resize elements by dragging / uni and bidirectional
- [vux](https://github.com/airyland/vux): Mobile web UI Components based on Vue and WeUI
- [vue-select](https://github.com/sagalbot/vue-select): Simple component that implements Select2/Chosen style dropdowns with no dependencies1.0
- [Vue-slide](https://github.com/hilongjw/vue-slide): A lightweight slide component for Vue.js by @hilongjw
- [Vue-quill](https://github.com/CroudSupport/vue-quill): A Vue component implementing the [Quill](https://github.com/quilljs/quill.git) text editor by @brockreece
- [vue-pagenav](https://github.com/zxdong262/vue-pagenav): A vue pagenav plugin by [@zxdong262](https://github.com/zxdong262)
- #### i18n
- [vue-i18n](https://github.com/kazupon/vue-i18n): Internationalization plugin.
- [vue-i18n](https://github.com/Haixing-Hu/vue-i18n): A plugin providing a global interface used to localize internationalized messages used in the
- [vue-locale](https://github.com/sebastian-software/vue-locale): Advanced localization support for VueJS
- #### Examples
- [Starter Application with JWT Auth + sample backend API in Laravel](http://forum.vuejs.org/topic/39/starter-application-with-jwt-auth-sample-backend-api)
- [Node Webkit + Vue example](https://github.com/brandonjpierce/node-webkit-boilerplate) by @brandonjpierce
- [Vue Samples](https://github.com/superlloyd/VueSamples) by @superlloyd
- [HackerNews clone with vue.js + vue-router](https://github.com/kazupon/vue-router-hackernews) by @kazupon
- [Electron + Vue example](https://github.com/bradstewart/electron-boilerplate-vue) by @bradstewart
- [Single page application example (Vue + Voie)](https://github.com/inca/voie-example) by [Boris Okunskiy](https://github.com/inca)
- [Begin - Task Manager SPA written in Vue + Lumen](https://github.com/rajabishek/begin) by [Raj Abishek](https://github.com/rajabishek)
- #### Boilerplates
- [Boilerplate for Vue.js plugin ](https://github.com/kazupon/vue-plugin-boilerplate) by @kazupon
- [Boilerplate for Vue.js & Atom Electron ](https://github.com/rodzzlessa24/vue-electron) by @rodzzlessa24
- #### Scaffolding
- [vue-cli](https://github.com/vuejs/vue-cli): official CLI for scaffolding Vue.js projects.
- [Vue generator](https://github.com/BirdEggegg/generator-vue): a simple yeoman generator for Vue by @BirdEggegg
- [VENM stack yeoman generator](https://github.com/jfelsinger/generator-venm) by @jfelsinger
- [Grail Yeoman Generator](https://github.com/mustardamus/generator-grail): a advanced yeoman generator for a modern modular one page web app, extendable with Vue.js alongside other nice tools
- [VuePack](https://github.com/egoist/vuepack): A modern starter for Vue and Webpack by @egoist
- [VueWebgulp](https://github.com/rodzzlessa24/vue-webgulp): A skeleton app using Vuejs, Gulp, and Webpack by @rodzzlessa24
- [Vuetober](https://github.com/scottbedard/oc-vuetober-theme): SPA scaffolding for October CMS
- [vue-go-cli](https://github.com/rodzzlessa24/vue-go-cli) - a CLI tool for scaffolding new projects generating components, services, and mixins.
- [Brunch with Vue](https://github.com/nblackburn/brunch-with-vue) - A skeleton application utilizing vue, vuex, vue-resource and vue-router.
- #### Integrations
- [Vue for Meteor](https://github.com/zhouzhuojie/meteor-vue) by @zhouzhuojie
- [ScalaJS bindings for Vue.js](https://github.com/fancellu/scalajs-vue) by @fancellu
- [Socketize Backend](https://github.com/Socketize/vue.js-plugin): Sync your model data to Socketize backend automatically. By [@Socketize](https://github.com/Socketize)
- [Vue-Meteor-Data](https://github.com/Grottolabs/vue-meteor-data) Two-way-reactivity mixin for Vue and Meteor by @JakobRosenberg
- [Vue Proerty Decorator](https://github.com/kaorun343/vue-property-decorator): Property Decorators for Vue.js by @kaorun343
- #### General Plugins/Directives
- [vue-element](https://github.com/vuejs/vue-element): Register real custom elements with Vue.
- [vue-touch](https://github.com/vuejs/vue-touch): Hammer.js wrapper directives for touch gestures. (Updated for 1.0!)
- [vue-animated-list](https://github.com/vuejs/vue-animated-list): A Vue.js plugin for easily animating `v-for` rendered lists.
- [Vue placeholder directives](https://github.com/lithiumjake/vue-placeholders) by @lithiumjake
- [Vue in viewport detection directive](https://github.com/holic/vue-viewport) by @holic
- [Vue once directive](https://github.com/kewah/vue-once) by @kewah
- [Vue Modified Directive](https://github.com/KyleRoss/vue-modified) by @KyleRoss
- [Maintain scroll position on page changes](https://github.com/mark-hahn/vue-keep-scroll) by @mark-hahn
- [vue-titlecase](https://github.com/Haixing-Hu/vue-titlecase): A plugin providing a global filter and an instance method used to titlecase (different from capitalize) strings. By @Haixing-Hu
- [vue-format](https://github.com/Haixing-Hu/vue-format): A plugin providing a global filter and an instance method used to format messages with arguments. By @Haixing-Hu
application. By @Haixing-Hu
- [vue-clickaway](https://github.com/simplesmiler/vue-clickaway): Assign a method to be called whenever user clicks away from the element. By @simplesmiler
- [vue-focus](https://github.com/simplesmiler/vue-focus): Manage input focus in the MVVM-friendly way. By @simplesmiler
- [vue-transfer-dom](https://github.com/rhyzx/vue-transfer-dom): Transfer DOM to another location. by @rhyzx
- [vue-lazyload](https://github.com/hilongjw/vue-lazyload): lazyloading images. by @hilongjw
- [v-touch](https://github.com/didierfranc/v-touch): The easiest way to use Hammer.js with Vue.js and use touch gestures. by [@didierfranc](https://github.com/didierfranc) Vue.js 1.x
- [vue-mixins](https://github.com/paulpflug/vue-mixins) A collection of mixins aimed to replace some jQuery functionality
- [vue-filters](https://github.com/paulpflug/vue-filters) A collection of filters
- [vue-round-filter](https://github.com/rascada/vue-round-filter) filter for rounding with whichever decimal accuracy
- [vue-paginate](https://github.com/TahaSh/vue-paginate) A simple plugin to use pagination in vue.js. by @TahaSh
- [vue-super](https://github.com/rpkilby/vue-super) A simple plugin to call methods on parent components.
- [vue-deepstream](https://github.com/arexio/vue-deepstream) Plugin to simplify event subscription and event trigger when using [deepstream.io](https://deepstream.io/)
### Projects Using Vue.js
- #### Open Source
- [PageKit](http://pagekit.com/) [[Source]](https://github.com/pagekit/pagekit)
- [Laravel Spark](https://github.com/laravel/spark)
- [p5.js editor](http://p5js.org/download/) [[Source]](https://github.com/processing/p5.js-editor)
- [Python China](https://python-china.org) [[Source]](https://github.com/zerqu/qingcheng)
- [npmcharts.com](http://npmcharts.com) [[Source]](https://github.com/cheapsteak/npmcharts.com)
- [Todolist](https://github.com/jiyinyiyong/todolist) by @jiyinyiyong
- [Dashboard framework](https://github.com/thelinuxlich/vue-dashing-js) by @thelinuxlich
- [a simple notepad](https://github.com/sapjax/fewords)
- [FilterBlend](https://github.com/ilyashubin/FilterBlend): CSS blend modes and filters playground by @ilyashubin
- [Koel](http://koel.phanan.net): Music streaming server
- [Selection Translator](https://chrome.google.com/webstore/detail/ikhdkkncnoglghljlkmcimlnlhkeamad) [[Source]](https://github.com/lmk123/crx-selection-translate) A Chrome Extension let browse any language websites has never been easier.
- [SwitchHosts](https://oldj.github.io/SwitchHosts/) [[Source]](https://github.com/oldj/SwitchHosts) Switch hosts quickly.
- [RSS Reader](https://github.com/mrgodhani/rss-reader) Simple RSS Reader made using atom electron and vue.js.
- [Gokotta](https://github.com/Zhangdroid/Gokotta): A simple music player built by electron and vue.
- [Coffeebreak](https://github.com/Kocisov/coffeebreak) Tool for live editing CSS components
- #### Apps/Websites
- [Formlets](https://www.formlets.com)
- [Laracasts](https://laracasts.com)
- [Sainsbury's Entertainment onboarding platform](https://register.sainsburysentertainment.co.uk/)
- [CUUSOO](https://cuusoo.com)
- [esa.io](https://esa.io/)
- [N1.ru](http://n1.ru)
- [稀土掘金](http://gold.xitu.io)
- [Prague Airport](http://www.prague-airport.com/)
- [Expressionery](https://www.expressionery.com)
- [BUYIT](http://bt.workswell.com.au) by @[Workswell Australia](http://workswell.com.au)
- [Portfolio Site](http://corentinbac.com/) by Corentin Bac
- [Compare Prices by Currys & PCWorld](https://play.google.com/store/apps/details?id=uk.co.dixons.compareprices&hl=en)
- [Grammarly](https://grammarly.com/) mistake-free writing service
- [Laravist](https://laravist.com/)
- [Atiiv](https://atiiv.com) An app aimed for personal trainers and their clients.
- [Statamic](http://v2.statamic.com)
- [Embalses!](http://embalses.azurewebsites.net/) A tool to report water dam level using the U.S. Geological Survey database.
- [TravelMap](http://clem.travelmap.fr) A simple way for travellers to create a blog based on a Map
- [movienote.org](http://movienote.org) A app which help users maintaining a list about what movie they have watched.
- #### Interactive Experiences
- [Facebook NewsFeed](https://newsfeed.fb.com/)
- [YouTube AdBlitz 2016](https://adblitz.withyoutube.com/#!/advertisers)
- [Blood, Sweat and Tools](http://bloodsweatandtools.discovery.ca/gamebench/) - by Jam3, led by @cheapsteak
- [Omnisense Experience](http://omnisense.net) - *Awwwards & FWA SOTD, FWA Cutting Edge. Awwwards SOTM nominee.*
- [Being the Bear](https://danslapeaudelours.canalplus.fr/en/) - *Awwwards & FWA SOTD, FWA Cutting Edge, Awwwards SOTM nominee.*
- [Heineken Star Experience](http://www.starexperience.fr/) - *FWA SOTD.*
- [Louis Ansa Website (portfolio)](http://louisansa.com) - *Awwwards SOTD, FWA nominee.*
- [Digital For All](http://www.digitalforallnow.com/en/experience)
- [Djeco.com](http://www.djeco.com/en)
- #### Enterprise Usage
- Alibaba
- Baidu
- Sina Weibo
- Xiaomi
- Ele.me
- Optimizely
- Expedia
- UCWeb
- Line
- Nintendo
- Celtra
- Sainsbury's
- [AREX](arex.io)
## License
[](https://creativecommons.org/publicdomain/zero/1.0/)