开发工具
视频号
微信公众号
知识星球
- 62 次浏览
【Node.js精选】令人愉快的Node.js包和资源
Delightful Node.js packages and resources https://node.cool
Contents
- Packages
- Mad science
- Command-line apps
- Functional programming
- HTTP
- Debugging / Profiling
- Logging
- Command-line utilities
- Build tools
- Hardware
- Templating
- Web frameworks
- Documentation
- Filesystem
- Control flow
- Streams
- Real-time
- Image
- Text
- Number
- Math
- Date
- URL
- Data validation
- Parsing
- Humanize
- Compression
- Network
- Database
- Testing
- Security
- Benchmarking
- Minifiers
- Authentication
- Authorization
- Job queues
- Node.js management
- Natural language processing
- Process management
- Automation
- AST
- Static site generators
- Content management systems
- Forum
- Blogging
- Weird
- Serialization
- Miscellaneous
- Resources
Packages
Mad science
- webtorrent - Streaming torrent client for Node.js and the browser.
- peerflix - Streaming torrent client.
- dat - Real-time replication and versioning for data sets.
- ipfs - Distributed file system that seeks to connect all computing devices with the same system of files.
- stackgl - Open software ecosystem for WebGL, built on top of browserify and npm.
- peerwiki - All of Wikipedia on BitTorrent.
- peercast - Stream a torrent video to Chromecast.
- BitcoinJS - Clean, readable, proven Bitcoin library.
- Bitcore - Pure and powerful Bitcoin library.
- PDFKit - PDF generation library.
- turf - Modular geospatial processing and analysis engine.
- webcat - p2p pipe across the web using WebRTC that uses your GitHub private/public key for authentication.
- NodeOS - The first operating system powered by npm.
- YodaOS - AI operating system.
- Brain.js - Machine-learning framework.
- Cytoscape.js - Graph theory (a.k.a. network) modeling and analysis.
- Kadence - Kademlia distributed hash table.
- seedshot - Temporary P2P screenshot sharing from your browser.
- js-git - JavaScript implementation of Git.
- skale - High performance distributed data processing engine.
- xlsx - Pure JS Excel spreadsheet reader and writer.
- isomorphic-git - Pure JavaScript implementation of Git.
Command-line apps
- np - Better
npm publish
. - npm-name - Check a package name's availability on npm.
- gh-home - Open the GitHub page of the repo in the current directory.
- npm-home - Open the npm page of a package.
- trash - Safer alternative to
rm
. - speed-test - Test your internet connection speed and ping.
- emoj - Find relevant emoji from text on the command-line.
- pageres - Capture website screenshots.
- cpy - Copy files.
- vtop - More better top, with nice charts.
- empty-trash - Empty the trash.
- is-up - Check whether a website is up or down.
- is-online - Check if the internet connection is up.
- public-ip - Get your public IP address.
- clipboard-cli - Copy & paste on the terminal.
- XO - Enforce strict code style using the JavaScript happiness style.
- Standard - JavaScript Standard Style — One style to rule them all.
- ESLint - The pluggable linting utility for JavaScript.
- dev-time - Get the current local time of a GitHub user.
- David - Tells you when your package npm dependencies are out of date.
- http-server - Simple, zero-config command-line HTTP server.
- Live Server - Development HTTP-server with livereload capability.
- bcat - Pipe command output to web browsers.
- normit - Google Translate with speech synthesis in your terminal.
- fkill - Fabulously kill processes. Cross-platform.
- pjs - Pipeable JavaScript. Quickly filter, map, and reduce from the terminal.
- license-checker - Check licenses of your app's dependencies.
- browser-run - Easily run code in a browser environment.
- tmpin - Adds stdin support to any CLI app that accepts file input.
- wifi-password - Get the current wifi password.
- wallpaper - Change the desktop wallpaper.
- brightness - Change the screen brightness.
- torrent - Download torrents.
- kill-tabs - Kill all Chrome tabs to improve performance, decrease battery usage, and save memory.
- alex - Catch insensitive, inconsiderate writing.
- pen - Live Markdown preview in the browser from your favorite editor.
- subdownloader - Subtitle downloader for movies and TV series.
- dark-mode - Toggle the macOS Dark Mode.
- iponmap - IP location finder.
- Jsome - Pretty prints JSON with configurable colors and indentation.
- itunes-remote - Interactively control iTunes.
- mobicon - Mobile app icon generator.
- mobisplash - Mobile app splash screen generator.
- diff2html-cli - Pretty git diff to HTML generator.
- Cash - Cross-platform Unix shell commands in pure JavaScript.
- trymodule - Try out npm packages in the terminal.
- jscpd - Copy/paste detector for source code.
- atmo - Server-side API mocking.
- auto-install - Auto installs dependencies as you code.
- lessmd - Markdown in the terminal.
- cost-of-modules - Find out which dependencies are slowing you down.
- localtunnel - Expose your localhost to the world.
- svg-term-cli - Share terminal sessions via SVG.
- gtop - System monitoring dashboard for the terminal.
- themer - Generate themes for your editor, terminal, wallpaper, Slack, and more.
- carbon-now-cli - Beautiful images of your code — from right inside your terminal.
- cash-cli - Convert between 170 currencies.
- taskbook - Tasks, boards & notes for the command-line habitat.
- discharge - Easily deploy static websites to Amazon S3.
Functional programming
- lodash - Utility library delivering consistency, customization, performance, & extras. A better and faster Underscore.js.
- immutable - Immutable data collections.
- Ramda - Utility library with a focus on flexible functional composition enabled by automatic currying and reversed argument order. Avoids mutating data.
- Folktale - Suite of libraries for generic functional programming in JavaScript that allows you to write elegant, modular applications with fewer bugs, and more reuse.
- Mout - Utility library with the biggest difference between other existing solutions is that you can choose to load only the modules/functions that you need, no extra overhead.
- Bacon.js - Functional reactive programming.
- RxJS - Functional reactive library for transforming, composing, and querying various kinds of data.
- Lazy.js - Utility library similar to lodash/Underscore but with lazy evaluation, which can translate to superior performance in many cases.
- Kefir.js - Reactive library with focus on high performance and low memory usage.
HTTP
- got - Nicer interface to the built-in
http
module. - gh-got - Convenience wrapper for
got
to interact with the GitHub API. - axios - Promise based HTTP client (works in the browser too).
- request - Simplified HTTP request client.
- wreck - HTTP Client Utilities.
- download - Download and extract files effortlessly.
- http-proxy - HTTP proxy.
- superagent - HTTP request library.
- node-fetch -
window.fetch
for Node.js. - flashheart - REST client.
- http-fake-backend - Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
- cacheable-request - Wrap native HTTP requests with RFC compliant cache support.
- gotql - GraphQL request library built on got.
- global-agent – Global HTTP/HTTPS proxy agent that is configurable using environment variables.
Debugging / Profiling
- ndb - Improved debugging experience, enabled by Chrome DevTools.
- ironNode - Node.js debugger supporting ES2015 out of the box.
- node-inspector - Debugger based on Blink Developer Tools.
- debug - Tiny debugging utility.
- why-is-node-running - Node.js is running but you don't know why?
- njsTrace - Instrument and trace your code, see all function calls, arguments, return values, as well as the time spent in each function.
- vstream - Instrumentable streams mix-ins to inspect a pipeline of streams.
- stackman - Enhance an error stacktrace with code excerpts and other goodies.
- locus - Starts a REPL at runtime that has access to all variables.
- 0x - Flamegraph profiling.
- ctrace - Well-formatted and improved trace system calls and signals.
- leakage - Write memory leak tests.
- llnode - Post-mortem analysis tool which allows you to inspect objects and get insights from a crashed Node.js process.
- thetool - Capture different CPU, memory, and other profiles for your app in Chrome DevTools friendly format.
Logging
- pino - Extremely fast logger inspired by Bunyan.
- winston - Multi-transport async logging library.
- console-log-level - The most simple logger imaginable with support for log levels and custom prefixes.
- storyboard - End-to-end, hierarchical, real-time, colorful logs and stories.
- signale - Hackable console logger with beautiful output.
Command-line utilities
- chalk - Terminal string styling done right.
- meow - CLI app helper.
- yargs - Command-line parser that automatically generates an elegant user-interface.
- ora - Elegant terminal spinner.
- get-stdin - Easier stdin.
- log-update - Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.
- Ink - React for interactive command-line apps.
- listr - Terminal task list.
- conf - Simple config handling for your app or module.
- ansi-escapes - ANSI escape codes for manipulating the terminal.
- log-symbols - Colored symbols for various log levels.
- figures - Unicode symbols with Windows CMD fallbacks.
- boxen - Create boxes in the terminal.
- terminal-link - Create clickable links in the terminal.
- terminal-image - Display images in the terminal.
- string-width - Get the visual width of a string - the number of columns required to display it.
- cli-truncate - Truncate a string to a specific width in the terminal.
- first-run - Check if it's the first time the process is run.
- blessed - Curses-like library.
- Inquirer.js - Interactive command-line prompt.
- yn - Parse yes/no like values.
- cli-table3 - Pretty unicode tables.
- drawille - Draw on the terminal with unicode braille characters.
- update-notifier - Update notifications for your CLI app.
- ascii-charts - ASCII bar chart in the terminal.
- progress - Flexible ascii progress bar.
- insight - Helps you understand how your tool is being used by anonymously reporting usage metrics to Google Analytics.
- cli-cursor - Toggle the CLI cursor.
- columnify - Create text-based columns suitable for console output. Supports cell wrapping.
- cli-columns - Columnated unicode and ansi-safe text lists.
- cfonts - Sexy ASCII fonts for the console.
- multispinner - Multiple, simultaneous, individually controllable CLI spinners.
- omelette - Shell autocompletion helper.
- cross-env - Set environment variables cross-platform.
- shelljs - Portable Unix shell commands.
- sudo-block - Block users from running your app with root permissions.
- loud-rejection - Make unhandled promise rejections fail loudly instead of the default silent fail.
- sparkly - Generate sparklines
▁▂▃▅▂▇
. - Bit - Create, maintain, find and use small modules and components across repositories.
- gradient-string - Beautiful color gradients in terminal output.
- oclif - CLI framework complete with parser, automatic documentation, testing, and plugins.
- term-size - Reliably get the terminal window size.
- Cliffy - Framework for interactive CLIs.
Build tools
- parcel - Blazing fast, zero config web app bundler.
- webpack - Packs modules and assets for the browser.
- rollup - Next-generation ES2015 module bundler.
- gulp - Streaming and fast build system that favors code over config.
- Broccoli - Fast, reliable asset pipeline, supporting constant-time rebuilds and compact build definitions.
- Brunch - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow.
- Start - Functional task runner with shareable presets.
- ygor - Promising task runner for when
npm run
isn't enough and everything else is too much. - FuseBox - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support.
- pkg - Package your Node.js project into an executable.
Hardware
- johnny-five - Firmata based Arduino Framework.
- serialport - Access serial ports for reading and writing.
- usb - USB library.
- i2c-bus - I2C serial bus access.
- onoff - GPIO access and interrupt detection.
- spi-device - SPI serial bus access.
- pigpio - Fast GPIO, PWM, servo control, state change notification, and interrupt handling on the Raspberry Pi.
- gps - NMEA parser for handling GPS receivers.
Templating
- marko - HTML-based templating engine that compiles templates to CommonJS modules and supports streaming, async rendering and custom tags.
- nunjucks - Templating engine with inheritance, asynchronous control, and more (jinja2 inspired).
- handlebars.js - Superset of Mustache templates which adds powerful features like helpers and more advanced blocks.
- EJS - Simple unopinionated templating language.
- Pug - High-performance template engine heavily influenced by Haml.
Web frameworks
- Hapi - Framework for building applications and services.
- Koa - Framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.
- Express - Web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications.
- Feathers - Microservice framework built in the spirit of Express.
- LoopBack - Powerful framework for creating REST APIs and easily connecting to backend data sources.
- Meteor - An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. (You might like awesome-meteor)
- Restify - Enables you to build correct REST web services.
- ThinkJS - Framework with ES2015+ support, WebSockets, REST API.
- ActionHero - Framework for making reusable & scalable APIs for TCP sockets, WebSockets, and HTTP clients.
- MERN - Easily build production-ready universal apps with MongoDB, Express, React, and webpack.
- Next.js - Minimalistic framework for server-rendered universal JavaScript web apps.
- Nuxt.js - Minimalistic framework for server-rendered Vue.js apps.
- seneca - Toolkit for writing microservices.
- AdonisJs - A true MVC framework for Node.js built on solid foundations of Dependency Injection and IoC container.
- Hemera - Write reliable and fault-tolerant microservices with NATS.
- Micro - Minimalistic microservice framework with an async approach.
- Moleculer - Fast & powerful microservices framework.
- Fastify - Fast and low overhead web framework.
- Nest - Angular-inspired framework for building efficient and scalable server-side apps.
- Zeronode - Minimal building block for reliable and fault-tolerant microservices.
- TypeGraphQL - Modern framework for creating GraphQL APIs with TypeScript, using classes and decorators.
Documentation
- documentation.js - API documentation generator with support for ES2015+ and flow annotation.
- ESDoc - Documentation generator targeting ES2015, attaching test code and measuring documentation coverage.
- Docco - Documentation generator which produces an HTML document that displays your comments intermingled with your code.
- JSDoc - API documentation generator similar to JavaDoc or PHPDoc.
Filesystem
- del - Delete files/folders using globs.
- globby - Glob files with support for multiple patterns.
- cpy - Copy files.
- rimraf - Recursively delete files like
rm -rf
. - make-dir - Recursively create directories like
mkdir -p
. - graceful-fs - Drop-in replacement for the
fs
module with various improvements. - chokidar - Filesystem watcher which stabilizes events from
fs.watch
andfs.watchFile
as well as using nativefsevents
on macOS. - find-up - Find a file by walking up parent directories.
- proper-lockfile - Inter-process and inter-machine lockfile utility.
- load-json-file - Read and parse a JSON file.
- write-json-file - Stringify and write JSON to a file atomically.
- fs-write-stream-atomic - Like
fs.createWriteStream()
, but atomic. - filenamify - Convert a string to a valid filename.
- lnfs - Force create symlinks like
ln -fs
. - istextorbinary - Check if a file is text or binary.
- fs-jetpack - Completely redesigned file system API for convenience in everyday use.
- fs-extra - Extra methods for the
fs
module. - pkg-dir - Find the root directory of an npm package.
- filehound - Flexible and fluent interface for searching the file system.
- move-file - Move a file, even works across devices.
- tempy - Get a random temporary file or directory path.
Control flow
- Promises
- Bluebird - Promise library with focus on innovative features and performance.
- pify - Promisify a callback-style function.
- delay - Delay a promise a specified amount of time.
- promise-memoize - Memoize promise-returning functions, with expire and prefetch.
- valvelet - Limit the execution rate of a promise-returning function.
- p-map - Map over promises concurrently.
- More…
- Observables
- zen-observable - Implementation of Observables.
- RxJS - Reactive programming.
- observable-to-promise - Convert an Observable to a Promise.
- More…
- Streams
- Highland.js - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
- Callbacks
- each-async - Async concurrent iterator like forEach.
- async - Provides straight-forward, powerful functions for working with asynchronicity.
- Channels
- js-csp - Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go).
Streams
- through2 - Tiny wrapper around streams2 Transform to avoid explicit subclassing noise.
- from2 - Convenience wrapper for ReadableStream, inspired by
through2
. - get-stream - Get a stream as a string or buffer.
- into-stream - Convert a buffer/string/array/object into a stream.
- duplexify - Turn a writeable and readable stream into a single streams2 duplex stream.
- pumpify - Combine an array of streams into a single duplex stream.
- peek-stream - Transform stream that lets you peek the first line before deciding how to parse it.
- binary-split - Newline (or any delimiter) splitter stream.
- byline - Super-simple line-by-line Stream reader.
- first-chunk-stream - Transform the first chunk in a stream.
- pad-stream - Pad each line in a stream.
- multistream - Combine multiple streams into a single stream.
- stream-combiner2 - Turn a pipeline into a single stream.
- readable-stream - Mirror of Streams2 and Streams3 implementations in core.
- through2-concurrent - Transform object streams concurrently.
Real-time
- µWebSockets - Highly scalable WebSocket server & client library.
- Socket.io - Enables real-time bidirectional event-based communication.
- Faye - Real-time client-server message bus, based on Bayeux protocol.
- SocketCluster - Scalable HTTP + WebSocket engine which can run on multiple CPU cores.
- Primus - An abstraction layer for real-time frameworks to prevent module lock-in.
- deepstream.io - Scalable real-time microservice framework.
- Kalm - Low-level socket router and middleware framework.
- MQTT.js - Client for MQTT - Pub-sub based messaging protocol for use on top of TCP/IP.
- rpc-websockets - JSON-RPC 2.0 implementation over WebSockets.
- Aedes - Barebone MQTT server that can run on any stream server.
Image
- sharp - The fastest module for resizing JPEG, PNG, WebP and TIFF images.
- image-type - Detect the image type of a Buffer/Uint8Array.
- gm - GraphicsMagick and ImageMagick wrapper.
- lwip - Lightweight image processor which does not require ImageMagick.
- pica - High quality & fast resize (lanczos3) in pure JS. Alternative to canvas drawImage(), when no pixelation allowed.
- jimp - Image processing in pure JavaScript.
- probe-image-size - Get the size of most image formats without a full download.
- qrcode - QR code and bar code generator.
Text
- iconv-lite - Convert character encodings.
- string-length - Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes.
- camelcase - Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar.
- escape-string-regexp - Escape RegExp special characters.
- execall - Find multiple RegExp matches in a string.
- splice-string - Remove or replace part of a string like
Array#splice
. - indent-string - Indent each line in a string.
- strip-indent - Strip leading whitespace from every line in a string.
- detect-indent - Detect the indentation of code.
- he - HTML entity encoder/decoder.
- i18n-node - Simple translation module with dynamic JSON storage.
- babelfish - i18n with very easy syntax for plurals.
- matcher - Simple wildcard matching.
- unhomoglyph - Normalize visually similar unicode characters.
- i18next - Internationalization framework.
Number
- random-int - Generate a random integer.
- random-float - Generate a random float.
- unique-random - Generate random numbers that are consecutively unique.
- round-to - Round a number to a specific number of decimal places:
1.234
→1.2
.
Math
- ndarray - Multidimensional arrays.
- mathjs - An extensive math library.
- math-clamp - Clamp a number.
- algebra - Algebraic structures.
- multimath - Core to create fast image math in WebAssembly and JS.
Date
- Luxon - Library for working with dates and times.
- date-fns - Modern date utility.
- Moment.js - Parse, validate, manipulate, and display dates.
- Day.js - Immutable date library alternative to Moment.js.
- dateformat - Date formatting.
- tz-format - Format a date with timezone:
2015-11-30T10:40:35+01:00
. - cctz - Fast parsing, formatting, and timezone conversation for dates.
URL
- normalize-url - Normalize a URL.
- humanize-url - Humanize a URL: http://sindresorhus.com → sindresorhus.com.
- url-unshort - Expand shortened URLs.
- speakingurl - Generate a slug from a string with transliteration.
- linkify-it - Link patterns detector with full unicode support.
- url-pattern - Easier than regex string matching patterns for URLs and other strings.
- embedza - Create HTML snippets/embeds from URLs using info from oEmbed, Open Graph, meta tags.
Data validation
- joi - Object schema description language and validator for JavaScript objects.
- is-my-json-valid - JSON Schema validator that uses code generation to be extremely fast.
- property-validator - Easy property validation for Express.
- schema-inspector - JSON API sanitization and validation.
- ajv - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals.
Parsing
- remark - Markdown processor powered by plugins.
- markdown-it - Markdown parser with 100% CommonMark support, extensions and syntax plugins.
- parse5 - Fast full-featured spec compliant HTML parser.
- strip-json-comments - Strip comments from JSON.
- strip-css-comments - Strip comments from CSS.
- parse-json - Parse JSON with more helpful errors.
- URI.js - URL mutation.
- PostCSS - CSS parser / stringifier.
- JSONStream - Streaming JSON.parse and stringify.
- neat-csv - Fast CSV parser. Callback interface for the above.
- csv-parser - Streaming CSV parser that aims to be faster than everyone else.
- PEG.js - Simple parser generator that produces fast parsers with excellent error reporting.
- x-ray - Web scraping utility.
- nearley - Simple, fast, powerful parsing for JavaScript.
- binary-extract - Extract a value from a buffer of JSON without parsing the whole thing.
- Stylecow - Parse, manipulate and convert modern CSS to make it compatible with all browsers. Extensible with plugins.
- js-yaml - Very fast YAML parser.
- xml2js - XML to JavaScript object converter.
- Jison - Friendly JavaScript parser generator. It shares genes with Bison, Yacc and family.
- google-libphonenumber - Parse, format, store and validate phone numbers.
- ref - Read/write structured binary data in Buffers.
- xlsx-populate - Read/write Excel XLSX.
- Chevrotain - Very fast and feature rich parser building toolkit for JavaScript.
- fast-xml-parser - Validate and parse XML.
Humanize
- pretty-bytes - Convert bytes to a human readable string:
1337
→1.34 kB
. - pretty-ms - Convert milliseconds to a human readable string:
1337000000
→15d 11h 23m 20s
. - ms - Tiny millisecond conversion utility.
- pretty-error - Errors with less clutter.
- read-art - Extract readable content from any page.
Compression
- yazl - Zip.
- yauzl - Unzip.
- Archiver - Streaming interface for archive generation, supporting ZIP and TAR.
- pako - High speed zlib port to pure js (deflate, inflate, gzip).
- tar-stream - Streaming tar parser and generator. Also see tar-fs.
- decompress - Decompression module with support for
tar
,tar.gz
andzip
files out of the box.
Network
- get-port - Get an available port.
- ipify - Get your public IP address.
- getmac - Get the computer MAC address.
- DHCP - DHCP client and server.
- netcat - Netcat port in pure JS.
Database
- Drivers
- PostgreSQL - PostgreSQL client. Pure JavaScript and native libpq bindings.
- Redis - Redis client.
- LevelUP - LevelDB.
- MySQL - MySQL client.
- couchdb-nano - CouchDB client.
- Aerospike - Aerospike client.
- Couchbase - Couchbase client.
- MongoDB - MongoDB driver.
- ODM / ORM
- Sequelize - Multi-dialect ORM. Supports PostgreSQL, SQLite, MySQL.
- Bookshelf - ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js.
- Massive - PostgreSQL data access tool.
- Mongoose - Elegant MongoDB object modeling.
- Waterline - Datastore-agnostic tool that dramatically simplifies interaction with one or more databases.
- OpenRecord - ORM for PostgreSQL, MySQL, SQLite3 and RESTful datastores. Similar to ActiveRecord.
- pg-promise - PostgreSQL framework for native SQL using promises.
- slonik - PostgreSQL client with strict types, detailed logging and assertions.
- Objection.js - Lightweight ORM built on the SQL query builder Knex.
- TypeORM - ORM for PostgreSQL, MariaDB, MySQL, SQLite, and more.
- Query builder
- Knex - Query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
- Other
- NeDB - Embedded persistent database written in JavaScript.
- Lowdb - Small JavaScript database powered by Lodash.
- Keyv - Simple key-value storage with support for multiple backends.
- Finale - RESTful endpoint generator for your Sequelize models.
- database-js - Wrapper for multiple databases with a JDBC-like connection.
- Mongo Seeding - Populate MongoDB databases with JavaScript and JSON files.
Testing
- AVA - Futuristic test runner.
- Mocha - Feature-rich test framework making asynchronous testing simple and fun.
- nyc - Code coverage tool built on istanbul that works with subprocesses.
- tap - TAP test framework.
- tape - TAP-producing test harness.
- power-assert - Provides descriptive assertion messages through the standard assert interface.
- Mochify - TDD with Browserify, Mocha, PhantomJS and WebDriver.
- trevor - Run tests against multiple versions of Node.js without switching versions manually or pushing to Travis CI.
- loadtest - Run load tests for your web application, with an API for automation.
- Sinon.JS - Test spies, stubs and mocks.
- navit - PhantomJS / SlimerJS wrapper to simplify browser test scripting.
- Nock - HTTP mocking and expectations.
- intern - Code testing stack.
- toxy - Hackable HTTP proxy to simulate failure scenarios and network conditions.
- hook-std - Hook and modify stdout/stderr.
- testen - Run tests for multiple versions of Node.js locally with NVM.
- Nightwatch - Automated UI testing framework based on Selenium WebDriver.
- WebdriverIO - Automated testing based on the WebDriver protocol.
- Jest - Painless JavaScript testing.
- TestCafe - Automated browser testing.
- abstruse - Continuous Integration server.
- CodeceptJS - End-to-end testing.
Security
- upash - Unified API for all password hashing algorithms.
- themis - Multilanguage framework for making typical encryption schemes easy to use: data at rest, authenticated data exchange, transport protection, authentication, and so on.
- GuardRails - GitHub app that provides security feedback in pull requests.
- rate-limiter-flexible - Brute-force and DDoS attack protection.
- crypto-hash - Async non-blocking hashing.
Benchmarking
- Benchmark.js - Benchmarking library that supports high-resolution timers and returns statistically significant results.
- matcha - Simplistic approach to benchmarking.
Minifiers
- babili - ES2015+ aware minifier based on the Babel toolchain.
- UglifyJS2 - JavaScript minifier.
- clean-css - CSS minifier.
- minimize - HTML minifier.
- imagemin - Image minifier.
Authentication
- Passport - Simple, unobtrusive authentication.
- Grant - OAuth middleware for Express, Koa, and Hapi.
- CloudRail - Unified API for social authentication (Facebook, Twitter, Slack, Instagram, …).
Authorization
- CASL - Isomorphic authorization for UI and API.
- node-casbin - Authorization library that supports access control models like ACL, RBAC and ABAC.
- Nodemailer - The fastest way to handle email.
- emailjs - Send text/HTML emails with attachments to any SMTP server.
- email-templates - Create, preview, and send custom email templates.
Job queues
- bull - Persistent job and message queue.
- agenda - MongoDB-backed job scheduling.
- idoit - Redis-backed job queue engine with advanced job control.
- node-resque - Redis-backed job queue.
- rsmq - Redis-backed message queue.
- bee-queue - High-performance Redis-backed job queue.
- RedisSMQ - Simple high-performance Redis message queue with real-time monitoring.
- sqs-consumer - Build Amazon Simple Queue Service (SQS) based apps without the boilerplate.
- better-queue - Simple and efficient job queue when you cannot use Redis.
Node.js management
- n - Node.js version management.
- nave - Virtual Environments for Node.js.
- nodeenv - Node.js virtual environment compatible to Python's virtualenv.
- nvm for Windows - Version management for Windows.
- nodenv - Version manager that is similar to Ruby's rbenv. It supports auto version switching.
Natural language processing
- retext - An extensible natural language system.
- franc - Detect the language of text.
- leven - Measure the difference between two strings using the Levenshtein distance algorithm.
- natural - Natural language facility.
- nlp.js - Building bots, with entity extraction, sentiment analysis, automatic language identify, and more.
Process management
- PM2 - Advanced Process Manager.
- nodemon - Monitor for changes in your app and automatically restart the server.
- node-mac - Run scripts as a native Mac daemon and log to the console app.
- node-linux - Run scripts as native system service and log to syslog.
- node-windows - Run scripts as a native Windows service and log to the Event viewer.
- supervisor - Restart scripts when they crash or restart when a
*.js
file changes. - Phusion Passenger - Friendly process manager that integrates directly into Nginx.
Automation
- robotjs - Desktop Automation: control the mouse, keyboard and read the screen.
AST
- Acorn - Tiny, fast JavaScript parser.
- babel-parser - JavaScript parser used in Babel.
- cherow - JavaScript parser with focus on performance and stability.
Static site generators
- Wintersmith - Flexible, minimalistic, multi-platform static site generator.
- Assemble - Static site generator for Node.js, Grunt.js, and Yeoman.
- DocPad - Static site generator with dynamic abilities and huge plugin ecosystem.
- Phenomic - Modern static website generator based on the React and Webpack ecosystem.
- docsify - Markdown documentation site generator with no statically built HTML files.
Content management systems
- KeystoneJS - CMS and web application platform built on Express and MongoDB.
- ApostropheCMS - Content management system with an emphasis on intuitive front end content editing and administration built on Express and MongoDB.
- Strapi - Content Management Framework (headless-CMS) to build powerful APIs.
- Tipe - Developer-first content management system with GraphQL and REST API from a schema file.
Forum
- nodeBB - Forum platform for the modern web.
Blogging
Weird
- cows - ASCII cows.
- superb - Get superb like words.
- cat-names - Get popular cat names.
- dog-names - Get popular dog names.
- superheroes - Get superhero names.
- supervillains - Get supervillain names.
- cool-ascii-faces - Get some cool ascii faces.
- cat-ascii-faces -
₍˄·͈༝·͈˄₎◞ ̑̑ෆ⃛ (=ↀωↀ=)✧ (^・o・^)ノ”
. - nerds - Get data from nerdy topics like Harry Potter, Star Wars, and Pokémon.
Serialization
- snappy - Native bindings for Google's Snappy compression library.
- protobuf - Implementation of Protocol Buffers.
- compactr - Implementation of the Compactr protocol.
Miscellaneous
- execa - Better
child_process
. - cheerio - Fast, flexible, and lean implementation of core jQuery designed specifically for the server.
- Electron - Build cross platform desktop apps with web technologies. (You might like awesome-electron)
- open - Opens stuff like websites, files, executables.
- hasha - Hashing made simple. Get the hash of a buffer/string/stream/file.
- dot-prop - Get a property from a nested object using a dot path.
- onetime - Only run a function once.
- mem - Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input.
- import-fresh - Import a module while bypassing the cache.
- strip-bom - Strip UTF-8 byte order mark (BOM) from a string/buffer/stream.
- os-locale - Get the system locale.
- ssh2 - SSH2 client and server module.
- adit - SSH tunneling made simple.
- import-lazy - Import a module lazily.
- file-type - Detect the file type of a Buffer.
- Bottleneck - Rate limiter that makes throttling easy.
- ow - Function argument validation for humans.
- webworker-threads - Lightweight Web Worker API implementation with native threads.
- clipboardy - Access the system clipboard (copy/paste).
- node-pre-gyp - Makes it easy to publish and install Node.js C++ addons from binaries.
- opencv - Bindings for OpenCV. The defacto computer vision library.
- dotenv - Load environment variables from .env file.
- remote-git-tags - Get tags from a remote git repo.
- semver - Semantic version parser.
- Faker.js - Generate massive amounts of fake data.
- nodegit - Native bindings to Git.
- json-strictify - Safely serialize a value to JSON without data loss or going into an infinite loop.
- resolve-from - Resolve the path of a module like
require.resolve()
but from a given path. - simplecrawler - Event driven web crawler.
- jsdom - JavaScript implementation of HTML and the DOM.
- hypernova - Server-side rendering your JavaScript views.
- @sindresorhus/is - Type check values.
- env-dot-prop - Get, set, or delete nested properties of process.env using a dot path.
- emittery - Simple and modern async event emitter.
- node-video-lib - Pure JavaScript library for working with MP4 and FLV video files and creating MPEG-TS chunks for HLS streaming.
- basic-ftp – FTP/FTPS client.
Resources
Tutorials
- Node.js Best Practices - Summary and curation of the top-ranked content on Node.js best practices, available in multiple languages.
- Nodeschool - Learn Node.js with interactive lessons.
- The Art of Node - An introduction to Node.js.
- stream-handbook - How to write Node.js programs with streams.
- module-best-practices - Some good practices when writing new npm modules.
- The Node Way - An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read.
- You Don't Know Node.js - Introduction to Node.js core features and asynchronous JavaScript.
- Portable Node.js guide - Practical guide on how to write portable/cross-platform Node.js code.
Discovery
- npms - Superb package search with deep analysis of package quality using a myriad of metrics.
- npm addict - Your daily injection of npm packages.
- npmcompare.com - Compare and discover npm packages.
Articles
- Error Handling in Node.js
- Teach Yourself Node.js in 10 Steps
- Mastering the filesystem in Node.js
- Semver: A Primer
- Semver: Tilde and Caret
- Why Asynchronous?
- Understanding the Node.js Event Loop
- Understanding Object Streams
- Art of README - Learn the art of writing quality READMEs.
- Using Express to Quickly Build a GraphQL Server
Newsletters
- Node Weekly - Weekly e-mail round-up of Node.js news and articles.
- Node Module Of The Week! - Weekly dose of hand picked node modules.
Videos
- Introduction to Node.js with Ryan Dahl
- Hands on with Node.js
- Nodetuts - Series of talks, including TCP & HTTP API servers, async programming, and more.
- V8 Garbage Collector - Trash talk about the V8 garbage collector.
Books
- Node.js in Action
- Node.js in Practice
- Mastering Node
- Node.js 8 the Right Way
- Professional Node.js: Building Javascript Based Scalable Software
- Practical Node.js: Building Real-World Scalable Web Apps
- Mixu's Node book
- Web Development with Node and Express
- Pro Express.js
- Secure Your Node.js Web Application
- Express in Action
- Practical Modern JavaScript
- Mastering Modular JavaScript
- Get Programming with Node.js
Blogs
- Node.js blog
- webapplog.com - Blog posts on Node.js and JavaScript from the author of Practical Node.js and Pro Express.js Azat Mardan.
Courses
- Learn to build apps and APIs with Node.js - Video course by Wes Bos.
- Real Time Web with Node.js
- Learn and Understand Node.js
Cheatsheets
- Express.js
- Stream FAQs - Answering common questions about streams, covering pagination, events, and more.
- Strong Node.js - Checklist for source code security analysis of a Node.js web service.
Tools
- OctoLinker - Chrome extension that linkifies dependencies in package.json, .js, .jsx, .coffee and .md files on GitHub.
- npm-hub - Chrome extension to display npm dependencies at the bottom of a repo's readme.
- RunKit - Embed a Node.js environment on any website.
- RequireBin - Shareable JavaScript programs powered by npm and browserify.
- github-npm-stats - Chrome extension that displays npm download stats on GitHub.
- npm semver calculator - Visually explore what versions of a package a semver range matches.
Community
Miscellaneous
- nodebots - Robots powered by JavaScript.
- node-module-boilerplate - Boilerplate to kickstart creating a node module.
- generator-nm - Scaffold out a node module.
- Microsoft Node.js Guidelines - Tips, tricks, and resources for working with Node.js on Microsoft platforms.
- Module Requests & Ideas - Request a JavaScript module you wish existed or get ideas for modules.
Related lists
- awesome-npm - Resources and tips for using npm.
- awesome-cross-platform-nodejs - Resources for writing and testing cross-platform code.
原文:
本文:
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 76 次浏览
【PHP精选】精选的PHP库,资源和闪亮的东西的精选列表。
A curated list of amazingly awesome PHP libraries, resources and shiny things.
Contributing and Collaborating
Please see CONTRIBUTING, CODE-OF-CONDUCT and COLLABORATING for details.
Table of Contents
- Awesome PHP
- Composer Repositories
- Dependency Management
- Dependency Management Extras
- Frameworks
- Framework Extras
- Content Management Systems
- Components
- Micro Frameworks
- Micro Framework Extras
- Routers
- Templating
- Static Site Generators
- HTTP
- Middlewares
- URL
- Files
- Streams
- Dependency Injection
- Imagery
- Testing
- Continuous Integration
- Documentation
- Security
- Passwords
- Code Analysis
- Code Quality
- Static Analysis
- Architectural
- Debugging and Profiling
- Build Tools
- Task Runners
- Navigation
- Asset Management
- Geolocation
- Date and Time
- Event
- Logging
- E-commerce
- Office
- Database
- Migrations
- NoSQL
- Queue
- Search
- Command Line
- Authentication and Authorization
- Markup
- Strings
- Numbers
- Filtering and Validation
- API
- Caching
- Data Structure and Storage
- Notifications
- Deployment
- Internationalisation and Localisation
- Serverless
- Configuration
- Third Party APIs
- Extensions
- Miscellaneous
- Software
- Resources
Composer Repositories
Composer Repositories.
- Firegento - Magento Module Composer Repository.
- Packagist - The PHP Package Repository.
- Private Packagist - Composer package archive as a service for PHP.
- WordPress Packagist - Manage your plugins with Composer.
- Zend Framework Packages - Zend Framework Composer Repository.
Dependency Management
Libraries for dependency and package management.
- Composer Installers - A multi framework Composer library installer.
- Composer - A package and dependency manager.
- Melody - A tool to build one file Composer scripts.
- Pickle - A PHP extension installer.
Dependency Management Extras
Extras related to dependency management.
- Composed - A library to parse your project's Composer environment at runtime.
- Composer Merge Plugin - A composer plugin to merge several composer.json files.
- Prestissimo - A composer plugin which enables parallel install process.
- Satis - A static Composer repository generator.
- tooly - A library to manage PHAR files in project using Composer.
- Toran Proxy - A static Composer repository and proxy.
Frameworks
Web development frameworks.
- Aura Framework - A framework built from independent components.
- CakePHP - A rapid application development framework (CP).
- Laravel 5 - Another PHP framework (L5).
- Nette - Another framework comprised of individual components.
- Phalcon - A framework implemented as a C extension.
- PPI Framework 2 - An interoperability framework.
- Symfony - A framework comprised of individual components (SF).
- Yii2 - Another PHP framework.
- Zend Framework 3 - A framework comprised of individual components (ZF3).
- Ice - Another simple and fast PHP framework delivered as C-extension.
Framework Extras
Extras related to web development frameworks.
- CakePHP CRUD - A Rapid Application Development (RAD) plugin for CakePHP.
- Knp RAD Components - A set of Rapid Application Development (RAD) components for Symfony.
- Symfony CMF - A Content Management Framework to create custom CMS.
Content Management Systems (CMS)
Tools for managing digital content.
- Backdrop - A CMS targeting small-to-medium sized business and non-profits (a fork of Drupal).
- Concrete5 - A CMS targering users with a minimum of technical skills.
- Drupal - An enterprise level CMS.
- Grav - A modern flat-file CMS.
- Joomla - Another leading CMS.
- WordPress A blogging platform and CMS.
Components
Standalone components from web development frameworks and development groups.
- Aura - Independent components, fully decoupled from each other and from any framework.
- CakePHP Plugins - A directory of CakePHP plugins.
- Hoa Project - Another package of PHP components.
- League of Extraordinary Packages - A PHP package development group.
- Symfony Components - The components that make Symfony.
- Zend Framework Components - The components that make Zend Framework.
Micro Frameworks
Micro frameworks and routers.
- Bullet PHP - A micro framework for building REST APIs.
- Lumen - A micro-framework by Laravel.
- Radar - An Action-Domain-Responder implementation for PHP.
- Slim - Another simple micro framework.
- Expressive - A micro-framework by Zend.
Micro Framework Extras
Extras related to micro frameworks and routers.
- Silex Skeleton - A project skeleton for Silex.
- Silex Web Profiler - A web debug toolbar for Silex.
- Slim Skeleton - A skeleton for Slim.
- Slim Twig View - Integrate Twig into Slim.
- Slim PHP View - A simple PHP renderer for Slim.
Routers
Libraries for handling application routing.
- Aura.Router - A full-featured routing library.
- Fast Route - A fast routing library.
- Klein - A flexible router.
- Pux - Another fast routing library.
- Route - A routing library built on top of Fast Route.
Templating
Libraries and tools for templating and lexing.
- Aura.View - Provides TemplateView and TwoStepView using PHP as the tempting language, with support for partials, sections, and helpers.
- Foil - Another native PHP templating library.
- MtHaml - A PHP implementation of the HAML template language.
- Mustache - A PHP implementation of the Mustache template language.
- PHPTAL - A PHP implementation of the TAL templating language.
- Plates - A native PHP templating library.
- Smarty - A template engine to complement PHP.
- Twig - A comprehensive templating language.
- Tale Jade - A PHP implementation of the Jade template language.
Static Site Generators
Tools for pre-processing content to generate web pages.
- Couscous - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
- Sculpin - A tool that converts Markdown and Twig into static HTML.
- Spress - An extensible tool that converts Markdown and Twig into HTML.
HTTP
Libraries for working with HTTP.
- Buzz - Another HTTP client.
- Guzzle - A comprehensive HTTP client.
- HTTPlug - An HTTP client abstraction without binding to a specific implementation.
- PHP VCR - A library for recording and replaying HTTP requests.
- Requests - A simple HTTP library.
- Retrofit - A library to ease creation of REST API clients.
- Symfony HTTP Client - A component to fetch HTTP resources synchronously or asynchronously.
- zend-diactoros - PSR-7 HTTP Message implementation.
Scraping
Libraries for scraping websites.
- Embed - An information extractor from any web service or page.
- Goutte - A simple web scraper.
- Symfony Panther - A browser testing and web crawling library for PHP and Symfony.
- PHP Spider - A configurable and extensible PHP web spider.
Middlewares
Libraries for building application using middlewares.
- Expressive - PSR-7 Middleware framework from Zend.
- PSR7-Middlewares - Inspiring collection of handy middlewares.
- Relay - A PHP 5.5 PSR-7 middleware dispatcher.
- Stack - A library of stackable middleware for Silex/Symfony.
- zend-stratigility - Middleware for PHP built on top of PSR-7.
URL
Libraries for parsing URLs.
- PHP Domain Parser - A domain suffix parser library.
- Purl - A URL manipulation library.
- sabre/uri - A functional URI manipulation library.
- Uri - Another URL manipulation library.
Libraries for sending and parsing email.
- CssToInlineStyles - A library to inline CSS in email templates.
- Email Reply Parser - An email reply parser library.
- Email Validator - A small email address validation library.
- Fetch - An IMAP library.
- Mautic - Email marketing automation
- PHPMailer - Another mailer solution.
- Stampie - A library for email services such as SendGrid, PostMark, MailGun and Mandrill.
- SwiftMailer - A mailer solution.
Files
Libraries for file manipulation and MIME type detection.
- CSV - A CSV data manipulation library.
- Flysystem - Another filesystem abstraction layer.
- Gaufrette - A filesystem abstraction layer.
- Hoa Mime - Another MIME detection library.
- PHP FFmpeg - A wrapper for the FFmpeg video library.
- UnifiedArchive - A unified reader and writer of compressed archives.
Streams
Libraries for working with streams.
- Streamer - A simple object-orientated stream wrapper library.
Dependency Injection
Libraries that implement the dependency injection design pattern.
- Aura.Di - A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
- Acclimate - A common interface to dependency injection containers and service locators.
- Auryn - A recursive dependency injector.
- Container - Another flexible dependency injection container.
- Disco - A PSR-11 compatible, annotation-based dependency injection container.
- PHP-DI - A dependency injection container that supports autowiring.
- Pimple - A tiny dependency injection container.
- Symfony DI - A dependency injection container component (SF).
Imagery
Libraries for manipulating images.
- Color Extractor - A library for extracting colours from images.
- Glide - An on-demand image manipulation library.
- Image Hash - A library for generating perceptual image hashes.
- Image Optimizer - A library for optimizing images.
- Imagine - An image manipulation library.
- Intervention Image - Another image manipulation library.
- PHP Image Workshop - Another image manipulation library.
Testing
Libraries for testing codebases and generating test data.
- Alice - An expressive fixture generation library.
- AspectMock - A mocking framework for PHPUnit/Codeception.
- Atoum - A simple testing library.
- Behat - A behaviour driven development (BDD) testing framework.
- Codeception - A full stack testing framework.
- Faker - A fake data generator library.
- HTTP Mock - A library for mocking HTTP requests in unit tests.
- Kahlan - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
- Mink - Web acceptance testing.
- Mockery - A mock object library for testing.
- ParaTest - A parallel testing library for PHPUnit.
- Peridot - An event driven test framework.
- Phake - Another mock object library for testing.
- Pho - Another behaviour driven development testing framework.
- PHP-Mock - A mock library for built-in PHP functions (e.g. time()).
- PHPSpec - A design by specification unit testing library.
- PHPT - A test tool used by PHP itself.
- PHPUnit - A unit testing framework.
- Prophecy - A highly opinionated mocking framework.
- VFS Stream - A virtual filesystem stream wrapper for testing.
Continuous Integration
Libraries and applications for continuous integration.
- CircleCI - A continuous integration platform.
- GitlabCi - Let GitLab CI test, build, deploy your code. TravisCi like.
- Jenkins - A continuous integration platform with PHP support.
- JoliCi - A continuous integration client written in PHP and powered by Docker.
- PHPCI - An open source continuous integration platform for PHP.
- SemaphoreCI - A continuous integration platform for open source and private projects.
- Shippable - A Docker based continious integration platform for open source and private projects.
- Travis CI - A continuous integration platform.
Documentation
Libraries for generating project documentation.
- APIGen - Another API documentation generator.
- daux.io - A documentation generator which uses Markdown files.
- PHP Documentor 2 - A documentation generator.
- phpDox - A documentation generator for PHP projects (that is not limited to API documentation).
- Sami - An API documentation generator.
Security
Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.
- Halite - A simple library for encryption using libsodium.
- HTML Purifier - A standards compliant HTML filter.
- IniScan - A tool that scans PHP INI files for security.
- Optimus - Id obfuscation based on Knuth's multiplicative hashing method.
- PHP Encryption - Secure PHP Encryption Library.
- PHP SSH - An experimental object orientated SSH wrapper library.
- PHPSecLib - A pure PHP secure communications library.
- random_compat - PHP 5.x support for
random_bytes()
andrandom_int()
- RandomLib - A library for generating random numbers and strings.
- Symfony Security Monitoring - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
- TCrypto - A simple encrypted key-value storage library.
- VAddy - A continuous security testing platform for web applications.
- Zed - An integrated penetration testing tool for web applications.
Passwords
Libraries and tools for working with and storing passwords.
- GenPhrase - A library for generating secure random passphrases.
- Password Compat - A compatibility library for the new PHP 5.5 password functions.
- Password Policy - A password policy library for PHP and JavaScript.
- Password Validator - A library for validating and upgrading password hashes.
- Password-Generator - PHP library to generate random passwords.
- PHP Password Lib - A library for generating and validating passwords.
- phpass - A portable password hashing framework.
- Zxcvbn PHP - A realistic PHP password strength estimate library based on Zxcvbn JS.
Code Analysis
Libraries and tools for analysing, parsing and manipulating codebases.
- Better Reflection - AST-based reflection library that allows analysis and manipulation of code
- Code Climate - An automated code review.
- PHP Parser - A PHP parser written in PHP.
- PHP Semantic Versioning Checker - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
- PHPLOC - A tool for quickly measuring the size of a PHP project.
- PHPQA - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
- Qafoo Quality Analyzer - A tool to visualize metrics and source code.
- Scrutinizer - A web tool to scrutinise PHP code.
- UBench - A simple micro benchmark library.
Code Quality
Libraries for managing code quality, formatting and linting.
- PHP CodeSniffer - A library that detects PHP, CSS and JS coding standard violations.
- PHP CS Fixer - A coding standards fixer library.
- PHP Mess Detector - A library that scans code for bugs, sub-optimal code, unused parameters and more.
- PHPCheckstyle - A tool to help adhere to certain coding conventions.
- PHPCPD - A library that detects copied and pasted code.
Static Analysis
Libraries for performing static analysis of PHP code.
- Exakat - A static analysis engine for PHP.
- Mondrian - A code analysis tool using Graph Theory.
- phan - A static analyzer based on PHP 7+ and the php-ast extension.
- PHPCompatibility - A PHP compatibility checker for PHP CodeSniffer.
- PhpDependencyAnalysis - A tool to create customisable dependency graphs.
- PHP Metrics - A static metric library.
- PHP Migration - A static analyzer for PHP version migration.
- PHPStan - A PHP Static Analysis Tool.
- Psalm - A static analysis tool for finding errors in PHP applications.
Architectural
Libraries related to design patterns, programming approaches and ways to organize code.
- Design Patterns PHP - A repository of software patterns implemented in PHP.
- Finite - A simple PHP finite state machine.
- Functional PHP - A functional programming library.
- Iter - A library that provides iteration primitives using generators.
- Patchwork - A library for redefining userland functions.
- Pipeline - A pipeline pattern implementation.
- RulerZ - A powerful rule engine and implementation of the Specification pattern.
Debugging and Profiling
Libraries and tools for debugging and profiling code.
- APM - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
- Barbushin PHP Console - Another web debugging console using Google Chrome.
- Blackfire.io - A low-overhead code profiler.
- Kint - A debugging and profiling tool.
- PHP Console - A web debugging console.
- PHP Debug Bar - A debugging toolbar.
- PHPBench - A benchmarking Framework.
- PHPSpy - A low-overhead sampling profiler.
- Tideways.io - Monitoring and profiling tool.
- Tracy - A simple error detection, logging and time measuring library.
- xDebug - A debug and profile tool for PHP.
- XHProf - A profiling tool originally developed by Facebook.
- Z-Ray - A debug and profile tool for Zend Server.
Build Tools
Project build and automation tools.
- Box - A utility to build PHAR files.
- Construct - A PHP project/micro-package generator.
- Phing - A PHP project build system inspired by Apache Ant.
Task Runners
Libraries for automating and running tasks.
- Bldr - A PHP Task runner built on Symfony components.
- Jobby - A PHP cron job manager without modifying crontab.
- Robo - A PHP Task runner with object-orientated configurations.
- Task - A pure PHP task runner inspired by Grunt and Gulp.
Navigation
Tools for building navigation structures.
- KnpMenu - A menu library.
Asset Management
Tools for managing, compressing and minifying website assets.
- JShrink - A JavaScript minifier library.
- Munee - An asset optimiser library.
- Puli - A library for determining assets absolute paths.
- BowerPHP - A PHP implementation of Bower. A package manager for the web
Geolocation
Libraries for geocoding addresses and working with latitudes and longitudes.
- GeoCoder - A geocoding library.
- GeoJSON - A GeoJSON implementation.
- GeoTools - A library of geo-related tools.
- PHPGeo - A simple geo library.
Date and Time
Libraries for working with dates and times.
- CalendR - A calendar management library.
- Carbon - A simple DateTime API extension.
- Chronos - A DateTime API extension supporting both mutable and immutable date/time.
- Moment.php - Moment.js inspired PHP DateTime handler with i18n support.
- Yasumi - An library to help you calculate the dates and names of holidays.
Event
Libraries that are event-driven or implement non-blocking event loops.
- Amp - An event driven non-blocking I/O library.
- Broadway - An event source and CQRS library.
- Cake Event - An event dispatcher library (CP).
- Elephant.io - Yet another web socket library.
- Evenement - An event dispatcher library.
- Event - An event library with a focus on domain events.
- Hoa EventSource - An event source library.
- Hoa WebSocket - Another web socket library.
- Prooph Event Store - An event source component to persist event messages
- Ratchet - A web socket library.
- React - An event driven non-blocking I/O library.
- RxPHP - A reactive extension library.
- Swoole - An event-driven asynchronous and concurrent networking communication framework with high performance for PHP written in C.
- Workerman - An event driven non-blocking I/O library.
Logging
Libraries for generating and working with log files.
- Monolog - A comprehensive logger.
E-commerce
Libraries and applications for taking payments and building online e-commerce stores.
- Money - A PHP implementation of Fowler's money pattern.
- OmniPay - A framework agnostic multi-gateway payment processing library.
- Payum - A payment abstraction library.
- Shopware - Highly customizable e-commerce software
- Swap - An exchange rates library.
- Sylius - An open source e-commerce solution.
Libraries and software for working with PDF files.
- Dompdf - A HTML to PDF converter.
- PHPPdf - A library for generating PDFs and images from XML.
- Snappy - A PDF and image generation library.
- WKHTMLToPDF - A tool to convert HTML to PDF.
Office
Libraries for working with office suite documents.
- PHPPowerPoint - A library for working with Microsoft PowerPoint Presentations.
- PHPWord - A library for working with Microsoft Word documents.
- PHPSpreadsheet - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
- Spout - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way .
Database
Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.
- Atlas.Orm - A data mapper implementation for your persistence model in PHP.
- Aura.Sql - Provides an extension to the native PDO along with a profiler and connection locator.
- Aura.SqlQuery - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
- Baum - A nested set implementation for Eloquent.
- Cake ORM - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
- Doctrine Extensions - A collection of Doctrine behavioural extensions.
- Doctrine - A comprehensive DBAL and ORM.
- Eloquent - A simple ORM (L5).
- Pomm - An Object Model Manager for PostgreSQL.
- ProxyManager - A set of utilities to generate proxy objects for data mappers.
- RedBean - A lightweight, configuration-less ORM.
- Spot2 - A MySQL datamapper ORM.
Migrations
Libraries to help manage database schemas and migrations.
- Doctrine Migrations - A migration library for Doctrine.
- Migrations - A migration management library.
- Phinx - Another database migration library.
- PHPMig - Another migration management library.
- Ruckusing - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
NoSQL
Libraries for working with "NoSQL" backends.
Queue
Libraries for working with event and task queues.
- Bernard - A multibackend abstraction library.
- BunnyPHP - A performant pure-PHP AMQP (RabbitMQ) sync and also async (ReactPHP) library.
- Pheanstalk - A Beanstalkd client library.
- PHP AMQP - A pure PHP AMQP library.
- Tarantool Queue - PHP bindings for Tarantool Queue.
- Thumper - A RabbitMQ pattern library.
Search
Libraries and software for indexing and performing search queries on data.
- Elastica - A client library for ElasticSearch.
- ElasticSearch PHP - The official client library for ElasticSearch.
- Solarium - A client library for Solr.
- Sphinx Search - Sphinx Search library provides SphinxQL indexing and searching features
- SphinxQL query builder - A query library for the Sphinx search engine.
Command Line
Libraries related to the command line.
- Aura.Cli - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
- Boris - A tiny PHP REPL.
- Cilex - A micro framework for building command line tools.
- CLI Menu - A library for building CLI menus.
- CLIFramework - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
- CLImate - A library for outputting colours and special formatting.
- Commando - Another simple command line opt parser.
- Cron Expression - A library to calculate cron run dates.
- GetOpt - A command line opt parser.
- GetOptionKit - Another command line opt parser.
- Hoa Console - Another command line library.
- PsySH - Another PHP REPL.
- ShellWrap - A simple command line wrapper library.
Authentication and Authorization
Libraries for implementing user authentication and authorization.
- Aura.Auth - Provides authentication functionality and session tracking using various adapters.
- SocialConnect Auth - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect).
- Json Web Token - Json Tokens to authenticate and transmit information.
- OAuth 1.0 Client - An OAuth 1.0 client library.
- OAuth 2.0 Client - An OAuth 2.0 client library.
- OAuth2 Server - Another OAuth2 server implementation.
- OAuth2 Server - An OAuth2 authentication server, resource server and client library.
- Opauth - A multi-provider authentication framework.
- PHP oAuthLib - Another OAuth library.
- Sentinel Social - A library for social network authentication.
- Sentinel - A framework agnostic authentication & authorisation library.
- TwitterOAuth - A Twitter OAuth library.
Markup
Libraries for working with markup.
- Cebe Markdown - An fast and extensible Markdown parser.
- CommonMark PHP - A Markdown parser which supports the full CommonMark spec.
- Decoda - A lightweight markup parser library.
- Emoji - A library that converts unicode characters and names into emoji images.
- HTML to Markdown - Converts HTML into Markdown.
- HTML5 PHP - An HTML5 parser and serializer library.
- Parsedown - Another Markdown parser.
- PHP Markdown - A Markdown parser.
Strings
Libraries for parsing and manipulating strings.
- Agent - A PHP desktop/mobile user agent parser, based on Mobiledetect.
- ANSI to HTML5 - An ANSI to HTML5 converter library.
- Color Jizz - A library for manipulating and converting colours.
- Device Detector - Another library for parsing user agent strings.
- Hoa String - Another UTF-8 string library.
- Jieba-PHP - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
- Mobile-Detect - A lightweight PHP class for detecting mobile devices (including tablets).
- Patchwork UTF-8 - A portable library for working with UTF-8 strings.
- Slugify - A library to convert strings to slugs.
- SQL Formatter - A library for formatting SQL statements.
- Stringy - A string manipulation library with multibyte support.
- UA Parser - A library for parsing user agent strings.
- URLify - A PHP port of Django's URLify.js.
- UUID - A library for generating UUIDs.
Numbers
Libraries for working with numbers.
- ByteUnits - A library to parse, format and convert byte units in binary and metric systems.
- LibPhoneNumber for PHP - A PHP implementation of Google's phone number handling library.
- PHP Conversion - Another library for converting between units of measure.
- PHP Units of Measure - A library for converting between units of measure.
Filtering and Validation
Libraries for filtering and validating data.
- Assert - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
- Aura.Filter - Provides tools to validate and sanitize objects and arrays.
- Cake Validation - Another validation library (CP).
- Filterus - A simple PHP filtering library.
- ISO-codes - A library for validating inputs according standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
- JSON Schema - A JSON Schema validation library.
- MetaYaml - A schema validation library that supports YAML, JSON and XML.
- Respect Validation - A simple validation library.
- Upload - A library for handling file uploads and validation.
- Valitron - Another validation library.
- Volan - Another simplified validation library.
API
Libraries and web tools for developing APIs.
- API Platform - Expose in minutes an hypermedia REST API that embraces JSON-LD, Hydra format.
- Apigility - An API builder built with Zend Framework 2.
- Drest - A library for exposing Doctrine entities as REST resource endpoints.
- HAL - A Hypertext Application Language (HAL) builder library.
- Hateoas - A HATEOAS REST web service library.
- Negotiation - A content negotiation library.
- Restler - A lightweight framework to expose PHP methods as RESTful web API.
- wsdl2phpgenerator - A tool to generate PHP classes from SOAP WSDL files.
Caching
Libraries for caching data.
- Alternative PHP Cache (APC) - Open opcode cache for PHP.
- APIx Cache - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
- CacheTool - A tool to clear APC/opcode caches from the command line.
- Cake Cache - A caching library (CP).
- Doctrine Cache - A caching library.
- Metaphore - Cache slam defense using a semaphore to prevent dogpile effect.
- Stash - Another library for caching.
- Zend Cache - Another caching library (ZF2).
Data Structure and Storage
Libraries that implement data structure or storage techniques.
- Cake Collection - A simple collections library (CP).
- Fractal - A library for converting complex data structures to JSON output.
- Ginq - Another PHP library based on .NET's LINQ.
- JsonMapper - A library that maps nested JSON structures onto PHP classes.
- Knapsack - Collection library inspired by Clojure's sequences.
- msgpack.php - A pure PHP implementation of the MessagePack serialization format.
- PINQ - A PHP library based on .NET's LINQ (Language Integrated Query).
- Porter - Data import abstraction framework.
- Serializer - A library for serialising and de-serialising data.
- YaLinqo - Yet Another LINQ to Objects for PHP.
- Zend Serializer - Another library for serialising and de-serialising data (ZF2).
Notifications
Libraries for working with notification software.
- JoliNotif - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
- Notification Pusher - A standalone library for device push notifications.
- Notificato - A library for handling push notifications.
- Notificator - A lightweight notification library.
- Php-pushwoosh - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
Deployment
Libraries for project deployment.
- Deployer - A deployment tool.
- Envoy - A tool to run SSH tasks with PHP.
- Rocketeer - A fast and easy deployer for the PHP world.
Internationalisation and Localisation
Libraries for Internationalization (I18n) and Localization (L10n).
- Aura.Intl - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation.
- Cake I18n - Message translation and localization for dates and numbers (CP)
Serverless
Libraries and tools to help build serverless web applications.
- Bref - Serverless PHP on AWS Lambda.
- OpenWhisk - An open source serverless cloud platform.
- Serverless Framework - An open source framework for building serverless applications.
Configuration
Libraries and tools for configuration.*
- PHP Dotenv - Parse and load environment variables from
.env
files. - Symfony Dotenv- Parse and load environment variables from
.env
files.
Third Party APIs
Libraries for accessing third party APIs.
- Amazon Web Service SDK - The official PHP AWS SDK library.
- Campaign Monitor - The official Campaign Monitor PHP library.
- Dropbox SDK - The official PHP Dropbox SDK library.
- Github - A library to interface with the Github API.
- Mailgun The official Mailgun PHP API.
- Stripe - The official Stripe PHP library.
- Twilio - The official Twilio PHP REST API.
Extensions
Libraries to help build PHP extensions.
- PHP CPP - A C++ library for developing PHP extensions.
- Zephir - A compiled language between PHP and C++ for developing PHP extensions.
Miscellaneous
Useful libraries or tools that don't fit in the categories above.
- Annotations - An annotations library (part of Doctrine).
- BotMan - A framework agnostic PHP library to build cross-platform chat bots.
- Cake Utility - Utility classes such as Inflector, String, Hash, Security and Xml (CP).
- Chief - A command bus library.
- ClassPreloader - A library for optimising autoloading.
- Country List - A list of all countries with names and ISO 3166-1 codes.
- Embera - An Oembed consumer library.
- Essence - A library for extracting web media.
- Graphviz - A Graphviz library.
- Hprose-PHP - A very newbility RPC Library, support 25+ languages now.
- JSON Lint - A JSON lint utility.
- JSONPCallbackValidator - A library for validating JSONP callbacks.
- Metrics - A simple metrics API library.
- noCAPTCHA - Helper for Google's noCAPTCHA (reCAPTCHA).
- Nmap - A PHP wrapper around Nmap.
- Pagerfanta - A pagination library.
- PHP PassBook - A PHP library for iOS PassBook.
- PHP-ML - A library for Machine Learning in PHP.
- PHPCR - A PHP port of the Java Content Repository (JCR).
- PHPStack - A TCP/IP stack proof of concept written in PHP.
- print_o - An object graph visualizer.
- Procrastinator - A library for running time consuming tasks.
- Prooph Service Bus - Lightweight message bus supporting CQRS and Micro Services
- RMT - A library for versioning and releasing software.
- sabre/vobject - A library for parsing VCard and iCalendar objects.
- Slimdump - An easy dumper tool for MySQL.
- Spork - A process forking library.
- SuperClosure - A library that allows Closures to be serialized.
- Symfony VarDumper - A variable dumper component (SF).
- Underscore - A PHP port of the Underscore JS library.
- Whoops - A pretty error handling library.
Software
Software for creating a development environment.
PHP Installation
Tools to help install and manage PHP on your computer.
- HomeBrew - A package manager for OSX.
- Brew PHP Switcher - Brew PHP switcher.
- PHP Brew - A PHP version manager and installer.
- PHP Build - Another PHP version installer.
- PHP OSX - A PHP installer for OSX.
- VirtPHP - A tool for creating and managing isolated PHP environments.
Development Environment
Software and tools for creating a sandboxed development environment.
- Ansible - A radically simple orchestration framework.
- Phansible - A web tool for building PHP development virtual machines with Ansible.
- Protobox - Another web tool for building PHP development virtual machines.
- PuPHPet - A web tool for building PHP development virtual machines.
- Puppet - A server automation framework and application.
- Vagrant - A portable development environment utility.
- Docker - A containerization platform.
Virtual Machines
Alternative PHP virtual machines.
- Hack - A programming language for HHVM.
- HHVM - A Virtual Machine, Runtime and JIT for PHP by Facebook.
Text Editors and IDEs
Text Editors and Integrated Development Environments (IDE) with support for PHP.
- Atom - A hackable text editor.
- Atom IDE - An IDE extension for Atom.
- Eclipse for PHP Developers - A PHP IDE based on the Eclipse platform.
- Netbeans - An IDE with support for PHP and HTML5.
- PhpStorm - A commercial PHP IDE.
- VS Code - An open source code editor.
Web Applications
Web-based applications and tools.
- 3V4L - An online PHP & HHVM shell.
- DBV - A database version control application.
- PHP Queue - An application for managing queueing backends.
- MailCatcher - A web tool for capturing and viewing emails.
- Cachet - The open source status page system.
- phpRedisAdmin - A simple web interface to manage Redis databases.
- phpMyAdmin - A web interface for MySQL/MariaDB.
- Adminer - Database management in a single PHP file.
- Lychee - An easy to use and great looking photo-management-system.
Infrastructure
Infrastructure for providing PHP applications and services.
- appserver.io - A multithreaded application server for PHP, written in PHP.
- php-pm - A process manager, supercharger and load balancer for PHP applications.
Resources
Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
PHP Websites
Useful PHP-related websites.
- libs.garden: PHP - An overview of fastest growing PHP libraries.
- Nomad PHP - A online PHP learning resource.
- PHP Best Practices - A PHP best practice guide.
- PHP FIG - The PHP Framework Interoperability Group.
- PHP Mentoring - Peer to peer PHP mentorship organization.
- PHP Package Development Standards - Package development standards for PHP.
- PHP School - Open Source Learning for PHP.
- PHP Security - A guide to PHP security.
- PHP The Right Way - A PHP best practice quick reference guide.
- PHP UG - A website to help people locate their nearest PHP user group (UG).
- PHP Versions - Lists which versions of PHP are available on several popular web hosts.
- PHP Weekly - A weekly PHP newsletter.
- Securing PHP - A newsletter about PHP security and library recommendations.
- Seven PHP - A website that interviews members of the PHP community.
- PHP Annotated Monthly - A monthly digest of PHP news.
Other Websites
Useful websites related to web development.
- Atlassian Git Tutorials - A series of Git tutorials.
- Learning Linux - A website for learning Linux.
- Semantic Versioning - A website explaining semantic versioning.
- Servers for Hackers - A newsletter about server management.
- The Open Web Application Security Project (OWASP) - An open software security community.
- WebSec IO - A web security community resource.
PHP Books
Fantastic PHP-related books.
- Functional Programming in PHP - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
- Grumpy PHPUnit - A book about unit testing with PHPUnit by Chris Hartjes.
- Mastering Object-Orientated PHP - A book about object-orientated PHP by Brandon Savage.
- Modern PHP New Features and Good Practices - A book about new PHP features and best practices by Josh Lockhart.
- Modernizing Legacy Applications in PHP - A book about modernizing legacy PHP applications by Paul M. Jones.
- PHP 7 Upgrade Guide - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
- PHP Pandas - A book about learning to write PHP by Dayle Rees.
- Scaling PHP Applications - An ebook about scaling PHP applications by Steve Corona.
- Securing PHP: Core Concepts - A book about common security terms and practices for PHP by Chris Cornutt.
- Signaling PHP - A book about catching PCNTL signals in CLI scripts by Cal Evans.
- The Grumpy Programmer's Guide to Building Testable PHP Applications - A book about building testing PHP applications by Chris Hartjes.
- XML Parsing with PHP - This book covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to create and modify XML files programmatically.
- Domain-Driven Design in PHP - Real examples written in PHP showcasing DDD Architectural Styles.
Other Books
Books related to general computing and web development.
- Elasticsearch: The Definitive Guide - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
- Eloquent JavaScript - A book about JavaScript programming by Marijn Haverbeke.
- Head First Design Patterns - A book that expains software design patterns.
- Pro Git - A book about Git by Scott Chacon and Ben Straub.
- The Linux Command Line - A book about the Linux command line by William Shotts.
- The Tangled Web — Securing Web Applications - A book about securing web applications by Michal Zalewski.
- Understanding Computation - A book about computation theory by Tom Stuart.
- Vagrant Cookbook - A book about creating Vagrant environments by Erika Heidi.
PHP Videos
Fantastic PHP-related videos.
- Nomad PHP Lightning Talks - 10 to 15 minute Lightning Talks by PHP community members.
- PHP UK Conference - A collection of videos from the PHP UK Conference.
- Programming with Anthony - A video series by Anthony Ferrara.
- Taking PHP Seriously - A talk outlining PHP's strengths by Keith Adams of Facebook.
PHP Podcasts
Podcasts with a focus on PHP topics.
- PHP Town Hall - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
- Voices of the ElePHPant Interviews with the people that make the PHP community special.
- PHP Roundtable - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
PHP Reading
PHP-releated reading materials.
- Composer Primer - A Composer primer.
- Composer Stability Flags - An article about Composer stability flags.
- Composer Versioning - An article about Composer versioning.
- Create Your Own PHP Framework - A series of articles on how to make your own PHP framework by Fabien Potencier.
- Don't Worry About BREACH - An article about the BREACH hack and CSRF tokens.
- On PHP 5.3, Lambda Functions and Closures - An article about lambda functions and closures.
- PHP Is Much Better Than You Think - An article about the PHP language and ecosystem.
- PHP Package Checklist - A checklist for successful PHP package development.
- PHP Sucks! But I Like It! - An article about the pros and cons of PHP.
- Preventing CSRF Attacks - An article on preventing CSRF attacks.
- Seven Ways to Screw Up BCrypt - An article about correct BCrypt implementation.
- The 2018 Guide to Building Secure PHP Software - A guide to building secure PHP software.
- Use Env - An article about using the unix environment helper.
PHP Internals Reading
Reading materials related to the PHP internals or performance.
- Disproving the Single Quotes Myth - An article about performance of single and double quoted strings.
- How Big Are PHP Arrays (And Values) Really? - An article about array internals.
- How Foreach Works - A detailed StackOverflow answer about foreach.
- How Long is a Piece of String - An article about string internals.
- PHP Evaluation Order - An article about evaluation order in PHP.
- PHP Internals Book - An online book about PHP internals, written by three core developers.
- PHP RFCs - The home of PHP RFCs (Request for Comments).
- Print vs Echo, Which One is Faster? - An article about print and echo performance.
- The PHP Ternary Operator. Fast or Not? - An article ternary performance.
- Understanding OpCodes - An article about opcodes.
- When Does Foreach Copy? - An article about the internals of foreach.
- Why Objects (Usually) Use Less Memory Than Arrays - An article about object and array internals.
- You're Being Lied To - An article about internal ZVALs.
- Collecting Garbage: 1 2 3 - A series about the PHP garbage collection internals.
- PHP Source Code for Developers: 1 2 3 4 - A series about the PHP source code.
PHP Magazines
Fantastic PHP-related magazines.
- php[architect] - A monthly magazine dedicated to PHP.
原文:
本文:
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 26 次浏览
【Python框架】精选的Python框架,库,软件和资源的精选列表
A curated list of awesome Python frameworks, libraries, software and resources https://awesome-python.com/
A curated list of awesome Python frameworks, libraries, software and resources.
Inspired by awesome-php.
- Awesome Python
- Admin Panels
- Algorithms and Design Patterns
- Audio
- Authentication
- Build Tools
- Built-in Classes Enhancement
- Caching
- ChatOps Tools
- CMS
- Code Analysis
- Command-line Interface Development
- Command-line Tools
- Compatibility
- Computer Vision
- Concurrency and Parallelism
- Configuration
- Cryptography
- Data Analysis
- Data Validation
- Data Visualization
- Database
- Database Drivers
- Date and Time
- Debugging Tools
- Deep Learning
- DevOps Tools
- Distributed Computing
- Distribution
- Documentation
- Downloader
- E-commerce
- Editor Plugins and IDEs
- Environment Management
- Files
- Foreign Function Interface
- Forms
- Functional Programming
- Game Development
- Geolocation
- GUI Development
- Hardware
- HTML Manipulation
- HTTP Clients
- Image Processing
- Implementations
- Interactive Interpreter
- Internationalization
- Job Scheduler
- Logging
- Machine Learning
- Miscellaneous
- Natural Language Processing
- Network Virtualization
- Networking
- News Feed
- ORM
- Package Management
- Package Repositories
- Permissions
- Processes
- Queue
- Recommender Systems
- RESTful API
- Robotics
- RPC Servers
- Science
- Search
- Serialization
- Serverless Frameworks
- Specific Formats Processing
- Static Site Generator
- Tagging
- Template Engine
- Testing
- Text Processing
- Third-party APIs
- URL Manipulation
- Video
- Web Asset Management
- Web Content Extracting
- Web Crawling
- Web Frameworks
- WebSocket
- WSGI Servers
- Services
- Resources
- Contributing
Admin Panels
Libraries for administrative interfaces.
- ajenti - The admin panel your servers deserve.
- django-grappelli - A jazzy skin for the Django Admin-Interface.
- django-jet - Modern responsive template for the Django admin interface with improved functionality.
- django-suit - Alternative Django Admin-Interface (free only for Non-commercial use).
- django-xadmin - Drop-in replacement of Django admin comes with lots of goodies.
- flask-admin - Simple and extensible administrative interface framework for Flask.
- flower - Real-time monitor and web admin for Celery.
- wooey - A Django app which creates automatic web UIs for Python scripts.
Algorithms and Design Patterns
Python implementation of algorithms and design patterns.
- algorithms - Minimal examples of data structures and algorithms in Python.
- PyPattyrn - A simple yet effective library for implementing common design patterns.
- python-patterns - A collection of design patterns in Python.
- sortedcontainers - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
Audio
Libraries for manipulating audio and its metadata.
- Audio
- audioread - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- dejavu - Audio fingerprinting and recognition.
- mingus - An advanced music theory and notation package with MIDI file and playback support.
- pyAudioAnalysis - Audio feature extraction, classification, segmentation and applications.
- pydub - Manipulate audio with a simple and easy high level interface.
- TimeSide - Open web audio processing framework.
- Metadata
- beets - A music library manager and MusicBrainz tagger.
- eyeD3 - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
- mutagen - A Python module to handle audio metadata.
- tinytag - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
Authentication
Libraries for implementing authentications schemes.
- OAuth
- authlib - JavaScript Object Signing and Encryption draft implementation.
- django-allauth - Authentication app for Django that "just works."
- django-oauth-toolkit - OAuth 2 goodies for Django.
- oauthlib - A generic and thorough implementation of the OAuth request-signing logic.
- python-oauth2 - A fully tested, abstract interface to creating OAuth clients and servers.
- python-social-auth - An easy-to-setup social authentication mechanism.
- JWT
- pyjwt - JSON Web Token implementation in Python.
- python-jose - A JOSE implementation in Python.
- python-jwt - A module for generating and verifying JSON Web Tokens.
Build Tools
Compile software from source code.
- BitBake - A make-like build tool for embedded Linux.
- buildout - A build system for creating, assembling and deploying applications from multiple parts.
- PlatformIO - A console tool to build code with different development platforms.
- pybuilder - A continuous build tool written in pure Python.
- SCons - A software construction tool.
Built-in Classes Enhancement
Libraries for enhancing Python built-in classes.
- dataclasses - (Python standard library) Data classes.
- attrs - Replacement for
__init__
,__eq__
,__repr__
, etc. boilerplate in class definitions. - bidict - Efficient, Pythonic bidirectional map data structures and related functionality..
- Box - Python dictionaries with advanced dot notation access.
- DottedDict - A library that provides a method of accessing lists and dicts with a dotted path notation.
CMS
Content Management Systems.
- wagtail - A Django content management system.
- django-cms - An Open source enterprise CMS based on the Django.
- feincms - One of the most advanced Content Management Systems built on Django.
- Kotti - A high-level, Pythonic web application framework built on Pyramid.
- mezzanine - A powerful, consistent, and flexible content management platform.
- plone - A CMS built on top of the open source application server Zope.
- quokka - Flexible, extensible, small CMS powered by Flask and MongoDB.
Caching
Libraries for caching data.
- beaker - A WSGI middleware for sessions and caching.
- django-cache-machine - Automatic caching and invalidation for Django models.
- django-cacheops - A slick ORM cache with automatic granular event-driven invalidation.
- dogpile.cache - dogpile.cache is next generation replacement for Beaker made by same authors.
- HermesCache - Python caching library with tag-based invalidation and dogpile effect prevention.
- pylibmc - A Python wrapper around the libmemcached interface.
- python-diskcache - SQLite and file backed cache backend with faster lookups than memcached and redis.
ChatOps Tools
Libraries for chatbot development.
- errbot - The easiest and most popular chatbot to implement ChatOps.
Code Analysis
Tools of static analysis, linters and code quality checkers. Also see awesome-static-analysis.
- Code Analysis
- coala - Language independent and easily extendable code analysis application.
- code2flow - Turn your Python and JavaScript code into DOT flowcharts.
- prospector - A tool to analyse Python code.
- pycallgraph - A library that visualises the flow (call graph) of your Python application.
- Code Linters
- Code Formatters
- Static Type Checkers
- mypy - Check variable types during compile time.
- pyre-check - Performant type checking.
- Static Type Annotations Generators
- MonkeyType - A system for Python that generates static type annotations by collecting runtime types
Command-line Interface Development
Libraries for building command-line applications.
- Command-line Application Development
- cement - CLI Application Framework for Python.
- click - A package for creating beautiful command line interfaces in a composable way.
- cliff - A framework for creating command-line programs with multi-level commands.
- clint - Python Command-line Application Tools.
- docopt - Pythonic command line arguments parser.
- python-fire - A library for creating command line interfaces from absolutely any Python object.
- python-prompt-toolkit - A library for building powerful interactive command lines.
- Terminal Rendering
- asciimatics - A package to create full-screen text UIs (from interactive forms to ASCII animations).
- bashplotlib - Making basic plots in the terminal.
- colorama - Cross-platform colored terminal text.
- tqdm - Fast, extensible progress bar for loops and CLI.
Command-line Tools
Useful CLI-based tools for productivity.
- Productivity Tools
- cookiecutter - A command-line utility that creates projects from cookiecutters (project templates).
- doitlive - A tool for live presentations in the terminal.
- howdoi - Instant coding answers via the command line.
- PathPicker - Select files out of bash output.
- percol - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- thefuck - Correcting your previous console command.
- tmuxp - A tmux session manager.
- try - A dead simple CLI to try out python packages - it's never been easier.
- CLI Enhancements
- httpie - A command line HTTP client, a user-friendly cURL replacement.
- kube-shell - An integrated shell for working with the Kubernetes CLI.
- mycli - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
- pgcli - Postgres CLI with autocompletion and syntax highlighting.
- saws - A Supercharged aws-cli.
Compatibility
Libraries for migrating from Python 2 to 3.
- python-future - The missing compatibility layer between Python 2 and Python 3.
- python-modernize - Modernizes Python code for eventual Python 3 migration.
- six - Python 2 and 3 compatibility utilities.
Computer Vision
Libraries for computer vision.
- OpenCV - Open Source Computer Vision Library.
- pytesseract - Another wrapper for Google Tesseract OCR.
- SimpleCV - An open source framework for building computer vision applications.
Concurrency and Parallelism
Libraries for concurrent and parallel execution. Also see awesome-asyncio.
- concurrent.futures - (Python standard library) A high-level interface for asynchronously executing callables.
- multiprocessing - (Python standard library) Process-based parallelism.
- eventlet - Asynchronous framework with WSGI support.
- gevent - A coroutine-based Python networking library that uses greenlet.
- uvloop - Ultra fast implementation of
asyncio
event loop on top oflibuv
. - scoop - Scalable Concurrent Operations in Python.
Configuration
Libraries for storing and parsing configuration options.
- configobj - INI file parser with validation.
- configparser - (Python standard library) INI file parser.
- profig - Config from multiple formats with value conversion.
- python-decouple - Strict separation of settings from code.
Cryptography
- cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
- paramiko - The leading native Python SSHv2 protocol library.
- passlib - Secure password storage/hashing library, very high level.
- pynacl - Python binding to the Networking and Cryptography (NaCl) library.
Data Analysis
Libraries for data analyzing.
- Blaze - NumPy and Pandas interface to Big Data.
- Open Mining - Business Intelligence (BI) in Pandas interface.
- Orange - Data mining, data visualization, analysis and machine learning through visual programming or scripts.
- Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
- Optimus - Agile Data Science Workflows made easy with PySpark.
Data Validation
Libraries for validating data. Used for forms in many cases.
- Cerberus - A lightweight and extensible data validation library.
- colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
- jsonschema - An implementation of JSON Schema for Python.
- schema - A library for validating Python data structures.
- Schematics - Data Structure Validation.
- valideer - Lightweight extensible data validation and adaptation library.
- voluptuous - A Python data validation library.
Data Visualization
Libraries for visualizing data. Also see awesome-javascript.
- Altair - Declarative statistical visualization library for Python.
- Bokeh - Interactive Web Plotting for Python.
- bqplot - Interactive Plotting Library for the Jupyter Notebook
- Dash - Built on top of Flask, React and Plotly aimed at analytical web applications.
- plotnine - A grammar of graphics for Python based on ggplot2.
- Matplotlib - A Python 2D plotting library.
- Pygal - A Python SVG Charts Creator.
- PyGraphviz - Python interface to Graphviz.
- PyQtGraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- Seaborn - Statistical data visualization using Matplotlib.
- VisPy - High-performance scientific visualization based on OpenGL.
Database
Databases implemented in Python.
- pickleDB - A simple and lightweight key-value store for Python.
- tinydb - A tiny, document-oriented database.
- ZODB - A native object database for Python. A key-value and object graph database.
Database Drivers
Libraries for connecting and operating databases.
- MySQL - awesome-mysql
- mysqlclient - MySQL connector with Python 3 support (mysql-python fork).
- PyMySQL - A pure Python MySQL driver compatible to mysql-python.
- PostgreSQL - awesome-postgres
- Other Relational Databases
- pymssql - A simple database interface to Microsoft SQL Server.
- NoSQL Databases
- cassandra-driver - The Python Driver for Apache Cassandra.
- happybase - A developer-friendly library for Apache HBase.
- kafka-python - The Python client for Apache Kafka.
- py2neo - Python wrapper client for Neo4j's restful interface.
- pymongo - The official Python client for MongoDB.
- redis-py - The Python client for Redis.
- Asynchronous Clients
- motor - The async Python driver for MongoDB.
- Telephus - Twisted based client for Cassandra.
- txpostgres - Twisted based asynchronous driver for PostgreSQL.
- txRedis - Twisted based client for Redis.
Date and Time
Libraries for working with dates and times.
- Chronyk - A Python 3 library for parsing human-written times and dates.
- dateutil - Extensions to the standard Python datetime module.
- delorean - A library for clearing up the inconvenient truths that arise dealing with datetimes.
- moment - A Python library for dealing with dates/times. Inspired by Moment.js.
- Pendulum - Python datetimes made easy.
- PyTime - An easy-to-use Python module which aims to operate date/time/datetime by string.
- pytz - World timezone definitions, modern and historical. Brings the tz database into Python.
- when.py - Providing user-friendly functions to help perform common date and time actions.
- maya - Datetimes for Humans.
Debugging Tools
Libraries for debugging code.
- pdb-like Debugger
- Tracing
- lptrace - strace for Python programs.
- manhole - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.
- pyringe - Debugger capable of attaching to and injecting code into Python processes.
- python-hunter - A flexible code tracing toolkit.
- Profiler
- line_profiler - Line-by-line profiling.
- memory_profiler - Monitor Memory usage of Python code.
- profiling - An interactive Python profiler.
- py-spy - A sampling profiler for Python programs. Written in Rust.
- pyflame - A ptracing profiler For Python.
- vprof - Visual Python profiler.
- Others
- icecream - Inspect variables, expressions, and program execution with a single, simple function call.
- django-debug-toolbar - Display various debug information for Django.
- django-devserver - A drop-in replacement for Django's runserver.
- flask-debugtoolbar - A port of the django-debug-toolbar to flask.
- pyelftools - Parsing and analyzing ELF files and DWARF debugging information.
Deep Learning
Frameworks for Neural Networks and Deep Learning. Also see awesome-deep-learning.
- caffe - A fast open framework for deep learning..
- keras - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- mxnet - A deep learning framework designed for both efficiency and flexibility.
- pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
- SerpentAI - Game agent framework. Use any video game as a deep learning sandbox.
- tensorflow - The most popular Deep Learning framework created by Google.
- Theano - A library for fast numerical computation.
DevOps Tools
Software and libraries for DevOps.
- ansible - A radically simple IT automation platform.
- cloudinit - A multi-distribution package that handles early initialization of a cloud instance.
- cuisine - Chef-like functionality for Fabric.
- docker-compose - Fast, isolated development environments using Docker.
- fabric - A simple, Pythonic tool for remote execution and deployment.
- fabtools - Tools for writing awesome Fabric files.
- honcho - A Python clone of Foreman, for managing Procfile-based applications.
- OpenStack - Open source software for building private and public clouds.
- pexpect - Controlling interactive programs in a pseudo-terminal like GNU expect.
- psutil - A cross-platform process and system utilities module.
- saltstack - Infrastructure automation and management system.
- supervisor - Supervisor process control system for UNIX.
Distributed Computing
Frameworks and libraries for Distributed Computing.
- Batch Processing
- PySpark - Apache Spark Python API.
- dask - A flexible parallel computing library for analytic computing.
- luigi - A module that helps you build complex pipelines of batch jobs.
- mrjob - Run MapReduce jobs on Hadoop or Amazon Web Services.
- Ray - A system for parallel and distributed Python that unifies the machine learning ecosystem.
- Stream Processing
- faust - A stream processing library, porting the ideas from Kafka Streams to Python.
- streamparse - Run Python code against real-time streams of data via Apache Storm.
Distribution
Libraries to create packaged executables for release distribution.
- dh-virtualenv - Build and distribute a virtualenv as a Debian package.
- Nuitka - Compile scripts, modules, packages to an executable or extension module.
- py2app - Freezes Python scripts (Mac OS X).
- py2exe - Freezes Python scripts (Windows).
- PyInstaller - Converts Python programs into stand-alone executables (cross-platform).
- pynsist - A tool to build Windows installers, installers bundle Python itself.
Documentation
Libraries for generating project documentation.
- sphinx - Python Documentation generator.
- pdoc - Epydoc replacement to auto generate API documentation for Python libraries.
- pycco - The literate-programming-style documentation generator.
Downloader
Libraries for downloading.
- s3cmd - A command line tool for managing Amazon S3 and CloudFront.
- s4cmd - Super S3 command line tool, good for higher performance.
- you-get - A YouTube/Youku/Niconico video downloader written in Python 3.
- youtube-dl - A small command-line program to download videos from YouTube.
E-commerce
Frameworks and libraries for e-commerce and payments.
- alipay - Unofficial Alipay API for Python.
- Cartridge - A shopping cart app built using the Mezzanine.
- django-oscar - An open-source e-commerce framework for Django.
- django-shop - A Django based shop system.
- merchant - A Django app to accept payments from various payment processors.
- money -
Money
class with optional CLDR-backed locale-aware formatting and an extensible currency exchange. - python-currencies - Display money format and its filthy currencies.
- forex-python - Foreign exchange rates, Bitcoin price index and currency conversion.
- saleor - An e-commerce storefront for Django.
- shoop - An open source E-Commerce platform based on Django.
Editor Plugins and IDEs
- Emacs
- elpy - Emacs Python Development Environment.
- Sublime Text
- anaconda - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- SublimeJEDI - A Sublime Text plugin to the awesome auto-complete library Jedi.
- Vim
- jedi-vim - Vim bindings for the Jedi auto-completion library for Python.
- python-mode - An all in one plugin for turning Vim into a Python IDE.
- YouCompleteMe - Includes Jedi-based completion engine for Python.
- Visual Studio
- PTVS - Python Tools for Visual Studio.
- Visual Studio Code
- Python - The official VSCode extension with rich support for Python.
- IDE
Libraries for sending and parsing email.
- envelopes - Mailing for human beings.
- flanker - An email address and Mime parsing library.
- imbox - Python IMAP for Humans.
- inbox.py - Python SMTP Server for Humans.
- lamson - Pythonic SMTP Application Server.
- Marrow Mailer - High-performance extensible mail delivery framework.
- modoboa - A mail hosting and management platform including a modern and simplified Web UI.
- Nylas Sync Engine - Providing a RESTful API on top of a powerful email sync platform.
- yagmail - Yet another Gmail/SMTP client.
Environment Management
Libraries for Python version and virtual environment management.
- pyenv - Simple Python version management.
- pipenv - Python Development Workflow for Humans.
- poetry - Python dependency management and packaging made easy.
- virtualenv - A tool to create isolated Python environments.
Files
Libraries for file manipulation and MIME type detection.
- mimetypes - (Python standard library) Map filenames to MIME types.
- path.py - A module wrapper for os.path.
- pathlib - (Python standard library) An cross-platform, object-oriented path library.
- PyFilesystem2 - Python's filesystem abstraction layer.
- python-magic - A Python interface to the libmagic file type identification library.
- Unipath - An object-oriented approach to file/directory operations.
- watchdog - API and shell utilities to monitor file system events.
Foreign Function Interface
Libraries for providing foreign function interface.
- cffi - Foreign Function Interface for Python calling C code.
- ctypes - (Python standard library) Foreign Function Interface for Python calling C code.
- PyCUDA - A Python wrapper for Nvidia's CUDA API.
- SWIG - Simplified Wrapper and Interface Generator.
Forms
Libraries for working with forms.
- Deform - Python HTML form generation library influenced by the formish form generation library.
- django-bootstrap3 - Bootstrap 3 integration with Django.
- django-bootstrap4 - Bootstrap 4 integration with Django.
- django-crispy-forms - A Django app which lets you create beautiful forms in a very elegant and DRY way.
- django-remote-forms - A platform independent Django form serializer.
- WTForms - A flexible forms validation and rendering library.
Functional Programming
Functional Programming with Python.
- Coconut - Coconut is a variant of Python built for simple, elegant, Pythonic functional programming.
- CyToolz - Cython implementation of Toolz: High performance functional utilities.
- fn.py - Functional programming in Python: implementation of missing features to enjoy FP.
- funcy - A fancy and practical functional tools.
- Toolz - A collection of functional utilities for iterators, functions, and dictionaries.
GUI Development
Libraries for working with graphical user interface applications.
- curses - Built-in wrapper for ncurses used to create terminal GUI applications.
- Eel - A library for making simple Electron-like offline HTML/JS GUI apps.
- enaml - Creating beautiful user-interfaces with Declaratic Syntax like QML.
- Flexx - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
- Gooey - Turn command line programs into a full GUI application with one line.
- kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
- pyglet - A cross-platform windowing and multimedia library for Python.
- PyGObject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
- PyQt - Python bindings for the Qt cross-platform application and UI framework.
- PySimpleGUI - Wrapper for tkinter, Qt, WxPython and Remi.
- pywebview - A lightweight cross-platform native wrapper around a webview component.
- Tkinter - Tkinter is Python's de-facto standard GUI package.
- Toga - A Python native, OS native GUI toolkit.
- urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
- wxPython - A blending of the wxWidgets C++ class library with the Python.
Game Development
Awesome game development libraries.
- Cocos2d - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications.
- Harfang3D - Python framework for 3D, VR and game development.
- Panda3D - 3D game engine developed by Disney.
- Pygame - Pygame is a set of Python modules designed for writing games.
- PyOgre - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
- PyOpenGL - Python ctypes bindings for OpenGL and it's related APIs.
- PySDL2 - A ctypes based wrapper for the SDL2 library.
- RenPy - A Visual Novel engine.
Geolocation
Libraries for geocoding addresses and working with latitudes and longitudes.
- django-countries - A Django app that provides a country field for models and forms.
- GeoDjango - A world-class geographic web framework.
- GeoIP - Python API for MaxMind GeoIP Legacy Database.
- geojson - Python bindings and utilities for GeoJSON.
- geopy - Python Geocoding Toolbox.
- pygeoip - Pure Python GeoIP API.
HTML Manipulation
Libraries for working with HTML and XML.
- BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- bleach - A whitelist-based HTML sanitization and text linkification library.
- cssutils - A CSS library for Python.
- html5lib - A standards-compliant library for parsing and serializing HTML documents and fragments.
- lxml - A very fast, easy-to-use and versatile library for handling HTML and XML.
- MarkupSafe - Implements a XML/HTML/XHTML Markup safe string for Python.
- pyquery - A jQuery-like library for parsing HTML.
- untangle - Converts XML documents to Python objects for easy access.
- WeasyPrint - A visual rendering engine for HTML and CSS that can export to PDF.
- xmldataset - Simple XML Parsing.
- xmltodict - Working with XML feel like you are working with JSON.
HTTP Clients
Libraries for working with HTTP.
- grequests - requests + gevent for asynchronous HTTP requests.
- httplib2 - Comprehensive HTTP client library.
- requests - HTTP Requests for Humans™.
- treq - Python requests like API built on top of Twisted's HTTP client.
- urllib3 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
Hardware
Libraries for programming with hardware.
- ino - Command line toolkit for working with Arduino.
- keyboard - Hook and simulate global keyboard events on Windows and Linux.
- mouse - Hook and simulate global mouse events on Windows and Linux.
- Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
- PyUserInput - A module for cross-platform control of the mouse and keyboard.
- scapy - A brilliant packet manipulation library.
- wifi - A Python library and command line tool for working with WiFi on Linux.
Image Processing
Libraries for manipulating images.
- hmap - Image histogram remapping.
- imgSeek - A project for searching a collection of images using visual similarity.
- nude.py - Nudity detection.
- pagan - Retro identicon (Avatar) generation based on input string and hash.
- pillow - Pillow is the friendly PIL fork.
- pyBarcode - Create barcodes in Python without needing PIL.
- pygram - Instagram-like image filters.
- python-qrcode - A pure Python QR Code generator.
- Quads - Computer art based on quadtrees.
- scikit-image - A Python library for (scientific) image processing.
- thumbor - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- wand - Python bindings for MagickWand, C API for ImageMagick.
Implementations
Implementations of Python.
- CPython - Default, most widely used implementation of the Python programming language written in C.
- Cython - Optimizing Static Compiler for Python.
- CLPython - Implementation of the Python programming language written in Common Lisp.
- Grumpy - More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
- IronPython - Implementation of the Python programming language written in C#.
- Jython - Implementation of Python programming language written in Java for the JVM.
- MicroPython - A lean and efficient Python programming language implementation.
- Numba - Python JIT compiler to LLVM aimed at scientific Python.
- PeachPy - x86-64 assembler embedded in Python.
- Pyjion - A JIT for Python based upon CoreCLR.
- PyPy - A very fast and compliant implementation of the Python language.
- Pyston - A Python implementation using JIT techniques.
- Stackless Python - An enhanced version of the Python programming language.
Interactive Interpreter
Interactive Python interpreters (REPL).
- bpython - A fancy interface to the Python interpreter.
- Jupyter Notebook (IPython) - A rich toolkit to help you make the most out of using Python interactively.
- ptpython - Advanced Python REPL built on top of the python-prompt-toolkit.
Internationalization
Libraries for working with i18n.
- Babel - An internationalization library for Python.
- PyICU - A wrapper of International Components for Unicode C++ library (ICU).
Job Scheduler
Libraries for scheduling jobs.
- APScheduler - A light but powerful in-process task scheduler that lets you schedule functions.
- django-schedule - A calendaring app for Django.
- doit - A task runner and build tool.
- gunnery - Multipurpose task execution tool for distributed systems with web-based interface.
- Joblib - A set of tools to provide lightweight pipelining in Python.
- Plan - Writing crontab file in Python like a charm.
- schedule - Python job scheduling for humans.
- Spiff - A powerful workflow engine implemented in pure Python.
- TaskFlow - A Python library that helps to make task execution easy, consistent and reliable.
- Airflow - Airflow is a platform to programmatically author, schedule and monitor workflows.
Logging
Libraries for generating and working with logs.
- Eliot - Logging for complex & distributed systems.
- logbook - Logging replacement for Python.
- logging - (Python standard library) Logging facility for Python.
- raven - Python client for Sentry, a log/error tracking, crash reporting and aggregation platform for web applications.
Machine Learning
Libraries for Machine Learning. Also see awesome-machine-learning.
- H2O - Open Source Fast Scalable Machine Learning Platform.
- Metrics - Machine learning evaluation metrics.
- NuPIC - Numenta Platform for Intelligent Computing.
- scikit-learn - The most popular Python library for Machine Learning.
- Spark ML - Apache Spark's scalable Machine Learning library.
- vowpal_porpoise - A lightweight Python wrapper for Vowpal Wabbit.
- xgboost - A scalable, portable, and distributed gradient boosting library.
Microsoft Windows
Python programming on Microsoft Windows.
- Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
- pythonlibs - Unofficial Windows binaries for Python extension packages.
- PythonNet - Python Integration with the .NET Common Language Runtime (CLR).
- PyWin32 - Python Extensions for Windows.
- WinPython - Portable development environment for Windows 7/8.
Miscellaneous
Useful libraries or tools that don't fit in the categories above.
- blinker - A fast Python in-process signal/event dispatching system.
- boltons - A set of pure-Python utilities.
- itsdangerous - Various helpers to pass trusted data to untrusted environments.
- pluginbase - A simple but flexible plugin system for Python.
- tryton - A general purpose business framework.
Natural Language Processing
Libraries for working with human languages.
- General
- gensim - Topic Modelling for Humans.
- langid.py - Stand-alone language identification system.
- nltk - A leading platform for building Python programs to work with human language data.
- pattern - A web mining module for the Python.
- polyglot - Natural language pipeline supporting hundreds of languages.
- pytext - A natural language modeling framework based on PyTorch.
- PyTorch-NLP - A toolkit enabling rapid deep learning NLP prototyping for research.
- spacy - A library for industrial-strength natural language processing in Python and Cython.
- stanfordnlp - The Stanford NLP Group's official Python library, supporting 50+ languages.
- Chinese
- jieba - The most popular Chinese text segmentation library.
- pkuseg-python - A toolkit for Chinese word segmentation in various domains.
- snownlp - A library for processing Chinese text.
- funNLP - A collection of tools and datasets for Chinese NLP.
Network Virtualization
Tools and libraries for Virtual Networking and SDN (Software Defined Networking).
- mininet - A popular network emulator and API written in Python.
- pox - A Python-based SDN control applications, such as OpenFlow SDN controllers.
Networking
Libraries for networking programming.
- asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- pulsar - Event-driven concurrent framework for Python.
- pyzmq - A Python wrapper for the ZeroMQ message library.
- Twisted - An event-driven networking engine.
- napalm - Cross-vendor API to manipulate network devices.
News Feed
Libraries for building user's activities.
- django-activity-stream - Generating generic activity streams from the actions on your site.
- Stream Framework - Building newsfeed and notification systems using Cassandra and Redis.
ORM
Libraries that implement Object-Relational Mapping or data mapping techniques.
- Relational Databases
- Django Models - A part of Django.
- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper.
- dataset - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- orator - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
- peewee - A small, expressive ORM.
- pony - ORM that provides a generator-oriented interface to SQL.
- pydal - A pure Python Database Abstraction Layer.
- NoSQL Databases
- hot-redis - Rich Python data types for Redis.
- mongoengine - A Python Object-Document-Mapper for working with MongoDB.
- PynamoDB - A Pythonic interface for Amazon DynamoDB.
- redisco - A Python Library for Simple Models and Containers Persisted in Redis.
Package Management
Libraries for package and dependency management.
- pip - The Python package and dependency manager.
- conda - Cross-platform, Python-agnostic binary package manager.
Package Repositories
Local PyPI repository server and proxies.
- warehouse - Next generation Python Package Repository (PyPI).
- bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
- devpi - PyPI server and packaging/testing/release tool.
- localshop - Local PyPI server (custom packages and auto-mirroring of pypi).
Permissions
Libraries that allow or deny users access to data or functionality.
- django-guardian - Implementation of per object permissions for Django 1.2+
- django-rules - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
Processes
Libraries for starting and communicating with OS processes.
- delegator.py - Subprocesses for Humans™ 2.0.
- sarge - Yet another wrapper for subprocess.
- sh - A full-fledged subprocess replacement for Python.
Queue
Libraries for working with event and task queues.
- celery - An asynchronous task queue/job queue based on distributed message passing.
- huey - Little multi-threaded task queue.
- mrq - Mr. Queue - A distributed worker task queue in Python using Redis & gevent.
- rq - Simple job queues for Python.
Recommender Systems
Libraries for building recommender systems.
- annoy - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
- fastFM - A library for Factorization Machines.
- implicit - A fast Python implementation of collaborative filtering for implicit datasets.
- libffm - A library for Field-aware Factorization Machine (FFM).
- lightfm - A Python implementation of a number of popular recommendation algorithms.
- spotlight - Deep recommender models using PyTorch.
- Surprise - A scikit for building and analyzing recommender systems.
- tensorrec - A Recommendation Engine Framework in TensorFlow.
RESTful API
Libraries for developing RESTful APIs.
- Django
- django-rest-framework - A powerful and flexible toolkit to build web APIs.
- django-tastypie - Creating delicious APIs for Django apps.
- Flask
- eve - REST API framework powered by Flask, MongoDB and good intentions.
- flask-api-utils - Taking care of API representation and authentication for Flask.
- flask-api - Browsable Web APIs for Flask.
- flask-restful - Quickly building REST APIs for Flask.
- flask-restless - Generating RESTful APIs for database models defined with SQLAlchemy.
- Pyramid
- cornice - A RESTful framework for Pyramid.
- Framework agnostic
- apistar - A smart Web API framework, designed for Python 3.
- falcon - A high-performance framework for building cloud APIs and web app backends.
- hug - A Python 3 framework for cleanly exposing APIs.
- restless - Framework agnostic REST framework based on lessons learned from Tastypie.
- ripozo - Quickly creating REST/HATEOAS/Hypermedia APIs.
- sandman - Automated REST APIs for existing database-driven systems.
Robotics
Libraries for robotics.
- PythonRobotics - This is a compilation of various robotics algorithms with visualizations.
- rospy - This is a library for ROS (Robot Operating System).
RPC Servers
RPC-compatible servers.
- SimpleJSONRPCServer - This library is an implementation of the JSON-RPC specification.
- SimpleXMLRPCServer - (Python standard library) Simple XML-RPC server implementation, single-threaded.
- zeroRPC - zerorpc is a flexible RPC implementation based on ZeroMQ and MessagePack.
Science
Libraries for scientific computing. Also see Python-for-Scientists
- astropy - A community Python library for Astronomy.
- bcbio-nextgen - Providing best-practice pipelines for fully automated high throughput sequencing analysis.
- bccb - Collection of useful code related to biological analysis.
- Biopython - Biopython is a set of freely available tools for biological computation.
- cclib - A library for parsing and interpreting the results of computational chemistry packages.
- Colour - Implementing a comprehensive number of colour theory transformations and algorithms.
- NetworkX - A high-productivity software for complex networks.
- NIPY - A collection of neuroimaging toolkits.
- NumPy - A fundamental package for scientific computing with Python.
- Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
- ObsPy - A Python toolbox for seismology.
- PyDy - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
- PyMC - Markov Chain Monte Carlo sampling toolkit.
- QuTiP - Quantum Toolbox in Python.
- RDKit - Cheminformatics and Machine Learning Software.
- SciPy - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
- statsmodels - Statistical modeling and econometrics in Python.
- SymPy - A Python library for symbolic mathematics.
- Zipline - A Pythonic algorithmic trading library.
- SimPy - A process-based discrete-event simulation framework.
Search
Libraries and software for indexing and performing search queries on data.
- elasticsearch-py - The official low-level Python client for Elasticsearch.
- elasticsearch-dsl-py - The official high-level Python client for Elasticsearch.
- django-haystack - Modular search for Django.
- pysolr - A lightweight Python wrapper for Apache Solr.
- whoosh - A fast, pure Python search engine library.
Serialization
Libraries for serializing complex data types
- marshmallow - A lightweight library for converting complex objects to and from simple Python datatypes.
- pysimdjson - A Python bindings for simdjson.
- python-rapidjson - A Python wrapper around RapidJSON.
Serverless Frameworks
Frameworks for developing serverless Python code.
- python-lambda - A toolkit for developing and deploying Python code in AWS Lambda.
- Zappa - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
Specific Formats Processing
Libraries for parsing and manipulating specific text formats.
- General
- tablib - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- Office
- openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
- pyexcel - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
- python-docx - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- python-pptx - Python library for creating and updating PowerPoint (.pptx) files.
- unoconv - Convert between any document format supported by LibreOffice/OpenOffice.
- XlsxWriter - A Python module for creating Excel .xlsx files.
- xlwings - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
- xlwt / xlrd - Writing and reading data and formatting information from Excel files.
- Markdown
- Mistune - Fastest and full featured pure Python parsers of Markdown.
- Python-Markdown - A Python implementation of John Gruber’s Markdown.
- YAML
- PyYAML - YAML implementations for Python.
- CSV
- csvkit - Utilities for converting to and working with CSV.
- Archive
- unp - A command line tool that can unpack archives easily.
Static Site Generator
Static site generator is a software that takes some text + templates as input and produces HTML files on the output.
- mkdocs - Markdown friendly documentation generator.
- pelican - Static site generator that supports Markdown and reST syntax.
- lektor - An easy to use static CMS and blog engine.
- nikola - A static website and blog generator.
Tagging
Libraries for tagging items.
- django-taggit - Simple tagging for Django.
Template Engine
Libraries and tools for templating and lexing.
- Jinja2 - A modern and designer friendly templating language.
- Genshi - Python templating toolkit for generation of web-aware output.
- Mako - Hyperfast and lightweight templating for the Python platform.
Testing
Libraries for testing codebases and generating test data.
- Testing Frameworks
- pytest - A mature full-featured Python testing tool.
- hypothesis - Hypothesis is an advanced Quickcheck style property based testing library.
- nose2 - The successor to
nose
, based on `unittest2. - Robot Framework - A generic test automation framework.
- unittest - (Python standard library) Unit testing framework.
- Test Runners
- GUI / Web Testing
- locust - Scalable user load testing tool written in Python.
- PyAutoGUI - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
- Selenium - Python bindings for Selenium WebDriver.
- sixpack - A language-agnostic A/B Testing framework.
- splinter - Open source tool for testing web applications.
- Mock
- mock - (Python standard library) A mocking and patching library.
- doublex - Powerful test doubles framework for Python.
- freezegun - Travel through time by mocking the datetime module.
- httmock - A mocking library for requests for Python 2.6+ and 3.2+.
- httpretty - HTTP request mock tool for Python.
- mocket - A socket mock framework with gevent/asyncio/SSL support.
- responses - A utility library for mocking out the requests Python library.
- VCR.py - Record and replay HTTP interactions on your tests.
- Object Factories
- factory_boy - A test fixtures replacement for Python.
- mixer - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
- model_mommy - Creating random fixtures for testing in Django.
- Code Coverage
- coverage - Code coverage measurement.
- Fake Data
Text Processing
Libraries for parsing and manipulating plain texts.
- General
- chardet - Python 2/3 compatible character encoding detector.
- difflib - (Python standard library) Helpers for computing deltas.
- ftfy - Makes Unicode text less broken and more consistent automagically.
- fuzzywuzzy - Fuzzy String Matching.
- Levenshtein - Fast computation of Levenshtein distance and string similarity.
- pangu.py - Paranoid text spacing.
- pyfiglet - An implementation of figlet written in Python.
- pypinyin - Convert Chinese hanzi (漢字) to pinyin (拼音).
- textdistance - Compute distance between sequences with 30+ algorithms.
- unidecode - ASCII transliterations of Unicode text.
- Slugify
- awesome-slugify - A Python slugify library that can preserve unicode.
- python-slugify - A Python slugify library that translates unicode to ASCII.
- unicode-slugify - A slugifier that generates unicode slugs with Django as a dependency.
- Unique identifiers
- Parser
- ply - Implementation of lex and yacc parsing tools for Python.
- pygments - A generic syntax highlighter.
- pyparsing - A general purpose framework for generating parsers.
- python-nameparser - Parsing human names into their individual components.
- python-phonenumbers - Parsing, formatting, storing and validating international phone numbers.
- python-user-agents - Browser user agent parser.
- sqlparse - A non-validating SQL parser.
Third-party APIs
Libraries for accessing third party services APIs. Also see List of Python API Wrappers and Libraries.
- apache-libcloud - One Python library for all clouds.
- boto3 - Python interface to Amazon Web Services.
- django-wordpress - WordPress models and views for Django.
- facebook-sdk - Facebook Platform Python SDK.
- google-api-python-client - Google APIs Client Library for Python.
- gspread - Google Spreadsheets Python API.
- twython - A Python wrapper for the Twitter API.
URL Manipulation
Libraries for parsing URLs.
- furl - A small Python library that makes parsing and manipulating URLs easy.
- purl - A simple, immutable URL class with a clean API for interrogation and manipulation.
- pyshorteners - A pure Python URL shortening lib.
- webargs - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.
Video
Libraries for manipulating video and GIFs.
- moviepy - A module for script-based movie editing with many formats, including animated GIFs.
- scikit-video - Video processing routines for SciPy.
WSGI Servers
WSGI-compatible web servers.
- bjoern - Asynchronous, very fast and written in C.
- gunicorn - Pre-forked, partly written in C.
- uWSGI - A project aims at developing a full stack for building hosting services, written in C.
- waitress - Multi-threaded, powers Pyramid.
- werkzeug - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
Web Asset Management
Tools for managing, compressing and minifying website assets.
- django-compressor - Compresses linked and inline JavaScript or CSS into a single cached file.
- django-pipeline - An asset packaging library for Django.
- django-storages - A collection of custom storage back ends for Django.
- fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
- fileconveyor - A daemon to detect and sync files to CDNs, S3 and FTP.
- flask-assets - Helps you integrate webassets into your Flask app.
- webassets - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
Web Content Extracting
Libraries for extracting web contents.
- html2text - Convert HTML to Markdown-formatted text.
- lassie - Web Content Retrieval for Humans.
- micawber - A small library for extracting rich content from URLs.
- newspaper - News extraction, article extraction and content curation in Python.
- python-readability - Fast Python port of arc90's readability tool.
- requests-html - Pythonic HTML Parsing for Humans.
- sumy - A module for automatic summarization of text documents and HTML pages.
- textract - Extract text from any document, Word, PowerPoint, PDFs, etc.
- toapi - Every web site provides APIs.
Web Crawling
Libraries to automate web scraping.
- cola - A distributed crawling framework.
- feedparser - Universal feed parser.
- grab - Site scraping framework.
- MechanicalSoup - A Python library for automating interaction with websites.
- pyspider - A powerful spider system.
- robobrowser - A simple, Pythonic library for browsing the web without a standalone web browser.
- scrapy - A fast high-level screen scraping and web crawling framework.
- portia - Visual scraping for Scrapy.
Web Frameworks
Full stack web frameworks.
- Django - The most popular web framework in Python.
- Flask - A microframework for Python.
- Masonite - The modern and developer centric Python web framework.
- Pyramid - A small, fast, down-to-earth, open source Python web framework.
- Sanic - Web server that's written to go fast.
- Vibora - Fast, efficient and asynchronous Web framework inspired by Flask.
- Tornado - A Web framework and asynchronous networking library.
WebSocket
Libraries for working with WebSocket.
- autobahn-python - WebSocket & WAMP for Python on Twisted and asyncio.
- crossbar - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
- django-channels - Developer-friendly asynchrony for Django.
- django-socketio - WebSockets for Django.
- WebSocket-for-Python - WebSocket client and server library for Python 2 and 3 as well as PyPy.
Services
Online tools and APIs to simplify development.
Continuous Integration
Also see awesome-CIandCD.
- CircleCI - A CI service that can run very fast parallel testing.
- Travis CI - A popular CI service for your open source and private projects. (GitHub only)
- Vexor CI - A continuous integration tool for private apps with pay-per-minute billing model.
- Wercker - A Docker-based platform for building and deploying applications and microservices.
Code Quality
- Codacy - Automated Code Review to ship better code, faster.
- Codecov - Code coverage dashboard.
- CodeFactor - Automated Code Review for Git.
- Landscape - Hosted continuous Python code metrics.
- PEP 8 Speaks - GitHub integration to review code style.
Resources
Where to discover new Python libraries.
原文:https://github.com/vinta/awesome-python
本文:
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 60 次浏览
【iOS精选】精选iOS生态系统的精选列表,包括Objective-C和Swift Projects
Content
- About
- How to Use
- Courses
- Accessibility
- Alexa
- Analytics
- App Routing
- Apple TV
- Architecture Patterns
- ARKit
- Authentication
- Blockchain
- Bridging
- Cache
- Charts
- Code Quality
- Color
- Command Line
- Concurrency
- Core Data
- Database
- Data Structures / Algorithms
- Date & Time
- Debugging
- EventBus
- Files
- Functional Programming
- Games
- GCD
- Gesture
- Graphics
- Hardware
- Layout
- Logging
- Localization
- Machine Learning
- Maps
- Math
- Media
- Messaging
- Networking
- Notifications
- Objective-C Runtime
- Optimization
- Parsing
- Passbook
- Payments
- Permissions
- Products
- Reactive Programming
- Reflection
- Regex
- SDK
- Security
- Server
- Testing
- Text
- UI
- Activity Indicator
- Alert & Action Sheet
- Animation
- Badge
- Button
- Calendar
- Cards
- Form & Settings
- Keyboard
- Label
- Login
- Menu
- Navigation Bar
- PickerView
- Popup
- Pull to Refresh
- Rating Stars
- ScrollView
- Segmented Control
- Slider
- Splash View
- Status Bar
- Stepper
- Switch
- Tab Bar
- Table View / Collection View
- Tag
- TextField & TextView
- UIPageControl
- Web View
- Utility
- User Consent
- VR
- Walkthrough / Intro / Tutorial
- Websocket
- Project setup
- Dependency / Package Manager
- Tools
- Rapid Development
- Deployment / Distribution
- App Store
- Xcode
- Reference
- Style Guides
- Good Websites
- Social Media
- Podcasts
- Books
- Other Awesome Lists
- Contributing
Courses
Getting Started
Courses, tutorials and guides
- Apple- Start Developing with iOS - Apple Guide.
- Apple - Object-Oriented Programming with Objective-C
- Apple - Programming with Objective-C
- CodeProject - Getting Started with iPhone and iOS Development.
- Lifehacker - I Want to Write iOS Apps. Where Do I Start?
- Ray Wenderlich - Learn to code iOS Apps.
- Stanford - Developing iOS 7 Apps for iPhone and iPad
- Stanford - Developing iOS 10 Apps with Swift - Stanford's 2017 iTunes U course.
- Stanford - Developing iOS 11 Apps with Swift - Stanford's 2017 iTunes U course updated for iOS 11 and Swift.
- Swifteducation - Teaching App Development with Swift
- Udacity - Intro to iOS App Development with Swift
- Udemy - ARKit - Beginner to Professional in Swift 4 and iOS 11
- ARStarter - Get started with ARKit - A little exercise for beginners.
Accessibility
Frameworks that help to support accessibility features and enable people with disabilities to use your app
- Capable - Track accessibility features to improve your app for people with certain disabilities.
Alexa
Frameworks that help to support writing custom alexa skills in swift
- AlexaSkillsKit - Swift library to develop custom Alexa Skills.
Analytics
Analytics platforms, SDK's, error tracking and real-time answers about your app
- Instabug - In-app feedback, Bug and Crash reporting, Fix Bugs Faster through user-steps, video recordings, screen annotation, network requests logging.
- Mixpanel - Advanced analytics platform.
- Localytics - Brings app marketing and analytics together.
- Answers by Fabric - Answers gives you real-time insight into people’s experience in your app.
- GTrack - Lightweight Objective-C wrapper around the Google Analytics for iOS SDK with some extra goodies.
- ARAnalytics - Analytics abstraction library offering a sane API for tracking events and user data.
- Segment - The hassle-free way to integrate analytics into any iOS application.
- MOCA Analytics - Paid cross-platform analytics backend.
- Countly - Open source, mobile & web analytics, crash reports and push notifications platform for iOS & Android.
- Abbi - A Simple SDK for developers to manage and maximise conversions of all in-app promotions.
- devtodev - Comprehensive analytics service that improves your project and saves time for product development.
- Bugsnag - Error tracking with a free tier. Error reports include data on device, release, user, and allows arbitrary data.
- Inapptics - Helps analyze and visualize user behavior in mobile apps. Provides visual user journeys, heatmaps and crash replays.
- Matomo - The MatomoTracker is an iOS, tvOS and macOS SDK for sending app analytics to a Matomo server.
App Routing
Elegant URL routing, navigation frameworks, deep links and more
- WAAppRouting - iOS routing done right. Handles both URL recognition and controller displaying with parsed parameters. All in one line, controller stack preserved automatically!
- DeepLinkKit - A splendid route-matching, block-based way to handle your deep links.
- IntentKit - An easier way to handle third-party URL schemes in iOS apps.
- JLRoutes - URL routing library for iOS with a simple block-based API.
- IKRouter - URLScheme router than supports auto creation of UIViewControllers for associated url parameters to allow creation of navigation stacks
- Appz - Easily launch and deeplink into external applications, falling back to web if not installed.
- URLNavigator - ⛵️ Elegant URL Routing for Swift
- Marshroute - Marshroute is an iOS Library for making your Routers simple but extremely powerful.
- SwiftRouter - A URL Router for iOS.
- Router - ? Simple Navigation for iOS.
- ApplicationCoordinator - Coordinator is an object that handles navigation flow and shares flow’s handling for the next coordinator after switching on the next chain.
- RxFlow - Navigation framework for iOS applications based on a Reactive Flow Coordinator pattern.
- Linker - Lightweight way to handle internal and external deeplinks for iOS.
- CoreNavigation - ?? Navigate between view controllers with ease.
- DZURLRoute - Universal route engine for iOS app, it can handle URLScheme between applications and page route between UIViewController.
- Crossroad - Crossroad is an URL router focused on handling Custom URL Schemes. Using this, you can route multiple URL schemes and fetch arguments and parameters easily.
- ZIKRouter - An interface-oriented router for discovering modules and injecting dependencies with protocol in OC & Swift, iOS & macOS. Handles route in a type safe way.
- RouteComposer - Library that helps to handle view controllers composition, routing and deeplinking tasks.
- LightRoute - Easy transition between VIPER modules, implemented on pure Swift.
Apple TV
tvOS view controllers, wrappers, template managers and video players.
- Voucher - A simple library to make authenticating tvOS apps easy via their iOS counterparts.
- XCDYouTubeKit - YouTube video player for iOS, tvOS and macOS
- TVMLKitchen - Swifty TVML template manager with or without client-server
- BrowserTV - Turn your TV into a dashboard displaying any webpage!
- Swift-GA-Tracker-for-Apple-tvOS - Google Analytics tracker for Apple tvOS provides an easy integration of Google Analytics’ measurement protocol for Apple TV.
- ParallaxView - iOS controls and extensions that add parallax effect to your application.
- TvOSTextViewer - Light and scrollable view controller for tvOS to present blocks of text
- FocusTvButton - Light wrapper of UIButton that allows extra customization for tvOS
- TvOSMoreButton - A basic tvOS button which truncates long text with '... More'.
- TvOSPinKeyboard - PIN keyboard for tvOS
- TvOSScribble - Handwriting numbers recognizer for Siri Remote
- TvOSCustomizableTableViewCell - Light wrapper of UITableViewCell that allows extra customization for tvOS
- TvOSSlider - TvOSSlider is an implementation of UISlider for tvOS
Architecture Patterns
Clean architecture, Viper, MVVM, Reactive... choose your weapon.
- SwiftyVIPER - Makes implementing VIPER architecture much easier and cleaner.
- CleanArchitectureRxSwift - Example of Clean Architecture of iOS app using RxSwift.
- Viperit - Viper Framework for iOS. Develop an app following VIPER architecture in an easy way. Written and tested in Swift.
- Reactant - Reactant is a reactive architecture for iOS
- YARCH - More clean alternative to VIPER with unidirectional data flow (flux-like).
- iOS-Viper-Architecture - This repository contains a detailed sample app that implements VIPER architecture in iOS using libraries and frameworks like Alamofire, AlamofireImage, PKHUD, CoreData etc.
- Tempura - A holistic approach to iOS development, inspired by Redux and MVVM.
- VIPER Module Generator - A Clean VIPER Modules Generator with comments and predfined functions.
- MMVMi - A Validation Model for MVC and MVVM Design Patterns in iOS Applications.
- ios-architecture - A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
ARKit
Library and tools to help you build unparalleled augmented reality experiences
- ARKit-CoreLocation -Combines the high accuracy of AR with the scale of GPS data.
- Virtual Objects - Placing Virtual Objects in Augmented Reality.
- ARVideoKit - Record and capture ARKit videos ?, photos ?, Live Photos ?, and GIFs ?.
- ARKitEnvironmentMapper - A library that allows you to generate and update environment maps in real-time using the camera feed and ARKit's tracking capabilities.
- SmileToUnlock - This library uses ARKit Face Tracking in order to catch a user's smile.
- Placenote - A library that makes ARKit sessions persistent to a location using advanced computer vision
- Poly - Unofficial Google Poly SDK – search and display 3D models
- ARKit Emperor - The Emperor give you the most practical ARKit samples ever.
Authentication
Oauth and Oauth2 libraries, social logins and captcha tools.
- Heimdallr.swift - Easy to use OAuth 2 library for iOS, written in Swift.
- OhMyAuth - Simple OAuth2 library with a support of multiple services.
- AuthenticationViewController - A simple to use, standard interface for authenticating to oauth 2.0 protected endpoints via SFSafariViewController.
- OAuth2 - OAuth2 framework for macOS and iOS, written in Swift.
- OAuthSwift - Swift based OAuth library for iOS
- SimpleAuth - Simple social authentication for iOS.
- AlamofireOauth2 - A swift implementation of OAuth2
- SwiftyOAuth - A simple OAuth library for iOS with a built-in set of providers
- Simplicity - A simple way to implement Facebook and Google login in your iOS and macOS apps.
- InstagramAuthViewController - A ViewController for Instagram authentication.
- InstagramSimpleOAuth - A quick and simple way to authenticate an Instagram user in your iPhone or iPad app.
- DropboxSimpleOAuth - A quick and simple way to authenticate a Dropbox user in your iPhone or iPad app.
- BoxSimpleOAuth - A quick and simple way to authenticate a Box user in your iPhone or iPad app.
- InstagramLogin - A simple way to authenticate Instagram accounts on iOS.
- ReCaptcha - [In]visible ReCaptcha for iOS.
- LinkedInSignIn - Simple view controller to login and retrieve access token from LinkedIn.
Blockchain
Tool for smart contract interactions. Bitcoin protocol implementations and Frameworks for interacting with cryptocurrencies.
- Web3.swift - Web3 library for interacting with the Ethereum blockchain.
- web3swift - Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
- EthereumKit - EthereumKit is a free, open-source Swift framework for easily interacting with the Ethereum.
- BitcoinKit - Bitcoin protocol toolkit for Swift, BitcoinKit implements Bitcoin protocol in Swift. It is an implementation of the Bitcoin SPV protocol written (almost) entirely in swift.
- EtherWalletKit - Ethereum Wallet Toolkit for iOS - You can implement Ethereum wallet without a server and blockchain knowledge.
- CoinpaprikaAPI - Coinpaprika API client with free & frequently updated market data from the world of crypto: coin prices, volumes, market caps, ATHs, return rates and more.
- Bitcoin-Swift-Kit - Full Bitcoin library written on Swift. Complete SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Bridging
Sharing code between Objective-C and Swift, iOS and macOS, Javascript and Objective-C.
- RubyMotion - RubyMotion is a revolutionary toolchain that lets you quickly develop and test native iOS and macOS applications for iPhone, iPad and Mac, all using the Ruby language.
- JSPatch - JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally use for hotfix iOS App.
- WebViewJavascriptBridge - An iOS/macOS bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.
- MAIKit - A framework for sharing code between iOS and macOS.
Cache
Thread safe, offline and high performance cache libs and frameworks.
- Awesome Cache - Delightful on-disk cache (written in Swift)
- mattress - iOS Offline Caching for Web Content
- Carlos - A simple but flexible cache
- HanekeSwift - A lightweight generic cache for iOS written in Swift with extra love for images.
- YYCache - High performance cache framework for iOS.
- Cache - Nothing but Cache.
- MGCacheManager - A delightful iOS Networking Cache Managing Class.
- SPTPersistentCache - Everyone tries to implement a cache at some point in their iOS app’s lifecycle, and this is ours. By Spotify
- Track - Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.
- UITableView Cache - UITableView cell cache that cures scroll-lags on a cell instantiating.
- RocketData - A caching and consistency solution for immutable models.
- PINCache - Fast, non-deadlocking parallel object cache for iOS and macOS
- Johnny - Melodic Caching for Swift
- Disk - Delightful framework for iOS to easily persist structs, images, and data.
- Cachyr - A small key-value data cache for iOS, macOS and tvOS, written in Swift
- Cache - Swift caching library.
- MemoryCache - MemoryCache is type-safe memory cache.
Charts
Beautiful, Easy and Fully customized charts
- Charts - A powerful chart / graph framework, the iOS equivalent to MPAndroidChart.
- PNChart - A simple and beautiful chart lib used in Piner and CoinsMan for iOS
- XJYChart - A Beautiful chart for iOS. Support animation, click, slide, area highlight.
- BEMSimpleLineGraph - Elegant Line Graphs for iOS (charting library).
- JBChartView - iOS-based charting library for both line and bar graphs.
- XYPieChart - A simple and animated Pie Chart for your iOS app.
- TEAChart - Simple and intuitive iOS chart library. Contribution graph, clock chart, and bar chart.
- EChart - iOS/iPhone/iPad Chart, Graph. Event handling and animation supported.
- FSLineChart - A line chart library for iOS.
- chartee - a charting library for mobile platforms.
- ANDLineChartView - ANDLineChartView is easy to use view-based class for displaying animated line chart.
- TWRCharts - An iOS wrapper for ChartJS. Easily build animated charts by leveraging the power of native Obj-C code.
- SwiftCharts - Easy to use and highly customizable charts library for iOS.
- FlowerChart - Flower-shaped chart with custom appearance animation, fully vector.
- Scrollable-GraphView - An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift.
- Dr-Charts - Dr-Charts is a highly customisable, easy to use and interactive chart / graph framework in Objective-C.
- Graphs - Light weight charts view generator for iOS.
- FSInteractiveMap - A charting library to visualize and interact with a vector map on iOS. It's like Geochart but for iOS!
- JYRadarChart - An iOS open source Radar Chart implementation.
- TKRadarChart - A customizable radar chart in Swift
- MagicPie - Awesome layer based pie chart. Fantastically fast and fully customizable. Amazing animations available with MagicPie!!1 ? ✨✨✨✨✨
- PieCharts - Easy to use and highly customizable pie charts library for iOS.
- CSPieChart - iOS PieChart Opensource. This is very easy to use and customizable.
- DDSpiderChart - Easy to use and customizable Spider (Radar) Chart library for iOS written in Swift.
- core-plot - a 2D plotting lib which is highly customizable and capable of drawing many types of plots.
- ChartProgressBar - Draw a chart with progress bar style.
- SMDiagramViewSwift - Meet cute and very flexibility library for iOS application for different data view in one circle diagram.
- Swift LineChart - Line Chart library for iOS written in Swift.
- SwiftChart - Line and area chart library for iOS.
- EatFit - Eat fit is a component for attractive data representation inspired by Google Fit.
- CoreCharts - CoreCharts is a simple powerful yet Charts library for apple products.
Code Quality
Quality always matters. Code checkers, memory vigilants, syntastic sugars and more.
- Bootstrap - iOS project bootstrap aimed at high quality coding.
- KZAsserts - Set of custom assertions that automatically generate NSError's, allow for both Assertions in Debug and Error handling in Release builds, with beautiful DSL.
- PSPDFUIKitMainThreadGuard - Simple snippet generating assertions when UIKit is used on background threads.
- ocstyle - Objective-C style checker.
- spacecommander - Commit fully-formatted Objective-C code as a team without even trying.
- DWURecyclingAlert - Optimizing UITableViewCell For Fast Scrolling.
- Tailor - Cross-platform static analyzer for Swift that helps you to write cleaner code and avoid bugs.
- SwiftCop - SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record validations.
- Trackable - Trackable is a simple analytics integration helper library. It’s especially designed for easy and comfortable integration with existing projects.
- MLeaksFinder - Find memory leaks in your iOS app at develop time.
- HeapInspector-for-iOS - Find memory issues & leaks in your iOS app without instruments
- FBMemoryProfiler - iOS tool that helps with profiling iOS Memory usage.
- FBRetainCycleDetector - iOS library to help detecting retain cycles in runtime.
- Buglife - Awesome bug reporting for iOS apps
- Warnings-xcconfig - An xcconfig (Xcode configuration) file for easily turning on a boatload of warnings in your project or its targets.
- Aardvark - Aardvark is a library that makes it dead simple to create actionable bug reports.
- Stats - In-app memory usage monitoring.
- GlueKit - A type-safe observer framework for Swift.
- SwiftFormat - A code library and command-line formatting tool for reformatting Swift code.
- PSTModernizer - Makes it easier to support older versions of iOS by fixing things and adding missing methods.
- Bugsee - In-app bug and crash reporting with video, logs, network traffic and traces.
- Fallback - Syntactic sugar for nested do-try-catch.
- ODUIThreadGuard - A guard to help you check if you make UI changes not in main thread.
- IBAnalyzer - Find common xib and storyboard-related problems without running your app or writing unit tests.
- DecouplingKit - decoupling between modules in your iOS Project.
- Clue - Flexible bug report framework for iOS with screencast, networking, interactions and view structure.
- WeakableSelf - A Swift micro-framework to encapsulate
[weak self]
andguard
statements within closures.
Linter
Static code analyzers to enforce style and conventions.
- OCLint - Static code analysis tool for improving quality and reducing defects.
- Taylor - Measure Swift code metrics and get reports in Xcode, Jenkins and other CI platforms.
- Swiftlint - A tool to enforce Swift style and conventions.
- IBLinter - A linter tool for Interface Builder.
- SwiftLinter - Share lint rules between projects and lint changed files with SwiftLint.
Color
Hex color extensions, theming, color pickers and other awesome color tools.
- DynamicColor - Yet another extension to manipulate colors easily in Swift. [e]
- SwiftHEXColors - HEX color handling as an extension for UIColor. [e]
- Colours - A beautiful set of predefined colors and a set of color methods to make your iOS/macOS development life easier.
- UIColor-Hex-Swift - Convenience method for creating autoreleased color using RGBA hex string.
- Hue - Hue is the all-in-one coloring utility that you'll ever need.
- FlatUIColors - Flat UI color palette helpers written in Swift.
- RandomColorSwift - An attractive color generator for Swift. Ported from randomColor.js.
- PFColorHash - Generate color based on the given string.
- BCColor - A lightweight but powerful color kit (Swift)
- DKNightVersion - Manage Colors, Integrate Night/Multiple Themes
- PrettyColors - PrettyColors is a Swift library for styling and coloring text in the Terminal. The library outputs ANSI escape codes and conforms to ECMA Standard 48.
- TFTColor - Simple Extension for RGB and CMKY Hex Strings and Hex Values (ObjC & Swift).
- CostumeKit - Base types for theming an app.
- CSS3ColorsSwift - A UIColor extension with CSS3 Colors name.
- Colorify - Simple, yet powerful color library that includes latest and most trendy colors from 2017.
- ChromaColorPicker - An intuitive iOS color picker built in Swift.
- Lorikeet - A lightweight Swift framework for aesthetically pleasing color-scheme generation and CIE color-difference calculation.
- Gestalt - An unintrusive & light-weight iOS app-theming library with support for animated theme switching.
Command Line
Smart, beauftil and elegant tools to help you create command line applications.
- Swiftline - Swiftline is a set of tools to help you create command line applications.
- Commander - Compose beautiful command line interfaces in Swift
- ColorizeSwift - Terminal string styling for Swift.
- Guaka - The smartest and most beautiful (POSIX compliant) Command line framework for Swift
- Marathon - Marathon makes it easy to write, run and manage your Swift scripts
- CommandCougar - An elegant pure Swift library for building command line applications.
- Crayon - Terminal string styling with expressive api and 256/TrueColor support.
- SwiftShell - A Swift framework for shell scripting and running shell commands.
- SourceDocs - Command Line Tool that generates Markdown documentation from inline source code comments.
Concurrency
Job schedulers, Coroutines, Asynchronous and Type safe threads libs and frameworks written in Swift
- Venice - CSP (Coroutines, Channels, Select) for Swift.
- Concurrent - Functional Concurrency Primitives.
- Flow - Operation Oriented Programming in Swift.
- Brisk - A Swift DSL that allows concise and effective concurrency manipulation.
- Aojet - An actor model library for swift.
- Overdrive - Fast async task based Swift framework with focus on type safety, concurrency and multi threading.
- AsyncNinja - A complete set of concurrency and reactive programming primitives.
- Kommander - Kommander is a Swift library to manage the task execution in different threads. Through the definition a simple but powerful concept, Kommand.
- Threadly - Type-safe thread-local storage in Swift
- Flow-iOS - Make your logic flow and data flow clean and human readable
- Queuer - A queue manager, built on top of OperationQueue and Dispatch (aka GCD).
- SwiftQueue - Job Scheduler with Concurrent run, failure/retry, persistence, repeat, delay and more.
- GroupWork - Easy concurrent, asynchronous tasks in Swift.
- StickyLocking - A general purpose embedded hierarchical lock manager used to build highly concurrent applications of all types. Built with Swift and runs on iOS, OSX, and Linux.
Core Data
Core data Frameworks, wrappers, generators and boilerplates.
- Ensembles - A synchronization framework for Core Data.
- Mogenerator - Automatic Core Data code generation.
- MagicalRecord - Super Awesome Easy Fetching for Core Data.
- CoreStore - Powerful Core Data framework for Incremental Migrations, Fetching, Observering, etc.
- Core Data Query Interface A type-safe, fluent query framework for Core Data.
- Graph - An elegant data-driven framework for CoreData in Swift.
- CoreDataDandy - A feature-light wrapper around Core Data that simplifies common database operations.
- Sync - ? Modern Swift JSON synchronization to Core Data
- AlecrimCoreData - A powerful and simple Core Data wrapper framework written in Swift.
- AERecord - Super awesome Core Data wrapper in Swift.
- CoreDataStack - The Big Nerd Ranch Core Data Stack
- JSQCoreDataKit - A swifter Core Data stack
- Skopelos - A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.
- Cadmium - A complete swift framework that wraps CoreData and helps facilitate best practices.
- DataKernel - Simple CoreData wrapper to ease operations.
- DATAStack - 100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer.
- JustPersist - JustPersist is the easiest and safest way to do persistence on iOS with Core Data support out of the box.
- PrediKit - An NSPredicate DSL for iOS, macOS, tvOS, & watchOS. Inspired by SnapKit and lovingly written in Swift.
- Records - In just a few minutes, setup a fully functioning CoreData implementation that embraces the static, type-safe nature of Swift.
- PredicateFlow - Write amazing, strong-typed and easy-to-read NSPredicate, allowing you to write flowable NSPredicate, without guessing attribution names, predicate operation or writing wrong arguments type.
Database
Wrappers, clients, Parse alternatives and safe tools to deal with ephemeral and persistent data.
- Realm - The alternative to CoreData and SQLite: Simple, modern and fast.
- YapDatabase - YapDatabase is an extensible database for iOS & Mac.
- Couchbase Mobile - Couchbase document store for mobile with cloud sync.
- FMDB - A Cocoa / Objective-C wrapper around SQLite.
- FCModel - An alternative to Core Data for people who like having direct SQL access.
- Zephyr - Effortlessly synchronize NSUserDefaults over iCloud.
- Prephirences - Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state.
- Storez - Safe, statically-typed, store-agnostic key-value storage (with namespace support).
- SwiftyUserDefaults - Statically-typed NSUserDefaults.
- SugarRecord - Data persistence management library.
- SQLite.swift - A type-safe, Swift-language layer over SQLite3.
- GRDB.swift - A versatile SQLite toolkit for Swift, with WAL mode support
- Fluent - Simple ActiveRecord implementation for working with your database in Swift.
- ParseAlternatives - A collaborative list of Parse alternative backend service providers.
- TypedDefaults - TypedDefaults is a utility library to type-safely use NSUserDefaults.
- realm-cocoa-converter - A library that provides the ability to import/export Realm files from a variety of data container formats.
- YapDatabaseExtensions - YapDatabase extensions for use with Swift
- RealmGeoQueries - RealmGeoQueries simplifies spatial queries with Realm Cocoa. In the absence of and official functions, this library provide the possibility to do proximity search. [e]
- SwiftMongoDB - A MongoDB interface for Swift
- ObjectiveRocks - An Objective-C wrapper of Facebook's RocksDB - A Persistent Key-Value Store for Flash and RAM Storage.
- OHMySQL - An Objective-C wrapper of MySQL C API.
- SwiftStore - Key-Value store for Swift backed by LevelDB
- OneStore - A single value proxy for NSUserDefaults, with clean API.
- MongoDB - A Swift wrapper around the mongo-c client library, enabling access to MongoDB servers.
- MySQL - A Swift wrapper around the MySQL client library, enabling access to MySQL servers.
- Redis - A Swift wrapper around the Redis client library, enabling access to Redis.
- PostgreSQL - A Swift wrapper around the libpq client library, enabling access to PostgreSQL servers.
- FileMaker - A Swift wrapper around the FileMaker XML Web publishing interface, enabling access to FileMaker servers.
- Nora - Nora is a Firebase abstraction layer for working with FirebaseDatabase and FirebaseStorage.
- PersistentStorageSerializable - Swift library that makes easier to serialize the user's preferences (app's settings) with system User Defaults or Property List file on disk.
- WCDB - WCDB is an efficient, complete, easy-to-use mobile database framework for iOS, macOS.
- StorageKit - Your Data Storage Troubleshooter ?
- UserDefaults - Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS
- Default - Modern interface to UserDefaults + Codable support
- IceCream - Sync Realm Database with CloudKit
- FirebaseHelper - Safe and easy wrappers for common Firebase Realtime Database functions.
- Shallows - Your lightweight persistence toolbox.
- StorageManager - Safe and easy way to use FileManager as Database.
- RealmWrapper - Safe and easy wrappers for RealmSwift.
- UserDefaultsStore - An easy and very light way to store and retrieve -reasonable amount- of Codable objects, in a couple lines of code!
- PropertyKit - Protocol-First, Type and Key-Safe Swift Property for iOS, macOS and tvOS
- PersistenceKit - Store and retrieve Codable objects to various persistence layers, in a couple lines of code!
- ModelAssistant - Elegant library to manage the interactions between view and model in Swift.
- MMKV - An efficient, small mobile key-value storage framework developed by WeChat. Works on iOS, Android, macOS and Windows.
- Defaults - Swifty and modern UserDefaults.
- MongoKitten - A pure Swift MongoDB client implementation with support for embedded databases.
- SecureDefaults - A lightweight wrapper over UserDefaults/NSUserDefaults with an extra AES-256 encryption layer.
- Unrealm - Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm
Data Structures / Algorithms
Diffs, keypaths, sorted lists and other amazing data structures wrappers and libraries.
- Changeset - Minimal edits from one collection to another
- BTree - Fast ordered collections for Swift using in-memory B-trees
- SwiftStructures - Examples of commonly used data structures and algorithms in Swift.
- diff - Simple diff library in pure Swift
- Brick - ? A generic view model for both basic and complex scenarios
- Algorithm - Algorithm is a collection of data structures that are empowered by a probability toolset.
- AnyObjectConvertible - Convert your own struct/enum to AnyObject easily.
- Dollar - A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript https://www.dollarswift.org/.
- Result - Swift type modeling the success/failure of arbitrary operations.
- EKAlgorithms - Some well known CS algorithms & data structures in Objective-C.
- Monaka - Convert custom struct and fundamental values to NSData.
- Buffer - Swift μ-framework for efficient array diffs, collection observation and cell configuration.
- SwiftGraph - Graph data structure and utility functions in pure Swift.
- SwiftPriorityQueue - A priority queue with a classic binary heap implementation in pure Swift.
- Pencil - Write values to file and read it more easily.
- HeckelDiff - A fast Swift diffing library.
- Dekoter -
NSCoding
's counterpart for Swift structs. - swift-algorithm-club - Algorithms and data structures in Swift, with explanations!
- Impeller - A Distributed Value Store in Swift
- Dispatch - Multi-store Flux implementation in Swift
- DeepDiff - Diff in Swift
- Differ - Swift library to generate differences and patches between collections.
- Probably - A Swift probability and statistics library.
- RandMyMod - RandMyMod base on your own struct or class create one or a set of randomized instance.
- KeyPathKit - KeyPathKit provides a seamless syntax to manipulate data using typed keypaths.
- Differific - A fast and convenient diffing framework.
- OneWaySynchronizer - The simplest abstraction to synchronize local data with remote source.
- DifferenceKit - ? A fast and flexible O(n) difference algorithm framework for Swift collection.
Date & Time
Time and NSCalendar libraries. Also contains Sunrise and Sunset time generators, time pickers and NSTimer interfaces.
- Timepiece - Intuitive NSDate extensions in Swift
- SwiftDate - The best way to manage Dates and Timezones in Swift.
- SwiftMoment - A time and calendar manipulation library.
- DateTools - Dates and times made easy in Objective-C
- SwiftyTimer - Swifty API for NSTimer
- DateHelper - Convenience extension for NSDate in Swift
- iso-8601-date-formatter - A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.
- EmojiTimeFormatter - Format your dates/times as emojis.
- Kronos - Elegant NTP date library in Swift
- TrueTime - Get the true current time impervious to device clock time changes. (NTP library for Swift) .
- 10Clock - This Control is a beautiful time-of-day picker heavily inspired by the iOS 10 "Bedtime" timer.
- NSDate-TimeAgo - A "time ago", "time since", "relative date", or "fuzzy date" category for NSDate and iOS, Objective-C, Cocoa Touch, iPhone, iPad.
- AnyDate - Swifty Date & Time API inspired from Java 8 DateTime API.
- TimeZonePicker - A TimeZonePicker UIViewController similar to the iOS Settings app.
- Time - Type-safe time calculations in Swift, powered by generics. [e]
- Chronology - Building a better date/time library
- Solar - A Swift micro library for generating Sunrise and Sunset times.
- TimePicker - Configurable time picker component based on a pan gesture and its velocity.
- LFTimePicker - Custom Time Picker ViewController with Selection of start and end times in Swift
- NVDate - Swift4 Date extension library
- Schedule - ⏳ A missing lightweight task scheduler for Swift with an incredibly human-friendly syntax.
Debugging
Debugging tools, crash reports, logs and console UI's.
- Xniffer - A swift network profiler built on top of URLSession.
- Netfox - A lightweight, one line setup, iOS / macOS network debugging library!
- PonyDebugger - Remote network and data debugging for your native iOS app using Chrome Developer Tools.
- DBDebugToolkit - Set of easy to use debugging tools for iOS developers & QA engineers.
- Flex - An in-app debugging and exploration tool for iOS.
- chisel - Collection of LLDB commands to assist debugging iOS apps.
- Alpha - Next generation debugging framework for iOS.
- AEConsole - Customizable Console UI overlay with debug log on top of your iOS App.
- GodEye - Automatically display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift.
- NetworkEye - a iOS network debug library, It can monitor HTTP requests within the App and displays information related to the request.
- Dotzu - iOS app debugger while using the app. Crash report, logs, network.
- Hyperion - In-app design review tool to inspect measurements, attributes, and animations.
- Httper-iOS - App for developers to test REST API.
- Droar - Droar is a modular, single-line installation debugging window
- Wormholy - iOS network debugging, like a wizard
- AppSpector - Remote iOS and Android debugging and data collection service. You can debug networking, logs, CoreData, SQLite, NSNotificationCenter and mock device's geo location.
- Woodpecker - View sandbox files, UserDefaults, network request from Mac.
- LayoutInspector - Debug app layouts directly on iOS device: inspect layers in 3D and debug each visible view attributes
- MTHawkeye - Profiling / Debugging assist tools for iOS, include tools: UITimeProfiler, Memory Allocations, Living ObjC Objects Sniffer, Network Transaction Waterfall, etc.
EventBus
Promises and Futures libraries to help you write better async code in Swift.
- SwiftEventBus - A publish/subscribe event bus optimized for iOS.
- PromiseKit - Promises for iOS and macOS.
- Bolts - Bolts is a collection of low-level libraries designed to make developing mobile apps easier, including tasks (promises) and app links (deep links).
- SwiftTask - Promise + progress + pause + cancel + retry for Swift.
- When - A lightweight implementation of Promises in Swift.
- then? - Elegant Async code in Swift.
- Bolts-Swift - Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
- RWPromiseKit - A light-weighted Promise library for Objective-C
- FutureLib - FutureLib is a pure Swift 2 library implementing Futures & Promises inspired by Scala.
- SwiftNotificationCenter - A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety
- FutureKit - A Swift based Future/Promises Library for iOS and macOS.
- signals-ios - Typeful eventing
- BrightFutures - Write great asynchronous code in Swift using futures and promises.
- NoticeObserveKit - NoticeObserveKit is type-safe NotificationCenter wrapper that associates notice type with info type.
- Hydra - Promises & Await - Write better async code in Swift
- Promis - The easiest Future and Promises framework in Swift. No magic. No boilerplate.
- Bluebird.swift - Promise/A+, Bluebird inspired, implementation in Swift 4.
- Promise - A Promise library for Swift, based partially on Javascript's A+ spec.
- promises - Google provides a synchronization construct for Objective-C and Swift to facilitate writing asynchronous code.
- Continuum - NotificationCenter based Lightweight UI / AnyObject binder.
- Futures - Lightweight promises for iOS, macOS, tvOS, watchOS, and server-side Swift.
- EasyFutures - ? Swift Futures & Promises. Easy to use. Highly combinable.
- TopicEventBus - Publish–subscribe design pattern implementation framework, with ability to publish events by topic. (NotificationCenter extended alternative)
Files
File management, file browser, zip handling and file observers.
- FileKit - Simple and expressive file management in Swift.
- Zip - Swift framework for zipping and unzipping files.
- FileBrowser - Powerful Swift file browser for iOS.
- Ares - Zero-setup P2P file transfer between Macs and iOS devices
- FileProvider - FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive/SMB2) files on iOS/tvOS and macOS.
- KZFileWatchers - A micro-framework for observing file changes, both local and remote. Helpful in building developer tools.
- ZipArchive - ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac.
- FileExplorer - Powerful file browser for iOS that allows its users to choose and remove files and/or directories.
- ZIPFoundation - Effortless ZIP Handling in Swift
- AppFolder - AppFolder is a lightweight framework that lets you design a friendly, strongly-typed representation of a directories inside your app's container.
- ZipZap - zip file I/O library for iOS, macOS and tvOS.
- AMSMB2 - Swift framework to connect SMB 2/3 shares for iOS.
Functional Programming
Collection of Swift functional programming tools.
- Forbind - Functional chaining and promises in Swift.
- Funky - Functional programming tools and experiments in Swift.
- LlamaKit - Collection of must-have functional Swift tools.
- Oriole - A functional utility belt implemented as Swift protocol extensions. [e]
- Prelude - Swift µframework of simple functional programming tools.
- Swiftx - Functional data types and functions for any project.
- Swiftz - Functional programming in Swift.
- OptionalExtensions - Swift µframework with extensions for the Optional Type. [e]
- Argo - Functional JSON parsing library for Swift
- Runes - Infix operators for monadic functions in Swift.
- Bow - Typed Functional Programming companion library for Swift.
Games
- Sage - A cross-platform chess library for Swift.
- ShogibanKit - ShogibanKit is a framework for implementing complex Japanese Chess (Shogii) in Swift. No UI, nor AI.
- SKTiled - Swift framework for working with Tiled assets in SpriteKit
- CollectionNode - A swift framework for a collectionView in SpriteKit
- AssetImportKit - Swifty cross platform library (macOS, iOS) that converts Assimp supported models to SceneKit scenes.
- glide engine - SpriteKit and GameplayKit based engine for making 2d games, with practical examples and tutorials.
GCD
Grand Central Dispatch syntax sugars, tools and timers.
- GCDKit - Grand Central Dispatch simplified with Swift.
- Async - Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
- SwiftSafe - Thread synchronization made easy
- YYDispatchQueuePool - iOS utility class to manage global dispatch queue.
- AlecrimAsyncKit - Bringing async and await to Swift world with some flavouring.
- GrandSugarDispatch - Syntactic sugar for Grand Central Dispatch (GCD)
- Threader - Pretty GCD calls and easier code execution.
- Dispatch - Just a tiny library to make using GCD easier and intuitive
- GCDTimer - Well tested Grand Central Dispatch (GCD) Timer in Swift.
- Chronos-Swift - ⌛️ Grand Central Dispatch Utilities
- Me - A super slim solution to the nested asynchronous computations.
- SwiftyTask - An extreme queuing system with high performance for managing all task in app with closure.
Gesture
Libraries and tools to handle gestures.
- Tactile - A better way to handle gestures on iOS
- SwiftyGestureRecognition - Aids with prototyping UIGestureRecognizers in Xcode Playgrounds
- DBPathRecognizer - Gesture recognizer tool [Swift / iOS]
- Sensitive - Fresh look at work with gestures in Swift.
- SplitViewDragAndDrop - Easily add drag and drop to pass data between your apps in split view mode.
- FDFullscreenPopGesture - An UINavigationController's category to enable fullscreen pop gesture in an iOS7+ system style with AOP.
Graphics
CoreGraphics, CoreAnimation, SVG, CGContext libraries, helpers and tools.
- Graphicz - Light-weight, operator-overloading-free complements to CoreGraphics!
- PKCoreTechniques - The code for my CoreGraphics+CoreAnimation talk, held during the 2012 iOS Game Design Seminar at the Technical University Munich.
- MPWDrawingContext - An Objective-C wrapper for CoreGraphics CGContext
- DePict - A simple, declarative, functional drawing framework, in Swift!
- SwiftSVG - A single pass SVG parser with multiple interface options (String, NS/UIBezierPath, CAShapeLayer, and NS/UIView).
- InkKit - Write-Once, Draw-Everywhere for iOS and macOS -- Now in Swift!
- YYAsyncLayer - iOS utility classes for asynchronous rendering and display.
- NXDrawKit - NXDrawKit is a simple and easy but useful drawing kit for iPhone
- jot - An iOS framework for easily adding drawings and text to images.
- SVGKit - Display and interact with SVG Images on iOS / macOS, using native rendering (CoreAnimation) (currently only supported for iOS - macOS code needs updating).
- Snowflake - ❄️ SVG in Swift.
- HxSTLParser - Basic STL loader for SceneKit
- ProcessingKit - Visual designing library for iOS & OSX
- EZYGradientView - Create gradients and blur gradients without a single line of code
- AEConicalGradient - Conical (angular) gradient layer written in Swift.
- MKGradientView - Core Graphics based gradient view capable of producing Linear (Axial), Radial (Circular), Conical (Angular), Bilinear (Four Point) gradients, written in Swift.
- EPShapes - Design shapes in Interface Builder.
- Macaw - Powerful and easy-to-use vector graphics library with SVG support written in Swift.
- BlockiesSwift - Unique blocky identicons/profile picture generator.
- Rough - lets you draw in a sketchy, hand-drawn-like, style.
- GraphLayout - UI controls for graph visualization. It is powered by Graphviz.
- Drawsana - iOS framework for building raster drawing and image markup views, written in Swift and maintained by Asana
Hardware
Bluetooth
Libraries to deal with nearby devices, BLE tools and MultipeerConnectivity wrappers.
- Discovery - A very simple library to discover and retrieve data from nearby devices (even if the peer app works at background).
- LGBluetooth - Simple, block-based, lightweight library over CoreBluetooth. Will clean up your Core Bluetooth related code.
- PeerKit An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps.
- BluetoothKit - Easily communicate between iOS/macOS devices using BLE.
- Bluetonium - Bluetooth mapping in Swift
- BlueCap - iOS Bluetooth LE framework
- Apple Family - Quickly connect Apple devices together with Bluetooth, wifi, and USB.
- Bleu - BLE (Bluetooth LE) for U
- Bluejay - A simple Swift framework for building reliable Bluetooth LE apps.
- BabyBluetooth - The easiest way to use Bluetooth (BLE) in iOS/MacOS.
- ExtendaBLE - Simple Blocks-Based BLE Client for iOS/tvOS/watchOS/OSX/Android. Quickly configuration for centrals/peripherals, perform packet based read/write operations, and callbacks for characteristic updates.
- PeerConnectivity - Functional wrapper for Apple's MultipeerConnectivity framework.
- AZPeerToPeerConnection - AZPeerToPeerConnectivity is a wrapper on top of Apple iOS Multipeer Connectivity framework. It provides an easier way to create and manage sessions. Easy to integrate.
- MultiPeer - Multipeer is a wrapper for Apple's MultipeerConnectivity framework for offline data transmission between Apple devices. It makes easy to automatically connect to multiple nearby devices and share information using either bluetooth or wifi.
Camera
Mocks, ImagePickers, and multiple options of customizable camera implementation
- TGCameraViewController - Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.
- PBJVision - iOS camera engine, features touch-to-record video, slow motion video, and photo capture.
- Cool-iOS-Camera - A fully customisable and modern camera implementation for iOS made with AVFoundation.
- SCRecorder - Camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing.
- ALCameraViewController - A camera view controller with custom image picker and image cropping. Written in Swift.
- CameraManager - Simple Swift class to provide all the configurations you need to create custom camera view in your app.
- RSBarcodes_Swift - 1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
- LLSimpleCamera - A simple, customizable camera control - video recorder for iOS.
- Fusuma - Instagram-like photo browser and a camera feature with a few line of code in Swift.
- BarcodeScanner - ? Simple and beautiful barcode scanner.
- HorizonSDK-iOS - State of the art real-time video recording / photo shooting iOS library.
- FastttCamera - Fasttt and easy camera framework for iOS with customizable filters
- DKCamera - A lightweight & simple camera framework for iOS. Written in Swift.
- NextLevel - Next Level is a media capture camera library for iOS.
- CameraEngine - ?? Camera engine for iOS, written in Swift, above AVFoundation. ?
- SwiftyCam - A Snapchat Inspired iOS Camera Framework written in Swift.
- CameraBackground - Show camera layer as a background to any UIView.
- Lumina - Full service camera that takes photos, videos, streams frames, detects metadata, and streams CoreML predictions :largeorangediamond:
- RAImagePicker - RAImagePicker is a protocol-oriented framework that provides custom features from the built-in Image Picker Edit.
- FDTake - Easily take a photo or video or choose from library.
- YPImagePicker - Instagram-like image picker & filters for iOS
- MockImagePicker - Mock UIImagePickerController for testing camera based UI in simulator.
- iOS-Depth-Sampler - A collection of code examples for Depth APIs.
- TakeASelfie - An iOS framework that uses the front camera, detects your face and takes a selfie.
- HybridCamera - Video and photo camera for iOS, similar to the SnapChat camera.
- CameraKit-iOS - Massively increase camera performance and ease of use in your next iOS project.
Force Touch
Quick actions and peek and pop interactions
- QuickActions - Swift wrapper for iOS Home Screen Quick Actions (App Icon Shortcuts)
- JustPeek - JustPeek is an iOS Library that adds support for Force Touch-like Peek and Pop interactions on devices that do not natively support this kind of interaction.
- PeekView - PeekView supports peek, pop and preview actions for iOS devices without 3D Touch capibility.
iBeacon
Device detect libraries and iBeacon helpers
- Proxitee - Allows developers to create proximity aware applications utilizing iBeacons & geo fences.
- OWUProximityManager - iBeacons + CoreBluetooth.
- Vicinity - Vicinity replicates iBeacons (by analyzing RSSI) and supports broadcasting and detecting low-energy Bluetooth devices in the background.
- BeaconEmitter - Turn your Mac as an iBeacon.
- MOCA Proximity - Paid proximity marketing platform that lets you add amazing proximity experiences to your app.
- JMCBeaconManager - An iBeacon Manager class that is responsible for detecting beacons nearby.
Location
Location monitoring, detect motion and geofencing libraries
- IngeoSDK - Always-On Location monitoring framework for iOS.
- LocationManager - Provides a block-based asynchronous API to request the current location, either once or continuously.
- SwiftLocation - Location & Beacon Monitoring in Swift
- SOMotionDetector - Simple library to detect motion. Based on location updates and acceleration.
- LocationPicker - A ready for use and fully customizable location picker for your app
- BBLocationManager - A Location Manager for easily implementing location services & geofencing in iOS.
- set-simulator-location - CLI for setting location in the iOS simulator.
- NominatimKit - A Swift wrapper for (reverse) geocoding of OpenStreetMap data.
Other Hardware
- MotionKit - Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple.
- DarkLightning - Simply the fastest way to transmit data between iOS/tvOS and macOS.
- Deviice - Simply library to detect the device on which the app is running (and some properties)
- DeviceKit - DeviceKit is a value-type replacement of UIDevice.
- Luminous - Luminous is a big framework which can give you a lot of information (more than 50) about the current system.
- Device - Light weight tool for detecting the current device and screen size written in swift.
- WatchShaker - WatchShaker is a watchOS helper to get your ⌚️ shake movement written in swift.
- WatchCon - WatchCon is a tool which enables creating easy connectivity between iOS and WatchOS. ⌚️
- TapticEngine - TapticEngine generates iOS Device vibrations.
- UIDeviceComplete - UIDevice extensions that fill in the missing pieces.
- NFCNDEFParse - NFC Forum Well Known Type Data Parser for iOS11 and Core NFC.
- Device.swift - Super-lightweight library to detect used device.
- SDVersion - ? Lightweight Cocoa library for detecting the running device's model and screen size.
- Haptico - ? Easy to use haptic feedback generator with pattern-play support.
Layout
Auto Layout, UI frameworks and a gorgeous list of tools to simplify layout constructions
- Masonry - Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax.
- FLKAutoLayout - UIView category which makes it easy to create layout constraints in code.
- Façade - Programmatic view layout for the rest of us - an autolayout alternative.
- PureLayout - The ultimate API for iOS & macOS Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.
- SnapKit - A Swift Autolayout DSL for iOS & macOS.
- Cartography - A declarative Auto Layout DSL for Swift ??
- AutoLayoutPlus - A bit of steroids for AutoLayout, powered by Swift.
- Neon - A powerful Swift programmatic UI layout framework.
- MisterFusion - A Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C.
- SwiftBox - Flexbox in Swift, using Facebook's css-layout.
- ManualLayout - Easy to use and flexible library for manually laying out views and layers for iOS and tvOS. Supports AsyncDisplayKit. [e]
- Stevia - Elegant view layout for iOS.
- Manuscript - AutoLayoutKit in pure Swift.
- FDTemplateLayoutCell - Template auto layout cell for automatically UITableViewCell height calculating
- SwiftAutoLayout - Tiny Swift DSL for Autolayout
- FormationLayout - Work with auto layout and size classes easily.
- SwiftyLayout - Lightweight declarative auto-layout framework for Swift
- Swiftstraints - Auto Layout In Swift Made Easy
- SwiftBond - Bond is a Swift binding framework that takes binding concepts to a whole new level. It's simple, powerful, type-safe and multi-paradigm.
- Restraint - Minimal Auto Layout in Swift
- EasyPeasy - Auto Layout made easy
- Auto Layout Magic - Build 1 scene, let Auto Layout Magic generate the constraints for you! Scenes look great across all devices!
- Anchorman - An autolayout library for the damn fine citizens of San Diego.
- LayoutKit - LayoutKit is a fast view layout library for iOS.
- Relayout - Swift microframework for declaring Auto Layout constraints functionally
- Anchorage - A collection of operators and utilities that simplify iOS layout code.
- Compose - Compose is a library that helps you compose complex and dynamic views.
- BrickKit - With BrickKit, you can create complex and responsive layouts in a simple way. It's easy to use and easy to extend. Create your own reusable bricks and behaviors.
- Framezilla - Elegant library which wraps working with frames with a nice chaining syntax.
- TinyConstraints - The syntactic sugar that makes Auto Layout sweeter for human use.
- MyLinearLayout - MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap.
- SugarAnchor - Same native NSLayoutAnchor & NSLayoutConstraints; but with more natural and easy to read syntactic sugar. Typesafe, concise & readable.
- Anchors - Declarative, extensible, powerful Auto Layout for iOS 8+ and macOS 10.10+
- PinLayout - Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS] ?
- SnapLayout - Concise Auto Layout API to chain programmatic constraints while easily updating existing constraints. [e]
- Cupcake - An easy way to create and layout UI components for iOS.
- MiniLayout - Minimal AutoLayout convenience layer. Program constraints succinctly.
- Bamboo - Bamboo makes Auto Layout (and manual layout) elegant and concise.
- FlexLayout - FlexLayout gently wraps the highly optimized facebook/yoga flexbox implementation in a concise, intuitive & chainable syntax.
- Layout - A declarative UI framework for iOS
- CGLayout - Powerful autolayout framework based on constraints, that can manage UIView(NSView), CALayer and not rendered views. Not Apple Autolayout wrapper.
- YogaKit - Powerful layout engine which implements Flexbox. Developed and maintained by Facebook.
- FlightLayout - Balanced medium between manual layout and auto-layout. Great for calculating frames for complex animations.
- QLayout - AutoLayout Utility for iOS.
- Layoutless - Minimalistic declarative layout and styling framework built on top of Auto Layout.
- Yalta - An intuitive and powerful Auto Layout library.
- SuperLayout - Simplify Auto Layout with super syntactic sugar.
- QuickLayout - QuickLayout offers a simple way, to easily manage Auto Layout in code.
- EEStackLayout - A structured vertical stack layout.
- RKAutoLayout - Simple wrapper over AutoLayout. [iOS] ?
Localization
Tools to manage strings files, translate and enable localization in your apps.
- Hodor - Simple solution to localize your iOS App.
- Swifternalization - Localize iOS apps in a smarter way using JSON files. Swift framework.
- Rubustrings - Check the format and consistency of Localizable.strings files
- BartyCrouch - Incrementally update/translate your Strings files from Code and Storyboards/XIBs.
- LocalizationKit - Localization management in realtime from a web portal. Easily manage your texts and translations without redeploy and resubmission.
- Localize-Swift - Swift 2.0 friendly localization and i18n with in-app language switching
- LocalizedView - Setting up application specific localized string within Xib file.
- transai - command line tool help you manage localization string files.
- Strsync - Automatically translate and synchronize .strings files from base language.
- IBLocalizable - Localize your views directly in Interface Builder with IBLocalizable
- nslocalizer - A tool for finding missing and unused NSLocalizedStrings
- L10n-swift - Localization of an application with ability to change language "on the fly" and support for plural forms in any language.
- Localize - Easy tool to localize apps using JSON or Strings and of course IBDesignables with extensions for UI components.
Logging
Debugging lives here. Logging tools, frameworks, integrations and more.
- CleanroomLogger - A configurable and extensible Swift-based logging API that is simple, lightweight and performant.
- CocoaLumberjack - A fast & simple, yet powerful & flexible logging framework for Mac and iOS.
- NSLogger - a high performance logging utility which displays traces emitted by client applications running on macOS, iOS and Android.
- QorumLogs — Swift Logging Utility for Xcode & Google Docs.
- Log - A logging tool with built-in themes, formatters, and a nice API to define your owns.
- Rainbow - Delightful console output for Swift developers.
- SwiftyBeaver - Convenient logging during development & release in Swift 2 & 3
- SwiftyTextTable - A lightweight tool for generating text tables.
- Watchdog - Class for logging excessive blocking on the main thread
- XCGLogger - A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog or println, but with additional information, such as the date, function name, filename and line number.
- puree - A log collector for iOS
- Colors - A pure Swift library for using ANSI codes. Basically makes command-line coloring and styling very easy! [e]
- Loggerithm - A lightweight Swift logger, uses
print
in development andNSLog
in production. Support colourful and formatted output. - AELog - Simple, lightweight and flexible debug logging framework written in Swift.
- ReflectedStringConvertible - A protocol that allows any class to be printed as if it were a struct.
- Evergreen - Most natural Swift logging
- SwiftTrace - Trace Swift and Objective-C method invocations
- Willow - Willow is a powerful, yet lightweight logging library written in Swift.
- Bugfender - Cloud storage for your app logs. Track user behaviour to find problems in your mobile apps.
- LxDBAnything - Automate box any value! Print log without any format control symbol! Change debug habit thoroughly!
- XLTestLog - Styling and coloring your XCTest logs on Xcode Console
- XLFacility - Elegant and extensive logging facility for macOS & iOS (includes database, Telnet and HTTP servers)
- Atlantis - A powerful input-agnostic swift logging framework made to speed up development with maximum readability.
- StoryTeller - Taking a completely different approach to logging, Story Teller replacing fixed logging levels in It then uses dynamic expressions to control the logging so you only see what is important.
- LumberMill - Stupidly simple logging for iOS 10 and Swift 3.0
- TinyConsole - A tiny log console to display information while using your iOS app. Written in Swift 3.
- Lighty - Easy to use and lightweight logger for iOS, macOS, tvOS, watchOS and Linux with Swift 3.
- JustLog - Console, file and remote Logstash logging via TCP socket.
- Twitter Logging Service - Twitter Logging Service is a robust and performant logging framework for iOS clients.
- Reqres - Network request and response body logger with Alamofire support
- TraceLog - Dead Simple: logging the way it's meant to be! Runs on ios, osx, and Linux.
- OkLog - A network logger for iOS and macOS projects.
Machine Learning
A collection of ML Models, deep learning and neural networking libraries
- Swift-Brain - Artificial Intelligence/Machine Learning data structures and Swift algorithms for future iOS development. Bayes theorem, Neural Networks, and more AI.
- AIToolbox - A toolbox of AI modules written in Swift: Graphs/Trees, Linear Regression, Support Vector Machines, Neural Networks, PCA, KMeans, Genetic Algorithms, MDP, Mixture of Gaussians.
- Tensorflow-iOS - The official Google-built powerful neural network library port for iOS.
- Bender - Easily craft fast Neural Networks. Use TensorFlow models. Metal under the hood.
- CoreML-samples - Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.
- Revolver - A framework for building fast genetic algorithms in Swift. Comes with modular architecture, pre-implemented operators and loads of examples.
- CoreML-Models - A collection of unique Core ML Models.
- Serrano - A deep learning library for iOS and macOS.
- Swift-AI - The Swift machine learning library.
- TensorSwift - A lightweight library to calculate tensors in Swift, which has similar APIs to TensorFlow's.
Maps
- Mapbox GL - An OpenGL renderer for Mapbox Vector Tiles with SDK bindings for iOS.
- GEOSwift - The Swift Geographic Engine.
- PXGoogleDirections - Google Directions API helper for iOS, written in Swift
- Cluster - Easy Map Annotation Clustering.
- JDSwiftHeatMap - JDSwiftMap is an IOS Native MapKit Library. You can easily make a highly customized HeatMap.
- ClusterKit - An iOS map clustering framework targeting MapKit, Google Maps and Mapbox.
- FlyoverKit - FlyoverKit enables you to present stunning 360° flyover views on your MKMapView with zero effort while maintaining full configuration possibilities.
- MapViewPlus - Use any custom view as custom callout view of your MKMapView with cool animations. Also, easily use any image as annotation view.
- MSFlightMapView - Add and animate geodesic flights on Google map.
Math
Math frameworks, functions and libraries to custom operations, statistical calculations and more.
- Euler - Swift Custom Operators for Mathematical Notation
- SwiftMath - ? A math framework for Swift. Includes: vectors, matrices, complex numbers, quaternions and polynomials.
- Arithmosophi - A set of protocols for Arithmetic and Logical operations
- Surge - A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
- Upsurge - Swift math
- Swift-MathEagle - A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int and big frac and general handy extensions and functions.
- iosMath - A library for displaying beautifully rendered math equations. Enables typesetting LaTeX math formulae in iOS.
- BigInt - Arbitrary-precision arithmetic in pure Swift
- SigmaSwiftStatistics - A collection of functions for statistical calculation.
- VectorMath - A Swift library for Mac and iOS that implements common 2D and 3D vector and matrix functions, useful for games or vector-based graphics
- Expression - A Mac and iOS library for evaluating numeric expressions at runtime
- Metron - Metron is a comprehensive collection of geometric functions and types that extend the 2D geometric primitives provided by CoreGraphics.
- NumericAnnex - NumericAnnex supplements the numeric facilities provided in the Swift standard library.
Media
Audio
- AudioBus - Add Next Generation Live App-to-App Audio Routing.
- AudioKit - A powerful toolkit for synthesizing, processing, and analyzing sounds.
- EZAudio - An iOS/macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
- novocaine - Painless high-performance audio on iOS and macOS.
- QHSpeechSynthesizerQueue - Queue management system for AVSpeechSynthesizer (iOS Text to Speech).
- Cephalopod - A sound fader for AVAudioPlayer written in Swift.
- Chirp - The easiest way to prepare, play, and remove sounds in your Swift app!
- Beethoven - An audio processing Swift library for pitch detection of musical signals.
- AudioPlayerSwift - AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps.
- AudioPlayer - AudioPlayer is syntax and feature sugar over AVPlayer. It plays your audio files (local & remote).
- TuningFork - ? Simple Tuner for iOS
- MusicKit - A framework for composing and transforming music in Swift
- SubtleVolume - Replace the system volume popup with a more subtle indicator.
- NVDSP - iOS/macOS DSP for audio (with Novocaine)
- SRGMediaPlayer-iOS - The SRG Media Player library for iOS provides a simple way to add a universal audio / video player to any iOS application.
- IQAudioRecorderController - A drop-in universal library allows to record audio within the app with a nice User Interface.
- TheAmazingAudioEngine2 - The Amazing Audio Engine is a sophisticated framework for iOS audio applications, built so you don't have to.
- InteractivePlayerView - Custom iOS music player view
- ESTMusicIndicator - Cool Animated music indicator view written in Swift
- QuietModemKit - iOS framework for the Quiet Modem (data over sound)
- SwiftySound - Super simple library that lets you play sounds with a single line of code (and much more). Written in Swift 3, supports iOS, macOS and tvOS. CocoaPods and Carthage compatible.
- BPMAnalyser - Fast and simple instrument to get the BPM rate from your audio-files.
- PandoraPlayer - A lightweight music player for iOS, based on AudioKit and completely written in Swift
- SonogramView - Audio visualisation of song
- AudioIndicatorBars - AIB indicates for your app users which audio is playing. Just like the Podcasts app.
- Porcupine - On-device wake word detection engine for macOS, iOS, and watchOS, powered by deep learning.
- Voice Overlay - An overlay that gets your user’s voice permission and input as text in a customizable UI.
- ModernAVPlayer - Persistence player to resume playback after bad network connection even in background mode, manage headphone interactions, system interruptions, now playing informations and remote commands.
GIF
- YLGIFImage - Async GIF image decoder and Image viewer supporting play GIF images. It just use very less memory.
- FLAnimatedImage - Performant animated GIF engine for iOS
- gifu - Highly performant animated GIF support for iOS in Swift
- AnimatedGIFImageSerialization - Complete Animated GIF Support for iOS, with Functions, NSJSONSerialization-style Class, and (Optional) UIImage Swizzling
- XAnimatedImage - XAnimatedImage is a performant animated GIF engine for iOS written in Swift based on FLAnimatedImage
- SwiftGif - ✨ A small UIImage extension with gif support
- APNGKit - High performance and delightful way to play with APNG format in iOS.
- YYImage - Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
- AImage - A animated GIF&APNG engine for iOS in Swift with low memory & cpu usage.Optimized for Multi-Image case.
- NSGIF2 - Simplify creation of a GIF from the provided video file url.
- SwiftyGif - High performance GIF engine
Image
- GPU Image - An open source iOS framework for GPU-based image and video processing.
- UIImage DSP - iOS UIImage processing functions using the vDSP/Accelerate framework for speed.
- AsyncImageView - Simple extension of UIImageView for loading and displaying images asynchronously without lock up the UI.
- SDWebImage - Asynchronous image downloader with cache support with an UIImageView category.
- DFImageManager - Modern framework for fetching images from various sources. Zero config yet immense customization and extensibility. Uses NSURLSession.
- MapleBacon - An image download and caching library for iOS written in Swift.
- NYTPhotoViewer - Slideshow and image viewer.
- IDMPhotoBrowser - Photo Browser / Viewer.
- Concorde - Download and decode progressive JPEGs.
- TOCropViewController - A view controller that allows users to crop UIImage objects.
- YXTMotionView - A custom image view that implements device motion scrolling.
- PINRemoteImage - A thread safe, performant, feature rich image fetcher.
- SABlurImageView - Easily Adding Animated Blur/Unblur Effects To An Image.
- FastImageCache - iOS library for quickly displaying images while scrolling.
- BKAsciiImage - Convert UIImage to ASCII art
- AlamofireImage - An image component library for Alamofire.
- Nuke - Image loading, processing, caching and preheating
- FlagKit - Beautiful flag icons for usage in apps and on the web.
- YYWebImage - Asynchronous image loading framework (supports WebP, APNG, GIF).
- RSKImageCropper - An image cropper for iOS like in the Contacts app with support for landscape orientation.
- Silo - Image loading framework with loaders.
- Ody - Ody is an easy to use random image generator built with Swift, Perfect for placeholders.
- Banana - Image slider with very simple interface.
- JDSwiftAvatarProgress - Easy customizable avatar image asynchronously with progress bar animated
- Kingfisher - A lightweight and pure Swift implemented library for downloading and caching image from the web.
- EBPhotoPages - A photo gallery for iOS with a modern feature set. Similar features as the Facebook photo browser.
- UIImageView-BetterFace-Swift - The Swift version of https://github.com/croath/UIImageView-BetterFace
- KFSwiftImageLoader - An extremely high-performance, lightweight, and energy-efficient pure Swift async web image loader with memory and disk caching for iOS and Watch.
- Toucan - Fabulous Image Processing in Swift
- ImageLoaderSwift - A lightweight and fast image loader for iOS written in Swift.
- ImageScout - A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
- JLStickerTextView - A UIImageView allow you to add multiple Label (multiple line text support) on it, you can edit, rotate, resize the Label as you want with one finger ,then render the text on Image.
- Agrume - A lemony fresh iOS image viewer written in Swift.
- PASImageView - Rounded async imageview downloader lightly cached and written in Swift
- Navi - Focus on avatar caching.
- SwiftPhotoGallery - Simple, fullscreen image gallery with tap, swipe, and pinch gestures.
- MetalAcc - GPU-based Media processing library using Metal written in Swift.
- MWPhotoBrowser - A simple iOS photo and video browser with grid view, captions and selections.
- UIImageColors - iTunes style color fetcher for UIImage. [e]
- CDFlipView - A view that takes a set of images, make transition from one to another by using flipping effects.
- GPUImage2 - GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
- TGLParallaxCarousel - A lightweight 3D Linear Carousel with parallax effect
- ImageButter - Makes dealing with images buttery smooth
- SKPhotoBrowser - Simple PhotoBrowser/Viewer inspired by Facebook, Twitter photo browsers written by swift
- YUCIHighPassSkinSmoothing - An implementation of High Pass Skin Smoothing using Apple's Core Image Framework
- CLImageViewPopup - A simple Image full screen pop up
- APKenBurnsView - Ken Burns effect with face recognition!
- Moa - An image download extension of the image view for iOS, tvOS and macOS. [e]
- JMCMarchingAnts - Library that lets you add marching ants (animated) selection to the edges of the images.
- ImageViewer - An image viewer à la Twitter
- FaceAware - An extension that gives UIImageView the ability to focus on faces within an image when using AspectFill.
- SwiftyAvatar - A UiimageView class for creating circular avatar images, IBDesignable to make all changes via storyboard
- ShinpuruImage - Syntactic Sugar for Accelerate/vImage and Core Image Filters
- ImagePickerSheetController - ImagePickerSheetController is like the custom photo action sheet in iMessage just without the glitches.
- ComplimentaryGradientView - Create complementary gradients generated from dominant and prominent colors in supplied image. Inspired by Grade.js.
- ImageSlideshow - Swift image slideshow with circular scrolling, timer and full screen viewer.
- Imaginary - ? Remote images, as easy as one, two, three.
- PPAssetsActionController - Highly customizable Action Sheet Controller with Assets Preview.
- Vulcan - Multi image downloader with priority in Swift.
- FacebookImagePicker - Facebook album photo picker written in Swift.
- Lightbox - A convenient and easy to use image viewer for your iOS app.
- Ebblink - An iOS SDK for sharing photos that automatically expire and can be deleted at any time.
- Sharaku - Instagram-like image filter ViewController.
- CTPanoramaView - Displays spherical or cylindrical panoramas or 360-photos with touch or motion based control options.
- Twitter Image Pipline - streamlined framework for fetching and storing images in an application.
- TinyCrayon - A smart and easy-to-use image masking and cutout SDK for mobile apps.
- FlexibleImage - A simple way to play with image!
- TLPhotoPicker - Multiple phassets picker for iOS lib. like a facebook.
- YapImageManager - A high-performance image downloader written in Swift, powered by YapDatabase.
- PhotoEditorSDK - A fully customizable photo editor for your app.
- SimpleImageViewer - A snappy image viewer with zoom and interactive dismissal transition.
- AZImagePreview - A framework that makes image viewing easy.
- FaceCropper - Crop faces, inside of your image, with iOS 11 Vision api
- Paparazzo - Custom iOS camera and photo picker with editing capabilities
- ZImageCropper - A Swift project to crop image in any shape.
- InitialsImageView - An UIImageView extension that generates letter initials as a placeholder for user profile images, with a randomized background color.
- DTPhotoViewerController - A fully customizable photo viewer ViewController, inspired by Facebook photo viewer.
- LetterAvatarKit - A UIImage extension that generates letter-based avatars written in Swift.
- AXPhotoViewer - An iPhone/iPad photo gallery viewer, useful for viewing a large (or small!) number of photos
- TJProfileImage - Live rendering of componet’s properties in Interface Builder.
- Viewer - Image viewer (or Lightbox) with support for local and remote videos and images
- OverlayComposite - An asynchronous, multithreaded, image compositing framework written in Swift.
- MCScratchImageView - A custom ImageView that is used to cover the surface of other view like a scratch card, user can swipe the mulch to see the view below
- MetalPetal - A GPU-accelerated image/video processing framework based on Metal.
- ShadowImageView - ShadowImageView is a iOS 10 Apple Music style image view, help you create elegent image with shadow.
- Avatar - Generate random user Avatar images using CoreGraphics and QuartzCore.
- Serrata - Slide image viewer library similar to Twitter and LINE.
- StyleArt - Style Art library process images using COREML with a set of pre trained machine learning models and convert them to Art style.
- greedo-layout-for-ios - Full aspect ratio grid layout for iOS
- ImageDetect - Detect and crop faces, barcodes and texts inside of your image, with iOS 11 Vision api.
- THTiledImageView - Provide ultra-high-quality images through tiling techniques
- GPUImage3 - GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
- Gallery - Your next favorite image and video picker.
- ATGMediaBrowser - Image slide-show viewer with multiple predefined transition styles, and ability to create new transitions with ease.
- Pixel - An image editor and engine using CoreImage.
- OnlyPictures - A simple and flexible way to add source of overlapping circular pictures.
- SFSafeSymbols - Safely access Apple's SF Symbols using static typing.
Media Processing
- SwiftOCR - Fast and simple OCR library written in Swift
- QR Code Scanner - QR Code implementation.
- QRCode - A QRCode generator written in Swift.
- EFQRCode - A better way to operate two-dimensional code in Swift.
- NSFWDetector - A NSFW (aka porn) detector with CoreML
- Reader - PDF Reader Core for iOS.
- UIView 2 PDF - PDF generator using UIViews or UIViews with an associated XIB
- FolioReaderKit - A Swift ePub reader and parser framework for iOS.
- PDFGenerator - A simple Generator of PDF in Swift. Generate PDF from view(s) or image(s).
- SimplePDF - Create a simple PDF effortlessly.
- SwiftPDFGenerator - PDF generator using UIViews; Swift Version of 'UIView 2 PDF'.
- PSPDFKit - Render PDF, add/edit annotations, fill forms, add/edit pages, view/create digital signatures.
- TPPDF - Generate PDF using commands and automatic layout.
- FastPdfKit - A Static Library to be embedded on iOS applications to display pdf documents derived from Fast PDF.
- UIImagePlusPDF - UIImage extensions to simply use PDF files.
Streaming
- HaishinKit.swift - Camera and Microphone streaming library via RTMP, HLS for iOS, macOS.
- StreamingKit - A fast and extensible gapless AudioPlayer/AudioStreamer for macOS and iOS.
- Jukebox - Player for streaming local and remote audio files. Written in Swift.
- LFLiveKit - H264 and AAC Hard coding,support GPUImage Beauty, rtmp transmission,weak network lost frame,Dynamic switching rate
- Airstream - A framework for streaming audio between Apple devices using AirPlay.
- OTAcceleratorCore - A painless way to integrate audio/video(screen sharing) to any iOS applications via Tokbox.
- webrtc - Provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs.
Video
- VIMVideoPlayer - A simple wrapper around the AVPlayer and AVPlayerLayer classes.
- MobilePlayer - A powerful and completely customizable media player for iOS.
- XCDYouTubeKit - YouTube video player for iOS, tvOS and macOS
- AVAnimator - An open source iOS native library that makes it easy to implement non-trivial video/audio enabled apps.
- Periscope VideoViewController - Video view controller with Periscope fast rewind control
- MHVideoPhotoGallery - A Photo and Video Gallery
- PlayerView - Player View is a delegated view using AVPlayer of Swift
- SRGMediaPlayer-iOS - The SRG Media Player library for iOS provides a simple way to add a universal audio / video player to any iOS application.
- AVPlayerViewController-Subtitles - AVPlayerViewController-Subtitles is a library to display subtitles on iOS. It's built as a Swift extension and it's very easy to integrate. [e]
- MPMoviePlayerController-Subtitles - MPMoviePlayerController-Subtitles is a library to display subtitles on iOS. It's built as a Swift extension and it's very easy to integrate. [e]
- ZFPlayer - Based on AVPlayer, support for the horizontal screen, vertical screen (full screen playback can also lock the screen direction), the upper and lower slide to adjust the volume, the screen brightness, or so slide to adjust the playback progress.
- Player - ▶️ video player in Swift, simple way to play and stream media in your iOS or tvOS app
- BMPlayer - video player in swift3 and swift2 for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brigtness and seek by slide.
- VideoPager - Paging Video UI, and some control components is available.
- ios-360-videos - NYT360Video plays 360-degree video streamed from an AVPlayer.
- swift-360-videos - Pure swift (no SceneKit) 3D library with focus on video and 360.
- ABMediaView - UIImageView subclass for drop-in image, video, GIF, and audio display, with functionality for fullscreen and minimization to the bottom-right corner.
- PryntTrimmerView - A set of UI elements to trim, crop and select frames inside a video.
- VGPlayer - A simple iOS video player in Swift,Support play local and network,Background playback mode.
- YoutubeKit - A video player that fully supports Youtube IFrame API and YoutubeDataAPI for easily create a Youtube app.
- Swift-YouTube-Player - Swift library for embedding and controlling YouTube videos in your iOS applications!
- JDVideoKit - You can easily transfer your video into Three common video type via this framework.
- VersaPlayer - Versatile AVPlayer implementation for iOS, macOS, and tvOS
Messaging
Also see push notifications
- LayerKit - iOS SDK for Layer, the easiest way to add in-app messaging (text, photos, videos, data) to any mobile or web application.
- XMPPFramework - An XMPP Framework in Objective-C for Mac and iOS.
- Chatto - A lightweight framework to build chat applications, made in Swift
- MessageKit - Eventually, a Swift re-write of JSQMessagesViewController
- Atlas - A library of native iOS messaging user interface components for Layer.
- Messenger - This is a native iOS Messenger app, making realtime chat conversations and audio calls with full offline support.
- OTTextChatAccelerator - OpenTok Text Chat Accelerator Pack enables text messages between mobile or browser-based devices.
- chat-sdk-ios - Chat SDK iOS - Open Source Mobile Messenger.
- AsyncMessagesViewController - A smooth, responsive and flexible messages UI library for iOS.
- MessageViewController - A SlackTextViewController replacement written in Swift for the iPhone X.
- SwiftyMessenger - Swift toolkit for passing messages between iOS apps and extensions.
- Messenger Chat with Firebase - Swift messaging chat app with Firebase Firestore integration.
Networking
- AFNetworking - A delightful iOS and macOS networking framework.
- RestKit - RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun.
- FSNetworking - Foursquare iOS networking library.
- ASIHTTPRequest - Easy to use CFNetwork wrapper for HTTP requests, Objective-C, macOS and iPhone.
- Overcoat - Small but powerful library that makes creating REST clients simple and fun.
- ROADFramework - Attributed-oriented approach for interacting with web services. The framework has built-in json and xml serialization for requests and responses and can be easily extensible.
- Alamofire - Alamofire is an HTTP networking library written in Swift, from the creator of AFNetworking.
- Transporter - A tiny library makes uploading and downloading easier.
- CDZPinger - Easy-to-use ICMP Ping.
- NSRails - iOS/Mac OS framework for Rails.
- NKMultipeer - A testable abstraction over multipeer connectivity.
- CocoaAsyncSocket - Asynchronous socket networking library for Mac and iOS.
- Siesta - Elegant abstraction for RESTful resources that untangles stateful messes. An alternative to callback- and delegate-based networking.
- Reachability.swift - Replacement for Apple's Reachability re-written in Swift with closures
- OctopusKit - A simplicity but graceful solution for invoke RESTful web service APIs.
- Moya - Network abstraction layer written in Swift.
- TWRDownloadManager - A modern download manager based on NSURLSession to deal with asynchronous downloading, management and persistence of multiple files.
- HappyDns - A Dns library, support custom dns server, dnspod httpdns. Only support A record.
- Bridge - A simple extensible typed networking library. Intercept and process/alter requests and responses easily.
- TRON - Lightweight network abstraction layer, written on top of Alamofire
- EVCloudKitDao - Simplified access to Apple's CloudKit
- EVURLCache - a NSURLCache subclass for handling all web requests that use NSURLRequest
- ResponseDetective - Sherlock Holmes of the networking layer.
- Pitaya - A Swift HTTP / HTTPS networking library just incidentally execute on machines
- Just - Swift HTTP for Humans
- agent - Minimalistic Swift HTTP request agent for iOS and macOS
- Reach - A simple class to check for internet connection availability in Swift.
- SwiftHTTP - Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.
- Netdiag - A network diagnosis library. Support Ping/TcpPing/Rtmp/TraceRoute/DNS/external IP/external DNS.
- AFNetworkingHelper - A custom wrapper over AFNetworking library that we use inside RC extensively
- NetKit - A Concise HTTP Framework in Swift.
- RealReachability - We need to observe the REAL reachability of network. That's what RealReachability do.
- MonkeyKing - MonkeyKing helps you post messages to Chinese Social Networks.
- NetworkKit - Lightweight Networking and Parsing framework made for iOS, Mac, WatchOS and tvOS.
- APIKit - A networking library for building type safe web API client in Swift.
- ws ☁️ - Elegant JSON WebService in Swift.
- SPTDataLoader - The HTTP library used by the Spotify iOS client.
- SWNetworking - Powerful high-level iOS, macOS and tvOS networking library.
- Networking - Simple HTTP Networking in Swift a NSURLSession wrapper with image caching support
- SOAPEngine - This generic SOAP client allows you to access web services using a your iOS app, macOS app and AppleTV app.
- Swish - Nothing but Net(working)
- Malibu - ? Malibu is a networking library built on promises
- YTKNetwork - YTKNetwork is a high level request util based on AFNetworking.
- UnboxedAlamofire - Alamofire + Unbox: the easiest way to download and decode JSON into swift objects.
- MMLanScan - An iOS LAN Network Scanner library
- Domainer - Manage multi-domain url auto mapping ip address table
- Restofire - Restofire is a protocol oriented network abstraction layer in swift that is built on top of Alamofire to use services in a declartive way
- AFNetworking+RetryPolicy - An objective-c category that adds the ability to set the retry logic for requests made with AFNetworking.
- SwiftyZeroMQ - ZeroMQ Swift Bindings for iOS, macOS, tvOS and watchOS.
- Nikka - A super simple Networking wrapper that supports many JSON libraries, Futures and Rx
- XMNetworking - A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.
- Merhaba - Bonjour networking for discovery and connection between iOS, macOS and tvOS devices.
- DBNetworkStack - Resource-oritented networking which is typesafe, extendable, composeable and makes testing a lot easier.
- EFInternetIndicator - A little swift Internet error status indicator using ReachabilitySwift.
- AFNetworking-Synchronous - Synchronous requests for AFNetworking 1.x, 2.x, and 3.x.
- QwikHttp - a robust, yet lightweight and simple to use HTTP networking library designed for RESTful APIs.
- NetClient - Versatile HTTP networking library written in Swift 3.
- WANetworkRouting - An iOS library to route API paths to objects on client side with request, mapping, routing and auth layers
- Reactor - Powering your RAC architecture
- SWNetworking - Powerful high-level iOS, macOS and tvOS networking library. from the creator of SWNetworking
- Digger - Digger is a lightweight download framework that requires only one line of code to complete the file download task.
- Ciao - Publish and discover services using mDNS(Bonjour, Zeroconf).
- PerfectAPIClient - An API Client based on a network abstraction layer for the Perfect Server-Side Swift Framework
- Bamboots - Bamboots is a network request framework based on Alamofire, aiming at making network request easier for business development
- SolarNetwork - Elegant network abstraction layer in Swift.
- FGRoute - An easy-to-use library that helps developers to get wifi ssid, router and device ip addresses.
- RxRestClient - Simple REST Client based on RxSwift and Alamofire.
- TermiNetwork - A networking library written with Swift 4.0 that supports multi-environment configuration, routing and automatic deserialization
- Dots - Lightweight Concurrent Networking Framework.
- Gem - An extreme light weight system with high performance for managing all http request with automated parser with modal.
- RMHttp - Lightweight REST library for iOS and watchOS.
- AlamoRecord - An elegant yet powerful iOS networking layer inspired by ActiveRecord.
- MHNetwork - Protocol Oriented Network Layer Aim to avoid having bloated singleton NetworkManager
- ThunderRequest - A simple URLSession wrapper with a generic protocol based request body approach and easy deserialisation of responses.
- ReactiveAPI - Write clean, concise and declarative network code relying on URLSession, with the power of RxSwift. Inspired by Retrofit.
- Mail Core 2 - MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP.
- Postal - A swift framework providing simple access to common email providers.
Representations
- apollo-ios - A GraphQL client for iOS, written in Swift
- JSONRPCKit - A JSON-RPC 2.0 library purely written in Swift
- protobuf-swift - Google ProtocolBuffers for Apple Swift
- swift-protobuf - Plugin and runtime library for using protobuf with Swift.
Notifications
Push Notifications
- Orbiter - Push Notification Registration for iOS.
- PEM - Automatically generate and renew your push notification profiles.
- Knuff - The debug application for Apple Push Notification Service (APNS).
- FBNotifications - Facebook Analytics In-App Notifications Framework.
- NWPusher - macOS and iOS application and framework to play with the Apple Push Notification service (APNs)
- SimulatorRemoteNotifications - Library to send mock remote notifications to the iOS simulator
- APNSUtil - Library makes code simple settings and landing for apple push notification service
Push Notification Providers
Most of these are paid services, some have free tiers.
- Urban Airship
- Growth Push - Popular in Japan.
- Braze
- Batch
- Boxcar
- Carnival
- Catapush
- Netmera
- OneSignal - Free.
- PushBots
- Pushwoosh
- Pushkin - Free and open-source.
- Pusher - Free and unlimited.
- Swrve
Local Notifications
- DLLocalNotifications - Easily create Local Notifications in swift - Wrapper of UserNotifications Framework.
Objective-C Runtime
Objective-C Runtime wrappers, libraries and tools.
- Lumos - A light Swift wrapper around Objective-C Runtime.
- Swizzlean - An Objective-C Swizzle Helper Class.
Optimization
- Unreachable - Unreachable code path optimization hint for Swift.
Parsing
CSV
- CSwiftV - A csv parser written in swift conforming to rfc4180
- CSV.swift - CSV reading and writing library written in Swift.
JSON
- JSON-Framework - This framework implements a strict JSON parser and generator in Objective-C.
- Mantle - Model framework for Cocoa and Cocoa Touch.
- Groot - Convert JSON dictionaries and arrays to and from Core Data managed objects.
- PropertyMapper - Data mapping and validation with minimal amount of code.
- JSONModel - Magical Data Modeling Framework for JSON. Create rapidly powerful, atomic and smart data model classes.
- SwiftyJSON - The better way to deal with JSON data in Swift.
- FastEasyMapping - Serialize & deserialize JSON fast.
- ObjectMapper - A framework written in Swift that makes it easy for you to convert your Model objects (Classes and Structs) to and from JSON.
- JASON - JSON parsing with outstanding performances and convenient operators.
- Gloss - A shiny JSON parsing library in Swift.
- Cereal - Swift object serialization
- SwiftyJSONAccelerator - Generate Swift 5 model files from JSON with Codeable support.
- JSONCodable - Hassle-free JSON encoding and decoding in Swift
- Tailor - A super fast & convenient object mapper tailored for your needs.
- alexander - An extremely simple JSON helper written in Swift.
- Freddy - A reusable framework for parsing JSON in Swift.
- mapper - A JSON deserialization library for Swift
- AlamofireJsonToObjects - An Alamofire extension which converts JSON response data into swift objects using EVReflection
- Jay - Pure-Swift JSON parser & formatter. Linux & macOS ready.
- YYModel - High performance model framework for iOS/macOS.
- Alembic - Functional JSON parsing, mapping to objects, and serialize to JSON
- Wrap - The easy to use Swift JSON encoder
- Arrow ? - Elegant JSON Parsing in Swift.
- Decodable - Swift 2/3 JSON parsing done (more) right
- Genome - A simple, type safe, failure driven mapping library for serializing JSON to models in Swift 3.0 (Supports Linux)
- Unbox - The easy to use Swift JSON decoder
- JSONJoy-Swift - Convert JSON to Swift objects.
- LazyObject - Lazily deserialize JSON into strongly typed Swift objects
- JSONExport - JSONExport is a desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language.
- Elevate - Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.
- MJExtension - A fast, convenient and nonintrusive conversion between JSON and model. Your model class don't need to extend another base class. You don't need to modify any model file.
- AlamofireObjectMapper - An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
- GuardedSwiftyJSON - An add-on to SwiftyJSON to make it easier to create failable initializers for data models.
- JAYSON - Strict and Scalable JSON library.
- HandyJSON - A handy swift JSON-object serialization/deserialization library for swift 2.x/3.x.
- Marshal - Marshaling the typeless wild west of [String: Any] (Protocol based).
- Motis - Easy JSON to NSObject mapping using Cocoa's key value coding (KVC).
- NSTEasyJSON - The easiest way to deal with JSON data in Objective-C (similar to SwiftyJSON).
- Serpent - A protocol to serialize Swift structs and classes for encoding and decoding.
- MagicMapper - ? Super light and easy automatic JSON to model mapper.
- FlatBuffersSwift - This project brings FlatBuffers (an efficient cross platform serialization library) to Swift.
- CodableAlamofire - An extension for Alamofire that converts JSON data into Decodable objects (Swift 4).
- WAMapping - A library to turn dictionary into object and vice versa for iOS. Designed for speed!
- json-swift - A basic library for working with JSON in Swift.
- Himotoki - A type-safe JSON decoding library purely written in Swift.
- PMHTTP - Swift/Obj-C HTTP framework with a focus on REST and JSON.
- NativeJSONMapper - Simple Swift 4 encoding & decoding.
- PMJSON - Pure Swift JSON encoding/decoding library.
- jsoncafe.com - Online Template driven Model Class Generator from JSON.
- Mappable - lightweight and powerful JSON object mapping library, specially optimized for immutable properties.
XML & HTML
- AEXML - Simple and lightweight XML parser written in Swift.
- Ji - XML/HTML parser for Swift.
- Ono - A sensible way to deal with XML & HTML for iOS & macOS
- AlamofireXmlToObjects - Fetch a XML feed and parse it into objects
- Fuzi - A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
- Kanna - Kanna(鉋) is an XML/HTML parser for macOS/iOS.
- SwiftyXMLParser - Simple XML Parser implemented in Swift
- HTMLKit - An Objective-C framework for your everyday HTML needs.
- SWXMLHash - Simple XML parsing in Swift
- SwiftyXML - The most swifty way to deal with XML data in swift 4
- XMLCoder - Encoder & Decoder for XML using Swift's
Codable
protocols.
Other Parsing
- WKZombie - WKZombie is a Swift framework for iOS/macOS to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests or manipulate websites using Javascript.
- URLPreview - An NSURL extension for showing preview info of webpages
- FeedKit - An RSS and Atom feed parser written in Swift
- Erik - Erik is an headless browser based on WebKit. An headless browser allow to run functional tests, to access and manipulate webpages using javascript.
- URLEmbeddedView - Automatically caches the object that is confirmed the Open Graph Protocol, and displays it as URL embedded card.
- SwiftyConfiguration - Modern Swift API for Plist.
- JSONFeed - Swift parser for JSON Feed, a format similar to RSS and Atom but in JSON.
- SwiftCssParser - A Powerful , Extensible CSS Parser written in pure Swift.
- RLPSwift - Recursive Length Prefix encoding written in Swift.
- AcknowledgementsPlist - AcknowledgementsPlist manages the licenses of libraries that depend on your iOS app.
- CoreXLSX - Excel spreadsheet (XLSX) format support in pure Swift.
Passbook
- passbook - Passbook gem let's you create pkpass for passbook iOS 6+.
- Dubai - Generate and Preview Passbook Passes.
- Passkit - Design, Create and validate Passbook Passes.
Payments
- Caishen - A Payment Card UI & Validator for iOS.
- Stripe - Payment integration on your app with PAY. Suitable for people with low knowledge on Backend.
- Braintree - Free payment processing on your first $50k. Requires Backend.
- Venmo Make and accept payments in your iOS app via Venmo.
- Moltin - Add eCommerce to your app with a simple SDK, so you can create a store and sell physical products, no backend required.
- PatronKit - A framework to add patronage to your apps.
- SwiftyStoreKit - Lightweight In App Purchases Swift framework for iOS 8.0+ and macOS 9.0+
- InAppFramework - In App Purchase Manager framework for iOS
- SwiftInAppPurchase - Simply code In App Purchases with this Swift Framework
- monza - Ruby Gem for Rails - Easy iTunes In-App Purchase Receipt validation, including auto-renewable subscriptions
- PayPal - Accept payments in your iOS app via PayPal.
- card.io-iOS-SDK - card.io provides fast, easy credit card scanning in mobile apps
- SwiftLuhn - Debit/Credit card validation port of the Luhn Algorithm in Swift
- ObjectiveLuhn - Luhn Credit Card Validation Algorithm
- RMStore - A lightweight iOS library for In-App Purchases
- MFCard - Easily integrate Credit Card payments in iOS App / Customisable Card UI
- TPInAppReceipt - Reading and Validating In App Store Receipt
- iCard - Bank Card Generator with Swift using SnapKit DSL
- CreditCardForm-iOS - CreditCardForm is iOS framework that allows developers to create the UI which replicates an actual Credit Card.
- merchantkit - A modern In-App Purchases management framework for iOS.
- TipJarViewController - Easy, drop-in tip jar for iOS apps.
- FramesIos - Payment Form UI and Utilities in Swift.
- YRPayment - Better payment user experience library with cool animation in Swift.
Permissions
- Proposer - Make permission request easier (Supports Camera, Photos, Microphone, Contacts, Location).
- ICanHas - Simplifies iOS user permission requests (Supports location, push notifications, camera, contacts, calendar, photos).
- VWWPermissionKit - A visual permission manager for iOS.
- ISHPermissionKit - A unified way for iOS apps to request user permissions.
- JLPermissions - An iOS pre-permissions utility that lets developers ask users on their own dialog for calendar, contacts, location, photos, reminders, twitter, push notifications and more, before making the system-based permission request.
- ClusterPrePermissions - Reusable pre-permissions utility that lets developers ask users for access in their own dialog, before making the system-based request.
- Permission - A unified API to ask for permissions on iOS
- STLocationRequest - A simple and elegant 3D-Flyover location request screen written Swift.
- PAPermissions - A unified API to ask for permissions on iOS
- AREK - AREK is a clean and easy to use wrapper over any kind of iOS permission.
- SPPermission - Request permissions with dialog. Check state any permissions.
Products
- Import.io - Instantly Turn Web Pages into Data.
- Tapglue - Build social products and a activity feed with a few lines of code.
- OpenShop.io - mobile e-commerce solution connected to Facebook Ads and Google.
Reactive Programming
- RxSwift - Reactive Programming in Swift
- RxOptional - RxSwift extensions for Swift optionals and "Occupiable" types
- ReactiveTask - Flexible, stream-based abstraction for launching processes
- ReactiveCocoa - Streams of values over time.
- RxMediaPicker - A reactive wrapper built around UIImagePickerController.
- ReactiveCoreData - ReactiveCoreData (RCD) is an attempt to bring Core Data into the ReactiveCocoa (RAC) world.
- ReSwift - Unidirectional Data Flow in Swift - Inspired by Redux
- ReactiveKit - ReactiveKit is a collection of Swift frameworks for reactive and functional reactive programming.
- RxPermission - RxSwift bindings for Permissions API in iOS.
- RxAlamofire - RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
- RxRealm - Rx wrapper for Realm's collection types
- RxMultipeer - A testable RxSwift wrapper around MultipeerConnectivity
- RxBluetoothKit - iOS & macOS Bluetooth library for RxSwift
- RxGesture - RxSwift reactive wrapper for view gestures
- NSObject-Rx - Handy RxSwift extensions on NSObject, including rx_disposeBag.
- RxCoreData - RxSwift extensions for Core Data
- RxAutomaton - RxSwift + State Machine, inspired by Redux and Elm.
- ReactiveArray - An array class implemented in Swift that can be observed using ReactiveCocoa's Signals.
- Interstellar - Simple and lightweight Functional Reactive Coding in Swift for the rest of us.
- ReduxSwift - Predictable state container for Swift apps too.
- Aftermath - Stateless message-driven micro-framework in Swift.
- RxKeyboard - Reactive Keyboard in iOS.
- JASONETTE-iOS - Native App over HTTP. Create your own native iOS app with nothing but JSON.
- ReactiveSwift - Streams of values over time by ReactiveCocoa group
- Listenable - Swift object that provides an observable platform.
- Reactor - ? Unidirectional Data Flow using idiomatic Swift—inspired by Elm and Redux .
- Snail - An observables framework for Swift
- RxWebSocket - Reactive extension over Starscream for websockets
- ACKReactiveExtensions - Useful extensions for ReactiveCocoa
- ReactiveLocation - CoreLocation made reactive
- Hanson - Lightweight observations and bindings in Swift, with support for KVO and NotificationCenter.
- Observable - The easiest way to observe values in Swift.
- SimpleApiClient - A configurable api client based on Alamofire4 and RxSwift4 for iOS.
- VueFlux - Unidirectional Data Flow State Management Architecture for Swift - Inspired by Vuex and Flux
- RxAnimated - Animated RxCocoa bindings
- BindKit - Two-way data binding framework for iOS. Only one API to learn.
- STDevRxExt - STDevRxExt contains some extension functions for RxSwift and RxCocoa which makes our live easy.
- RxReduce - Lightweight framework that ease the implementation of a state container pattern in a Reactive Programming compliant way.
- RxCoordinator - Powerful navigation library for iOS based on the coordinator pattern.
- RxAlamoRecord Combines the power of the AlamoRecord and RxSwift libraries to create a networking layer that makes interacting with API's easier than ever reactively.
- CwlSignal A Swift framework for reactive programming.
- LightweightObservable - A lightweight implementation of an observable sequence that you can subscribe to.
- Bindy - Simple, lightweight swift bindings with KVO support and easy to read syntax.
React-Like
- Render - Swift and UIKit a la React.
- Katana - Swift apps a la React and Redux.
- TemplateKit - React-inspired framework for building component-based user interfaces in Swift.
- Komponents ? - React-inspired UIKit Components.
- CoreEvents - Simple library with C#-like events.
- Tokamak - React-like framework providing a declarative API for building native UI components with easy to use one-way data binding.
Reflection
- Reflection - Reflection provides an API for advanced reflection at runtime including dynamic construction of types.
- Reflect - Reflection, Dict2Model, Model2Dict, Archive
- EVReflection - Reflection based JSON encoding and decoding. Including support for NSDictionary, NSCoding, Printable, Hashable and Equatable
- JSONNeverDie - Auto reflection tool from JSON to Model, user friendly JSON encoder / decoder, aims to never die
- SwiftKVC - Key-Value Coding (KVC) for native Swift classes and structs
- Runtime - A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
Regex
- Regex - A Swift µframework providing an NSRegularExpression-backed Regex type
- SwiftRegex - Perl-like Regex =~ operator for Swift
- PySwiftyRegex - Easily deal with Regex in Swift in a Pythonic way
- Regex - Regular expressions for swift
- Regex - Regex class for Swift. Wraps NSRegularExpression.
SDK
Official
- Spotify Spotify iOS SDK.
- SpotifyLogin Spotify SDK Login in Swift.
- Facebook Facebook iOS SDK.
- Facebook Swift Integrate your iOS apps in Swift with Facebook Platform.
- Google Analytics Google Analytics SDK for iOS
- Paypal iOS SDK The PayPal Mobile SDKs enable native apps to easily accept PayPal and credit card payments.
- Pocket SDK for saving stuff to Pocket.
- Tumblr Library for easily integrating Tumblr data into your iOS or macOS application.
- Evernote Evernote SDK for iOS.
- Box iOS + macOS SDK for the Box API.
- OneDrive Live SDK for iOS.
- Stripe Stripe bindings for iOS and macOS.
- Venmo
- AWS Amazon Web Services Mobile SDK for iOS.
- Zendesk Zendesk Mobile SDK for iOS.
- Adobe Creative SDK Adobe creative tools and Creative Cloud SDK.
- Dropbox SDKs for Drop-ins and Dropbox Core API.
- Fabric by Twitter Fabric Twitter Kit for iOS.
- ResearchKit ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.
- Primer - Easy SDK for creating personalized landing screens, signup, and login flows on a visual editor with built in a/b/n testing and analytics.
- Azure - Client library for accessing Azure Storage on an iOS device
- 1Password - 1Password Extension for iOS Apps
- CareKit - CareKit is an open source software framework for creating apps that help people better understand and manage their health. By Apple
- Shopify - Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app.
- Pinterest - Pinterest iOS SDK
- playkit-ios - PlayKit: Kaltura Player SDK for iOS.
- algoliasearch-client-swift - Algolia Search API Client for Swift
- twitter-kit-ios - Twitter Kit is a native SDK to include Twitter content inside mobile apps.
- rides-ios-sdk - Uber Rides iOS SDK (beta).
Unofficial
- STTwitter A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
- FHSTwitterEngine Twitter API for Cocoa developers.
- Giphy Giphy API client for iOS in Objective-C.
- UberKit - A simple, easy-to-use Objective-C wrapper for the Uber API.
- InstagramKit - Instagram iOS SDK.
- DribbbleSDK - Dribbble iOS SDK.
- objectiveflickr - ObjectiveFlickr, a Flickr API framework for Objective-C.
- Easy Social - Twitter & Facebook Integration.
- das-quadrat - A Swift wrapper for Foursquare API. iOS and macOS.
- SocialLib - SocialLib handles sharing message to multiple social media.
- PokemonKit - Pokeapi wrapper, written in Swift
- TJDropbox - A Dropbox v2 client library written in Objective-C
- GitHub.swift -
Unofficial GitHub API client in Swift
- CloudRail SI - Abstraction layer / unified API for multiple API providers. Interfaces eg for Cloud Storage (Dropbox, Google, ...), Social Networks (Facebook, Twitter, ...) and more.
- Medium SDK - Swift - Unofficial Medium API SDK in Swift with sample project.
- Swifter - ? A Twitter framework for iOS & macOS written in Swift.
- SlackKit - a Slack client library for iOS and macOS written in Swift.
- RandomUserSwift - Swift Framework to Generate Random Users - An Unofficial SDK for randomuser.me.
- PPEventRegistryAPI - Swift 3 Framework for Event Registry API (eventregistry.org).
- UnsplashKit - Swift client for Unsplash.
- Swiftly Salesforce - An easy-to-use framework for building iOS apps that integrate with Salesforce, using Swift and promises.
- Spartan - An Elegant Spotify Web API Library Written in Swift for iOS and macOS.
- BigBoard - An Elegant Financial Markets Library Written in Swift that makes requests to Yahoo Finance API's under the hood.
- BittrexApiKit - Simple and complete Swift wrapper for Bittrex Exchange API.
- SwiftyVK Library for easy interact with VK social network API written in Swift.
- ARKKit - ARK Ecosystem Cryptocurrency API Framework for iOS & macOS, written purely in Swift 4.0.
- SwiftInstagram - Swift Client for Instagram API.
- SwiftyArk - A simple, lightweight, fully-asynchronous cryptocurrency framework for the ARK Ecosystem.
- PerfectSlackAPIClient - A Slack API Client for the Perfect Server-Side Swift Framework.
- Mothership - Tunes Connect Library inspired by FastLane.
- SwiftFlyer - An API wrapper for bitFlyer that supports all providing API.
- waterwheel.swift - The Waterwheel Swift SDK provides classes to natively connect iOS, macOS, tvOS, and watchOS applications to Drupal 7 and 8.
- ForecastIO - A Swift library for the Forecast.io Dark Sky API.
- JamfKit - A JSS communication framework written in Swift.
Security
- cocoapods-keys - A key value store for storing environment and application keys.
- simple-touch - Very simple swift wrapper for Biometric Authentication Services (Touch ID) on iOS.
- SwiftPasscodeLock - An iOS passcode lock with TouchID authentication written in Swift.
- Smile-Lock - A library for make a beautiful Passcode Lock View.
- zxcvbn-ios - A realistic password strength estimator.
- TPObfuscatedString - Simple String obfuscation using core Swift.
- LTHPasscodeViewController - An iOS passcode lockscreen replica (from Settings), with TouchID and simple (variable length) / complex support.
- iOS-App-Security-Class - Simple class to check if iOS app has been cracked, being debugged or enriched with custom dylib and as well detect jailbroken environment.
- BiometricAuth - Simple framework for biometric authentication (via TouchID) in your application
- SAPinViewController - Simple and easy to use default iOS PIN screen. This simple library allows you to draw a fully customisable PIN screen same as the iOS default PIN view. My inspiration to create this library was form THPinViewController, however SAPinViewController is completely implemented in Swift. Also the main purpose of creating this library was to have simple, easy to use and fully customisable PIN screen.
- TOPasscodeViewController - A modal passcode input and validation view controller for iOS
- BiometricAuthentication - Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication
- KKPinCodeTextField - A customizable verification code textField for phone verification codes, passwords etc.
- ? Vault - Simple and Secure container for passwords and other sensitive data
- Virgil SWIFT PFS SDK - An SDK that allows developers to add the Perfect Forward Secrecy (PFS) technologies to their digital solutions to protect previously intercepted traffic from being decrypted even if the main Private Key is compromised.
- Virgil Security Objective-C/Swift SDK - An SDK which allows developers to add full end-to-end security to their existing digital solutions to become HIPAA and GDPR compliant and more using Virgil API.
Encryption
- AESCrypt-ObjC - A simple and opinionated AES encrypt / decrypt Objective-C class that just works.
- IDZSwiftCommonCrypto - A wrapper for Apple's Common Crypto library written in Swift.
- Arcane - ? Lightweight wrapper around CommonCrypto in Swift
- SwiftMD5 - A pure Swift implementation of MD5
- SwiftHash - ? Hash in Swift
- SweetHMAC - A tiny and easy to use Swift class to encrypt strings using HMAC algorithms.
- SwCrypt - RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and macOS
- SwiftSSL - An Elegant crypto toolkit in Swift.
- SwiftyRSA - RSA public/private key encryption in Swift
- EnigmaKit - Enigma encryption in Swift
- Themis - High-level crypto library, providing basic asymmetric encryption, secure messaging with forward secrecy and secure data storage, supports iOS/macOS, Android and different server side platforms.
- Obfuscator-iOS - Secure your app by obfuscating all the hard-coded security-sensitive strings.
- swift-sodium - Safe and easy to use crypto for iOS
- CryptoSwift - Crypto related functions and helpers for Swift implemented in Swift programming language
- SCrypto - Elegant Swift interface to access the CommonCrypto routines
- SipHash - Simple and secure hashing in Swift with the SipHash algorithm.
- RNCryptor - CCCryptor (AES encryption) wrappers for iOS and Mac in Swift. -- For ObjC, see RNCryptor/RNCryptor-objc.
- CatCrypto - An easy way for hashing and encryption.
- SecureEnclaveCrypto - Demonstration library for using the Secure Enclave on iOS.
- RSASwiftGenerator - Util for generation RSA keys on your client and save to keychain or cover into Data ? ?
- Virgil Security Objective-C/Swift Crypto Library - A high-level cryptographic library that allows to perform all necessary operations for securely storing and transferring data.
- JOSESwift - A framework for the JOSE standards JWS, JWE, and JWK written in Swift.
Keychain
- UICKeyChainStore - UICKeyChainStore is a simple wrapper for Keychain on iOS.
- Valet - Securely store data in the iOS or macOS Keychain without knowing a thing about how the Keychain works.
- Locksmith - A powerful, protocol-oriented library for working with the keychain in Swift.
- KeychainAccess - Simple Swift wrapper for Keychain that works on iOS and macOS
- Keychains - Because you should care... about the security... of your shit.
- Lockbox - Objective-C utility class for storing data securely in the key chain.
- SAMKeychain - Simple Objective-C wrapper for the keychain that works on Mac and iOS.
- SwiftKeychainWrapper - A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults.
Server
Server side projects supporting coroutines, Linux, MacOS, iOS, Apache Modules, Async calls, libuv and more.
- Perfect - Server-side Swift. The Perfect library, application server, connectors and example apps.
- Swifter - Tiny http server engine written in Swift programming language.
- CocoaHTTPServer - A small, lightweight, embeddable HTTP server for macOS or iOS applications.
- Curassow - Swift HTTP server using the pre-fork worker model.
- Zewo - Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
- Vapor - Elegant web framework for Swift that works on iOS, macOS, and Ubuntu.
- swiftra - Sinatra-like DSL for developing web apps in Swift
- blackfire - A fast HTTP web server based on Node.js and Express written in Swift
- swift-http - HTTP Implementation for Swift on Linux and macOS
- Trevi - libuv base Swift web HTTP server framework
- Express - Swift Express is a simple, yet unopinionated web application server written in Swift
- Taylor - A lightweight library for writing HTTP web servers with Swift
- Frank - Frank is a DSL for quickly writing web applications in Swift
- Kitura - A Swift Web Framework and HTTP Server
- Swifton - A Ruby on Rails inspired Web Framework for Swift that runs on Linux and macOS
- Dynamo - High Performance (nearly)100% Swift Web server supporting dynamic content.
- Redis - Pure-Swift Redis client implemented from the original protocol spec. macOS + Linux compatible.
- NetworkObjects - Swift backend / server framework (Pure Swift, Supports Linux)
- Noze.io - Evented I/O streams a.k.a. Node.js for Swift.
- Lightning - A Swift Multiplatform Web and Networking Framework.
- SwiftGD - A simple Swift wrapper for libgd.
- Jobs - A job system for Swift backends.
- ApacheExpress - Write Apache Modules in Swift!
- GCDWebServer - Lightweight GCD based HTTP server for macOS & iOS (includes web based uploader & WebDAV server)
- Embassy - Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux.
- smoke-framework - A light-weight server-side service framework written in the Swift programming language.
Text
- Twitter Text Obj - An Objective-C implementation of Twitter's text processing library.
- Nimbus - Nimbus is a toolkit for experienced iOS software designers.
- NSStringEmojize - A category on NSString to convert Emoji Cheat Sheet codes to their equivalent Unicode characters.
- MMMarkdown - An Objective-C static library for converting Markdown to HTML.
- DTCoreText - Methods to allow using HTML code with CoreText.
- DTRichTextEditor - A rich-text editor for iOS.
- NBEmojiSearchView - A searchable emoji dropdown view.
- Pluralize.swift - Great Swift String Pluralize Extension
- RichEditorView - RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing.
- Money - Swift value types for working with money & currency
- PhoneNumberKit - A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
- YYText - Powerful text framework for iOS to display and edit rich text.
- Format - A Swift Formatter Kit.
- Tribute - Programmatic creation of NSAttributedString doesn't have to be a pain
- EmojiKit - Effortless emoji-querying in Swift
- Roman - Seamless Roman numeral conversion in Swift.
- ZSSRichTextEditor - A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view.
- pangu.Objective-C - Paranoid text spacing in Objective-C.
- SwiftString - A comprehensive, lightweight string extension for Swift
- Marklight - Markdown syntax highlighter for iOS
- MarkdownTextView - Rich Markdown editing control for iOS
- TextAttributes - An easier way to compose attributed strings. [e]
- Reductio - Automatic summarizer text in Swift
- SmarkDown - A Pure Swift implementation of the markdown mark-up language
- SwiftyMarkdown - Converts Markdown files and strings into NSAttributedString
- SZMentions - Library to help handle mentions
- SZMentionsSwift - Library to help handle mentions.
- Heimdall - Heimdall is a wrapper around the Security framework for simple encryption/decryption operations.
- NoOptionalInterpolation - Get rid of "Optional(...)" and "nil" in string interpolation. Easy pluralization.[e]
- Smile ? Emoji in Swift
- ISO8601 Super lightweight ISO8601 Date Formatter in Swift [e]
- Translucid - Lightweight library to set an Image as text background. Written in swift.
- FormatterKit -
stringWithFormat:
for the sophisticated hacker set - BonMot - Beautiful, easy attributed strings in Swift
- SwiftValidators - String validation for iOS developed in Swift. Inspired by validator.js.
- StringStylizer - Type strict builder class for NSAttributedString.
- SwiftyAttributes - Swift extensions that make it a breeze to work with attributed strings.
- MarkdownKit - A simple and customizable Markdown Parser for Swift.
- CocoaMarkdown - Markdown parsing and rendering for iOS and macOS.
- Notepad - A fully themeable markdown editor with live syntax highlighting.
- KKStringValidator - Fast and simple string validation for iOS. With UITextField extension.
- ISO8859 - ?⚙ Convert ISO8859 1-16 Encoded Text to String in Swift. Supports iOS, tvOS, watchOS and macOS.
- Emojica - Replace standard emoji in strings with a custom emoji set, such as Twemoji or EmojiOne.
- SwiftRichString - Elegant & Painless Attributed Strings Management Library in Swift.
- libPhoneNumber-iOS - iOS port from libphonenumber (Google's phone number handling library).
- AttributedTextView - Easiest way to create an attributed UITextView with support for multiple links (including hashtags and mentions).
- StyleDecorator - Design string simply by linking attributes to needed parts
- Mustard - Mustard is a Swift library for tokenizing strings when splitting by whitespace doesn't cut it.
- Input Mask - Pattern-based user input formatter, parser and validator for iOS.
- Attributed - Modern Swift µframework for attributed strings.
- Atributika - Easily build NSAttributedString by detecting and styling HTML-like tags, hashtags, mentions, RegExp or NSDataDetector patterns.
- Guitar - A Cross-Platform String Library Written in Swift.
- RealTimeCurrencyFormatter - An ObjC international currency formatting utility.
- Down - Blazing fast Markdown rendering in Swift, built upon cmark.
- Marky Mark - Highly customizable Markdown parsing and native rendering in Swift.
- MarkdownView - Markdown View for iOS.
- Highlighter - Highlight whatever you want! Highlighter will magically find UI objects such as UILabel, UITextView, UITexTfield, UIButton in your UITableViewCell or other Class.
- Sprinter - A library for formatting strings on iOS and macOS
- Highlightr - An iOS & macOS syntax highlighter, supports 176 languages and comes with 79 styles.
- fuse-swift - A lightweight fuzzy-search library, with zero dependencies.
- EFMarkdown - A lightweight Markdown library for iOS.
- Croc - A lightweight Swift library for Emoji parsing and querying.
Font
- FontBlaster - Programmatically load custom fonts into your iOS app.
- GoogleMaterialIconFont - Google Material Design Icons for Swift and ObjC project
- ios-fontawesome - NSString+FontAwesome.
- FontAwesome.swift - Use FontAwesome in your Swift projects.
- SwiftFontName - OS font complements library. Localized font supported
- SwiftIconFont - Icons fonts for iOS (FontAwesome, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon)
- FontAwesomeKit - Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
- Iconic - Auto-generated icon font library for iOS, watchOS and tvOS
- GoogleMaterialDesignIcons - Google Material Design Icons Font for iOS.
- OcticonsKit - Use Octicons as UIImage / UIFont in your projects with Swifty manners.
- IoniconsKit - Use Ionicons as UIImage / UIFont in your projects with Swifty manners.
- FontAwesomeKit.Swift - A better choice for iOS Developer to use FontAwesome Icon.
- UIFontComplete - Font management (System & Custom) for iOS and tvOS
- Swicon - Use 1600+ icons (and more!) from FontAwesome and Google Material Icons in your swift/iOS project in an easy and space-efficient way!
- SwiftIcons - A library for using different font icons: dripicons, emoji, font awesome, icofont, ionicons, linear icons, map icons, material icons, open iconic, state, weather. It supports UIImage, UIImageView, UILabel, UIButton, UISegmentedControl, UITabBarItem, UISlider, UIBarButtonItem, UIViewController, UITextfield, UIStepper.
- Font-Awesome-Swift - Font Awesome swift library for iOS.
- JQSwiftIcon - Icon Fonts on iOS using string interpolation written in Swift.
- Money - A precise, type-safe representation of a monetary amount in a given currency.
Testing
TDD / BDD
- Kiwi - A behavior-driven development library for iOS development.
- Specta - A light-weight TDD / BDD framework for Objective-C & Cocoa.
- Quick - A behavior-driven development framework for Swift and Objective-C.
- XcodeCoverage - Code coverage for Xcode projects.
- OHHTTPStubs - Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
- Dixie - Dixie is an open source Objective-C testing framework for altering object behaviours.
- gh-unit - Test Framework for Objective-C.
- Nimble - A Matcher Framework for Swift and Objective-C
- Sleipnir - BDD-style framework for Swift
- SwiftCheck - QuickCheck for Swift
- Spry - A Mac and iOS Playgrounds Unit Testing library based on Nimble.
- swift-corelibs-xctest - The XCTest Project, A Swift core library for providing unit test support.
- PlaygroundTDD - Small library to easily run your tests directly within a Playground.
A/B Testing
- Switchboard - Switchboard - easy and super light weight A/B testing for your mobile iPhone or android app. This mobile A/B testing framework allows you with minimal servers to run large amounts of mobile users.
- SkyLab - Multivariate & A/B Testing for iOS and Mac
- MSActiveConfig - Remote configuration and A/B Testing framework for iOS
- ABKit - AB testing framework for iOS
UI Testing
- appium - Appium is an open source test automation framework for use with native and hybrid mobile apps.
- robotframework-appiumlibrary - AppiumLibrary is an appium testing library for RobotFramework.
- Cucumber - Behavior driver development for iOS.
- Kif - An iOS Functional Testing Framework.
- Subliminal - An understated approach to iOS integration testing.
- ios-driver - Test any iOS native, hybrid, or mobile web application using Selenium / WebDriver.
- Remote - Control your iPhone from inside Xcode for end-to-end testing.
- LayoutTest-iOS - Write unit tests which test the layout of a view in multiple configurations.
- EarlGrey - ? iOS UI Automation Test Framework.
- UI Testing Cheat Sheet - How do I test this with UI Testing?
- Floater_ - Add a floating fingertip to your app demo
- Bluepill - Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
- Flawless App - tool for visual quality check of mobile app in a real-time. It compares initial design with the actual implementation right inside iOS simulator.
- TouchVisualizer - Lightweight touch visualization library in Swift. A single line of code and visualize your touches!
- UITestHelper - UITest helper library for creating readable and maintainable tests
Other Testing
- NaughtyKeyboard - The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. This is a keyboard to help you test your app from your iOS device.
- Fakery - Swift fake data generator.
- DVR - Network testing for Swift
- Cuckoo - First boilerplate-free mocking framework for Swift
- Vinyl - Network testing à la VCR in Swift
- Mockit - A simple mocking framework for Swift, inspired by the famous Mockito for Java
- Cribble - Swifty tool for visual testing iPhone and iPad apps
- second_curtain - Upload failing iOS snapshot tests cases to S3
- trainer - Convert xcodebuild plist files to JUnit reports
- Buildasaur - Automatic testing of your Pull Requests on GitHub and BitBucket using Xcode Server. Keep your team productive and safe. Get up and running in minutes. @buildasaur
- Kakapo - ?Dynamically Mock server behaviors and responses in Swift
- AcceptanceMark Tool to auto-generate Xcode tests classes from Markdown tables
- MetovaTestKit - A collection of testing utilities to turn crashing test suites into failing test suites.
- MirrorDiffKit - Pretty diff between any structs or classes
- SnappyTestCase - iOS Simulator type agnostic snapshot testing, built on top of the FBSnapshotTestCase.
- XCTestExtensions - XCTestExtensions is a Swift extension that provides convenient assertions for writing Unit Test.
- OCMock - Mock objects for Objective-C.
- Mockingjay - An elegant library for stubbing HTTP requests with ease in Swift.
- PinpointKit - Let your testers and users send feedback with annotated screenshots and logs using a simple gesture.
- iOS Snapshot Test Case — Snapshot test your UIViews and CALayers on iOS and tvOS.
UI
- FlatUIKit - A collection of awesome flat UI components for iOS.
- Motif - A lightweight and customizable JSON stylesheet framework for iOS.
- Texture - Smooth asynchronous user interfaces for iOS apps.
- GaugeKit - Customizable gauges. Easy reproduce Apple's style gauges.
- SAHistoryNavigationViewController - SAHistoryNavigationViewController realizes iOS task manager like UI in UINavigationContoller,3D Touch Compatible.
- iCarousel - A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS.
- tapkulibrary - tap + haiku = tapku, a well crafted open source iOS framework.
- HorizontalDial - A horizontal scroll dial like Instagram.
- ComponentKit - A React-Inspired View Framework for iOS, by Facebook.
- RKNotificationHub - Make any UIView a full fledged notification center.
- phone-number-picker - A simple and easy to use view controller enabling you to enter a phone number with a country code similar to WhatsApp written in Swift
- EXTView - Extended UIView for Interface Builder by using IB_DESIGNABLE and IBInspectable.
- BEMCheckBox - Tasteful Checkbox for iOS. (Check box)
- MPParallaxView - Apple TV Parallax effect in Swift.
- Splitflap - A simple split-flap display for your Swift applications
- EZSwipeController - ? UIPageViewController like Snapchat/Tinder/iOS Main Pages
- Curry - Curry is a framework built to enhance and compliment Foundation and UIKit.
- Pages - ? UIPageViewController made simple
- BothamUI - Model View Presenter Framework written in Swift.
- APCustomBlurView - A subclass of UIVisualEffectView with customizable blur radius.
- BAFluidView - UIView that simulates a 2D view of a fluid in motion
- WZDraggableSwitchHeaderView - ? Showing status for switching between viewControllers
- SCTrelloNavigation - ? An iOS native implementation of a Trello Animated Navagation.
- Spots - Spots is a view controller framework that makes your setup and future development blazingly fast.
- APAddressBook - Easy access to iOS address book
- AZExpandableIconListView - An expandable/collapsible view component written in Swift.
- FlourishUI - A highly configurable and out-of-the-box-pretty UI library
- Navigation Stack - Navigation Stack is a stack-modeled navigation controller.
- UIView-draggable - UIView category that adds dragging capabilities.
- PeekPop - Backwards-compatible Peek and Pop.
- EPSignature - Signature component for iOS in Swift
- CoreDragon - [iOS] Stop using context menus. Drag and drop instead, even between apps!
- EVFaceTracker - Calculate the distance and angle of your device with regards to your face.
- Fashion - Fashion accessories and beauty tools to share and reuse UI styles in a Swifty way.
- LeeGo - Declarative, configurable & highly reusable UI development as making Lego bricks.
- MEVHorizontalContacts - An iOS UICollectionViewLayout subclass to show a list of contacts with configurable expandable menu items.
- Ripple - Remember there's no such thing as a small act of kindness. Every act creates a ripple with no logical end.
- ScalePicker - Generic scale and a handy float-value picker for any iOS app.
- VisualEffectView - UIVisualEffectView subclass with tint color.
- Cacao - Pure Swift Cross-platform UIKit (Cocoa Touch) implementation (Supports Linux)
- StateView - Views that automatically update themselves.
- JDFlipNumberView - Representing analog flip numbers like airport/trainstation displays.
- ISTimeline - Simple timeline view written in Swift 2.2
- JFCardSelectionViewController - A fancy collection style view controller
- DCKit - Set of iOS controls, which have useful IBInspectable properties. Written on Swift.
- BackgroundVideoiOS - A swift and objective-C object that lets you add a background video to iOS views.
- NightNight - Elegant way to integrate night mode to swift projects
- SwiftTheme - Powerful theme/skin manager for iOS 7+
- FDStackView - Use UIStackView directly in iOS6+
- YangMingShan - YangMingShan is a collection of iOS UI components that we created while building Yahoo apps.
- nui - Style iOS apps with a stylesheet, similar to CSS
- RedBeard - It's a complete framework that takes away much of the pain of getting a beautiful, powerful iOS App crafted.
- Material - Material is an animation and graphics framework that allows developers to easily create beautiful applications.
- DistancePicker - Custom control to select a distance with a pan gesture, written in Swift.
- OAStackView - OAStackView tries to port back the stackview to iOS 7+. OAStackView aims at replicating all the features in UIStackView.
- StyleKit - StyleKit is a microframework that enables you to style your applications using a simple JSON file.
- PageController - Infinite paging controller, scrolling through contents and title bar scrolls with a delay.
- StatusProvider - Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
- ASBubbleDrag - round icon drag control (made in swift) dock style
- StackLayout - An alternative to UIStackView for common Auto Layout patterns.
- NightView - Dazzling Nights on iOS.
- SwiftVideoBackground - Easy to Use UIView subclass for implementing a video background
- MRArticleViewController - Easily create UIViewControllers for news articles similar to those in the News app.
- ConfettiView - Confetti View lets you create a magnificent confetti view in your app
- BouncyPageViewController - Page view controller with bounce effect
- LTHRadioButton - A radio button with a pretty fill animation.
- Macaw-Examples - Various usages of the Macaw library.
- Reactions - Fully customizable Facebook reactions control
- Newly - Newly is a drop in solution to add Twitter/Facebook/Linkedin-style new updates/tweets/posts available button
- CardStackController - iOS custom controller used in Jobandtalent app to present new view controllers as cards
- Material Components - Google developed UI components that help developers execute Material Design.
- RKMultiUnitRuler - Simple customizable ruler control that supports multiple units.
- FAQView - An easy to use FAQ view for iOS written in Swift.
- OXPatternLock - An iOS pattern lock like Android authentication written in Swift.
- LMArticleViewController - UIViewController subclass to beautifully present news articles and blog posts
- FSPagerView - FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders.
- PanelKit - A UI framework that enables panels on iOS.
- ElongationPreview - ElongationPreview is an elegant push-pop style view controller with 3D-Touch support and gestures.
- Pageboy - A simple, highly informative page view controller.
- IGColorPicker - ? A customizable color picker for iOS in Swift
- KPActionSheet - A replacement of default action sheet, but has very simple usage.
- SegmentedProgressBar - Snapchat / Instagram Stories style animated indicator
- Magnetic - SpriteKit Floating Bubble Picker (inspired by Apple Music).
- AmazingBubbles - Apple Music like Bubble Picker using Dynamic Animation.
- Haptica - Easy Haptic Feedback Generator.
- GDCheckbox - An easy to use custom checkbox/radio button component for iOS, with support of IBDesign Inspector.
- HamsterUIKit - A simple and elegant UIKit(Chart) for iOS.
- AZEmptyState - A UIControl subclass that makes it easy to create empty states.
- URWeatherView - Show the weather effects onto view written in Swift3.
- LCUIComponents - A framework supports creating transient views on top of other content onscreen such as popover with a data list.
- ViewComposer -
let lbl: UILabel = [.text("Hello"), .textColor(.red)]
- Create views using array literal of enum expressing view attributes. - BatteryView - Simple battery shaped UIView.
- ShadowView - Make shadows management easy on UIView
- Pulley - A library to imitate the iOS 10 Maps UI
- N8iveKit - A set of frameworks making iOS development more fun.
- Panda - Create view hierarchies declaratively.
- NotchKit - A simple way to hide the notch on the iPhone X
- Overlay - Overlay is a flexible UI framework designed for Swift. It allows you to write CSS like Swift code.
- SwiftyUI - High performance and lightweight(one class each UI) UIView, UIImage, UIImageView, UIlabel, UIButton, Promise and more.
- NotchToolkit - A framework for iOS that allow developers use the iPhone X notch in creative ways.
- PullUpController - Pull up controller with multiple sticky points like in iOS Maps.
- DrawerKit - DrawerKit lets an UIViewController modally present another UIViewController in a manner similar to the way Apple's Maps app works.
- Shades - Easily add drop shadows, borders, and round corners to a UIView.
- ISPageControl - A page control similar to that used in Instagram.
- Mixin - React.js like Mixin. More powerful Protocol-Oriented Programming.
- Shiny - Iridescent Effect View (inspired by Apple Pay Cash).
- StackViewController - A controller that uses a UIStackView and view controller composition to display content in a list
- UberSignature - Provides an iOS view controller allowing a user to draw their signature with their finger in a realistic style.
- SwViewCapture - A nice iOS View Capture Swift Library which can capture all content.
- HGRippleRadarView - A beautiful radar view to show nearby items (users, restaurants, ...) with ripple animation, fully customizable
- GDGauge - Full Customizable, Beautiful, Easy to use gauge view Edit. ?
- STAControls - Handy UIControl subclasses. (Think Three20/NimbusKit of UIControls.) Written in Objective-C.
- ApplyStyleKit - Elegant apply style, using Swift Method Chain.
- OverlayContainer - A library to develop overlay based interfaces, such as the one presented in the iOS 12 Apple Maps or Stocks apps.
- ClassicKit - A collection of classic-style UI components for iOS.
- Sejima - A collection of User Interface components for iOS.
- UI Fabric by Microsoft - UI framework based on Fluent Design System by Microsoft.
Activity Indicator
- NVActivityIndicatorView - Collection of nice loading animations.
- TKRubberIndicator - Rubber Indicator in Swift
- RPLoadingAnimation - Loading animations ? by using Swift CALayer
- LiquidLoader - Spinner loader components with liquid animation
- iOS-CircleProgressView - This control will allow a user to use code instantiated or interface builder to create and render a circle progress view.
- iOS Circle Progress Bar - iOS Circle Progress Bar
- LinearProgressBar - Linear Progress Bar (inspired by Google Material Design) for iOS written in Swift 2.0.
- STLoadingGroup - loading views
- ALThreeCircleSpinner - A pulsing spinner view written in swift
- MHRadialProgressView - iOS 7 radial animated progress view.
- Loader - Amazing animated switch activity indicator written in swift
- MBProgressHUD - Drop-in class for displays a translucent HUD with an indicator and/or labels while work is being done in a background thread.
- SVProgressHUD - A clean and lightweight progress HUD for your iOS app.
- ProgressHUD - ProgressHUD is a lightweight and easy-to-use HUD.
- M13ProgressSuite - A suite containing many tools to display progress information on iOS.
- PKHUD - A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and above.
- EZLoadingActivity - Lightweight loading activity HUD.
- FFCircularProgressView - FFCircularProgressView - An iOS 7-inspired blue circular progress view
- MRProgress - Collection of iOS drop-in components to visualize progress
- BigBrother - Automatically sets the network activity indicator for any performed request.
- AlamofireNetworkActivityIndicator - Controls the visibility of the network activity indicator on iOS using Alamofire.
- KDCircularProgress - A circular progress view with gradients written in Swift
- DACircularProgress - DACircularProgress is a UIView subclass with circular UIProgressView properties.
- KYNavigationProgress - Simple extension of UINavigationController to display progress on the UINavigationBar. [e]
- GearRefreshControl - A custom animation for the UIRefreshControl
- NJKWebViewProgress - A progress interface library for UIWebView. You can implement progress bar for your in-app browser using this module.
- MKRingProgressView - A beautiful ring/circular progress view similar to Activity app on Apple Watch, written in Swift.
- Hexacon - A new way to display content in your app like the Apple Watch SpringBoard, written in Swift.
- ParticlesLoadingView - A customizable SpriteKit particles animation on the border of a view.
- RPCircularProgress - (Swift) Circular progress UIView subclass with UIProgressView properties
- MBCircularProgressBar - A circular, animatable & highly customizable progress bar, editable from the Interface Builder using IBDesignable.
- WSProgressHUD - This is a beautiful hud view for iPhone & iPad
- DBMetaballLoading - A metaball loading written in Swift.
- FillableLoaders - Completely customizable progress based loaders drawn using custom CGPaths written in Swift
- VHUD Simple HUD.
- SwiftSpinner - A beautiful activity indicator and modal alert written in Swift using blur effects, translucency, flat and bold design
- SnapTimer - Implementation of Snapchat's stories timer.
- LLSpinner - An easy way to create a full screen activity indicator.
- SVUploader - A beautiful uploader progress view that makes things simple and easy.
- YLProgressBar - UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics.
- FlexibleSteppedProgressBar - A beautiful easily customisable stepped progress bar.
- GradientLoadingBar - An animated gradient loading bar.
- DSGradientProgressView - A simple and customizable animated progress bar written in Swift.
- GradientProgressBar - A gradient progress bar (UIProgressView).
- BPCircleActivityIndicator - A lightweight and awesome Loading Activity Indicator for your iOS app.
- DottedProgressBar - Simple and customizable animated progress bar with dots for iOS.
- RSLoadingView - Awesome loading animations using 3D engine written with Swift.
- SendIndicator - Yet another task indicator
- StepProgressView - Step-by-step progress view with labels and shapes. A good replacement for UIActivityIndicatorView and UIProgressView.
- BPBlockActivityIndicator - A simple and awesome Loading Activity Indicator(with funny block animation) for your iOS app.
- JDBreaksLoading - You can easily start up a little breaking game indicator by one line.
- SkeletonView - An elegant way to show users that something is happening and also prepare them to which contents he is waiting.
- Windless - Windless makes it easy to implement invisible layout loading view.
- Skeleton - An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content.
- StatusBarOverlay - Automatically show/hide a "No Internet Connection" bar when your app loses/gains connection. It supports apps which hide the status bar and "The Notch"
- RetroProgress - Retro looking progress bar straight from the 90s.
- LinearProgressBar - Material Linear Progress Bar for your iOS apps.
- MKProgress - A lightweight ProgressHUD written in Swift. Looks similar to /MBProgressHUD/SVProgressHUD/KVNProgressHUD.
- RHPlaceholder - Simple library which give you possibility to add Facebook like loading state for your views.
- IHProgressHUD - Simple HUD, thread safe, supports iOS, tvOS and App Extensions.
Animation
- Pop - An extensible iOS and macOS animation library, useful for physics-based interactions.
- AnimationEngine - Easily build advanced custom animations on iOS.
- RZTransitions - A library of custom iOS View Controller Animations and Interactions.
- DCAnimationKit - A collection of animations for iOS. Simple, just add water animations.
- Spring - A library to simplify iOS animations in Swift.
- Canvas - Animate in Xcode without code http://canvaspod.io
- Fluent - Swift animation made easy
- Cheetah - Easy animation library on iOS with Swift2.
- RadialLayer - Animation for clickable elements (similar to Youtube Music).
- Pop By Example - A project tutorial in how to use Pop animation framework by example.
- AppAnimations - Collection of iOS animations to inspire your next project
- EasyAnimation - A Swift library to take the power of UIView.animateWithDuration() to a whole new level - layers, springs, chain-able animations, and mixing view/layer animations together.
- Animo - SpriteKit-like animation builders for CALayers.
- CurryFire - A framework for creating unique animations.
- IBAnimatable - Design and prototype UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
- CKWaveCollectionViewTransition - Cool wave like transition between two or more UICollectionView
- DaisyChain - ? Easy animation chaining
- PulsingHalo - iOS Component for creating a pulsing animation.
- DKChainableAnimationKit - Chainable animations in Swift
- JDAnimationKit - Animate easy and with less code with Swift
- Advance - A powerful animation framework for iOS.
- UIView-Shake - UIView category that adds shake animation
- Walker - A new animation engine for your app.
- Morgan - An animation set for your app.
- MagicMove - Keynote-style Magic Move transition animations
- Shimmer - An easy way to add a simple, shimmering effect to any view in an iOS app.
- SAConfettiView - Confetti! Who doesn't like confetti?
- CCMRadarView - CCMRadarView uses the IBDesignable tools to make an easy customizable radar view with animation
- Pulsator - Pulse animation for iOS
- Interpolate - Swift interpolation for gesture-driven animations
- ADPuzzleAnimation - Custom animation for UIView inspired by Fabric - Answers animation.
- Wave - ? Declarative chainable animations in Swift
- Stellar - A fantastic Physical animation library for swift
- MotionMachine - A powerful, elegant, and modular animation library for Swift.
- JRMFloatingAnimation - An Objective-C animation library used to create floating image views.
- AHKBendableView - UIView subclass that bends its edges when its position changes.
- FlightAnimator - Advanced Natural Motion Animations, Simple Blocks Based Syntax
- ZoomTransitioning - A custom transition with image zooming animation.
- Ubergang - A tweening engine for iOS written in Swift.
- JHChainableAnimations - Easy to read and write chainable animations in Objective-C
- Popsicle - Delightful, extensible Swift value interpolation framework
- WXWaveView - Add a pretty water wave to your view.
- Twinkle - ✨ Swift and easy way to make elements in your iOS and tvOS app twinkle
- MotionBlur - MotionBlur allows you to add motion blur effect to iOS animations.
- RippleEffectView - RippleEffectView - A Neat Rippling View Effect
- Keyframes - A library for converting Adobe AE shape based animations to a data format and play it back on Android and iOS devices.
- SwiftyAnimate - Composable animations in Swift.
- SamuraiTransition - Swift based library providing a collection of ViewController transitions featuring a number of neat “cutting” animations.
- Lottie - An iOS library for a real time rendering of native vector animations from Adobe After Effects.
- Overlap - Tiny iOS library to achieve overlap visual effect.
- anim - An animation library for iOS with custom easings and easy to follow API.
- AnimatedCollectionViewLayout - A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView.
- Dance - A radical & elegant animation library built for iOS.
- AKVideoImageView - UIImageView subclass which allows you to display a looped video as a background.
- Spruce iOS Animation Library - Swift library for choreographing animations on the screen.
- CircularRevealKit - UI framework that implements the material design's reveal effect.
- TweenKit - Animation library for iOS in Swift.
- Water - Simple calculation to render cheap water effects.
- Pastel - Gradient animation effect like Instagram.
- YapAnimator - Your fast and friendly physics-based animation system.
- Bubble - Fruit Animation
- Gemini - Gemini is rich scroll based animation framework for iOS, written in Swift
- WaterDrops - Simple water drops animation for iOS in Swift
- ViewAnimator - ViewAnimator brings your UI to life with just one line.
- Ease - Animate everything with Ease.
- Kinieta - An Animation Engine with Custom Bezier Easing, an Intuitive API and perfect Color Intepolation.
- LSAnimator - Easy to Read and Write Multi-chain Animations Kit in Objective-C and Swift.
- YetAnotherAnimationLibrary - Designed for gesture-driven animations. Fast, simple, & extensible!.
- Anima - Anima is chainable Layer-Based Animation library for Swift4.
- MotionAnimation - Lightweight animation library for UIKit.
- AGInterfaceInteraction - library performs interaction with UI interface.
- PMTween - An elegant and flexible tweening library for iOS.
- VariousViewsEffects - Animates views nicely with easy to use extensions.
- TheAnimation - Type-safe CAAnimation wrapper. It makes preventing to set wrong type values.
- Poi - Poi makes you use card UI like tinder UI .You can use it like tableview method.
- Sica - Simple Interface Core Animation. Run type-safe animation sequencially or parallelly.
- fireworks - Fireworks effect for UIView
- Disintegrate - Disintegration animation inspired by THAT thing Thanos did at the end of Avengers: Infinity War.
- Wobbly - Wobbly is a Library of predefined, easy to use iOS animations.
- LoadingShimmer - An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Transition
- BlurryModalSegue - A custom modal segue for providing a blurred overlay effect.
- DAExpandAnimation - A custom modal transition that presents a controller with an expanding effect while sliding out the presenter remnants.
- BubbleTransition - A custom modal transition that presents and dismiss a controller with an expanding bubble effect.
- RPModalGestureTransition - You can dismiss modal by using gesture ? ?
- RMPZoomTransitionAnimator - A custom zooming transition animation for UIViewController
- ElasticTransition - A UIKit custom transition that simulates an elastic drag. Written in Swift.
- ElasticTransition-ObjC - A UIKit custom transition that simulates an elastic drag.This is the Objective-C Version of Elastic Transition written in Swift by lkzhao
- ZFDragableModalTransition - Custom animation transition for present modal view controller
- ZOZolaZoomTransition - Zoom transition that animates the entire view hierarchy. Used extensively in the Zola iOS application.
- JTMaterialTransition - An iOS transition for controllers based on material design.
- AnimatedTransitionGallery - Collection of iOS 7 custom animated transitions using UIViewControllerAnimatedTransitioning protocol.
- TransitionTreasury - Easier way to push your viewController.
- Presenter - Screen transition with safe and clean code.
- Kaeru - Switch viewcontroller like iOS task manager
- View2ViewTransition - Custom interactive view controller transition from one view to another view.
- AZTransitions - API to make great custom transitions in one method.
- Hero - Supercharged transition engine for iOS. Build your custom view transitions with no code at all. Inspired by Keynote's Magic Move.
- Motion - Seamless animations and transitions in Swift.
- PresenterKit - Swifty view controller presentation for iOS
- Transition - Easy interactive interruptible custom ViewController transitions.
- Gagat - A delightful way to transition between visual styles in your iOS applications.
- DeckTransition - A library to recreate the iOS Apple Music now playing transition
- TransitionableTab - TransitionableTab makes it easy to animate when switching between tab
- AlertTransition - AlertTransition is a extensible library for making view controller transitions, especially for alert transitions.
- SemiModalViewController - Present view / view controller as bottom-half modal.
- ImageTransition - ImageTransition is a library for smooth animation of images during transitions.
- LiquidTransition - removes boilerplate code to perform transition, allows backward animations, custom properties animation and much more!
- SPStorkController - Very similar to the controllers displayed in Apple Music, Podcasts and Mail Apple's applications.
- AppstoreTransition - Simulates the appstore card animation transition.
Alert & Action Sheet
- SweetAlert - Live animated Alert View for iOS written in Swift.
- NYAlertViewController - Highly configurable iOS Alert Views with custom content views.
- SCLAlertView-Swift - Beautiful animated Alert View, written in Swift.
- TTGSnackbar - Show simple message and action button on the bottom of the screen with multi kinds of animation.
- Swift-Prompts - A Swift library to design custom prompts with a great scope of options to choose from.
- BRYXBanner - A lightweight dropdown notification for iOS 7+, in Swift.
- LNRSimpleNotifications - Simple Swift in-app notifications. LNRSimpleNotifications is a simplified Swift port of TSMessages
- HDNotificationView - Emulates the native Notification Banner UI for any alert.
- JDStatusBarNotification - Easy, customizable notifications displayed on top of the statusbar.
- Notie - In-app notification in Swift, with customizable buttons and input text field.
- EZAlertController - Easy Swift UIAlertController
- GSMessages - A simple style messages/notifications for iOS 7+.
- OEANotification - In-app customizable notification views on top of screen for iOS which is written in Swift 2.1.
- RKDropdownAlert - Extremely simple UIAlertView alternative.
- TKSwarmAlert - Animated alert library like Swarm app.
- SimpleAlert - Customizable simple Alert and simple ActionSheet for Swift
- Hokusai - A Swift library to provide a bouncy action sheet
- SwiftNotice - SwiftNotice is a GUI library for displaying various popups (HUD) written in pure Swift, fits any scrollview.
- SwiftOverlays - SwiftOverlays is a Swift GUI library for displaying various popups and notifications
- SwiftyDrop - SwiftyDrop is a lightweight pure Swift simple and beautiful dropdown message.
- LKAlertController - An easy to use UIAlertController builder for swift.
- DOAlertController - Simple Alert View written in Swift, which can be used as a UIAlertController. (AlertController/AlertView/ActionSheet)
- CustomizableActionSheet - Action sheet allows including your custom views and buttons.
- Toast-Swift - A Swift extension that adds toast notifications to the UIView object class.
- PMAlertController - PMAlertController is a great and customizable substitute to UIAlertController.
- PopupViewController - UIAlertController drop in replacement with much more customization.
- AlertViewLoveNotification - A simple and attractive AlertView to ask permission to your users for Push Notification.
- CRToast - A modern iOS toast view that can fit your notification needs
- JLToast - Toast for iOS with very simple interface.
- CuckooAlert - Multiple use of presentViewController for UIAlertController.
- KRAlertController - A colored alert view for your iOS.
- Dodo - A message bar for iOS written in Swift.
- MaterialActionSheetController - A Google like action sheet for iOS written in Swift.
- SwiftMessages - A very flexible message bar for iOS written in Swift.
- FCAlertView - A Flat Customizable AlertView for iOS. (Swift)
- FCAlertView - A Flat Customizable AlertView for iOS. (Objective-C)
- CDAlertView - Highly customizable alert/notification/success/error/alarm popup
- RMActionController - Present any UIView in an UIAlertController like manner.
- RMDateSelectionViewController - Select a date using UIDatePicker in a UIAlertController like fashion.
- RMPickerViewController - Select something using UIPickerView in a UIAlertController like fashion.
- Jelly - Jelly provides custom view controller transitions with just a few lines of code.
- Malert - Malert is a simple, easy and custom iOS UIAlertView written in Swift
- RAlertView - AlertView, iOS popup window, A pop-up framework, Can be simple and convenient to join your project.
- NoticeBar - ?A simple NoticeBar written by Swift 3, similar with QQ notice view.
- LIHAlert - Advance animated banner alerts for iOS
- BPStatusBarAlert - A simple alerts that appear on the status bar and below navigation bar(like Facebook).
- CFAlertViewController - A library that helps you display and customise alerts and action sheets on iPad and iPhone.
- NotificationBanner - The easiest way to display highly customizable in app notification banners in iOS.
- Alertift - Swifty, modern UIAlertController wrapper.
- PCLBlurEffectAlert - Swift AlertController with UIVisualEffectView.
- JDropDownAlert - Multi dirction dropdown alert view.
- BulletinBoard - Generate and Display Bottom Card Interfaces on iOS
- CFNotify - A customizable framework to create draggable views.
- StatusAlert - Display Apple system-like self-hiding status alerts without interrupting user flow.
- Alerts & Pickers - Advanced usage of native UIAlertController with TextField, DatePicker, PickerView, TableView and CollectionView.
- RMessage - A crisp in-app notification/message banner built in ObjC.
- InAppNotify - Swift library to manage in-app notification in swift language, like WhatsApp, Telegram, Frind, etc.
- FloatingActionSheetController - FloatingActionSheetController is a cool design ActionSheetController library written in Swift.
- TOActionSheet - A custom-designed reimplementation of the UIActionSheet control for iOS
- XLActionController - Fully customizable and extensible action sheet controller written in Swift.
- PopMenu - A cool and customizable popup style action sheet ?
- NotchyAlert - Use the iPhone X notch space to display creative alerts.
- Sheet - Show a workflow of view controllers as an action sheet. Very light weight. No configuration needed.
- Sheet - SHEET helps you easily create a wide variety of action sheets with navigation features used in the Flipboard App
- ALRT - An easier constructor for UIAlertController. Present an alert from anywhere.
- CatAlertController - Use UIAlertController like a boss.
- Loaf - A simple framework for easy iOS Toasts.
- SPAlert - Native popup from Apple Music & Feedback in AppStore. Contains Done & Heart presets.
Badge
- MIBadgeButton - Notification badge for UIButtons.
- EasyNotificationBadge - UIView extension that adds a notification badge. [e]
- Sheriff - Add badges to anything.
- swift-badge - Badge view for iOS written in swift
- BadgeHub - Make any UIView a full fledged animated notification center. It is a way to quickly add a notification badge icon to a UIView.
Button
- SSBouncyButton - iOS7-style bouncy button UI component.
- DOFavoriteButton - Cute Animated Button written in Swift.
- VBFPopFlatButton - Flat button with 9 different states animated using Facebook POP.
- HTPressableButton - Flat design pressable button.
- LiquidFloatingActionButton - Material Design Floating Action Button in liquid state
- JTFadingInfoView - An UIButton-based view with fade in/out animation features.
- Floaty - ❤️ Floating Action Button for iOS
- TVButton - Recreating the cool parallax icons from Apple TV as iOS UIButtons (in Swift).
- SwiftyButton - Simple and customizable button in Swift
- AnimatablePlayButton - Animated Play and Pause Button using CALayer, CAKeyframeAnimation.
- gbkui-button-progress-view - Inspired by Apple’s download progress buttons in the App Store.
- ZFRippleButton - Custom UIButton effect inspired by Google Material Design
- JOEmojiableBtn - Emoji selector like Facebook Reactions.
- EMEmojiableBtn - Option selector that works similar to Reactions by fb. Objective-c version.
- WYMaterialButton - Interactive and fully animated Material Design button for iOS developers.
- DynamicButton - Yet another animated flat buttons in Swift
- OnOffButton - Custom On/Off Animated UIButton, written in Swift. By Creativedash
- WCLShineButton - This is a UI lib for iOS. Effects like shining.
- EasySocialButton - An easy way to create beautiful social authentication buttons.
- NFDownloadButton - Revamped Download Button.
- LGButton - A fully customisable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code.
- MultiToggleButton - A UIButton subclass that implements tap-to-toggle button text (Like the camera flash and timer buttons).
- PMSuperButton - A powerful UIButton with super powers, customizable from Storyboard!
- JSButton - A fully customisable swift subclass on UIButton which allows you to create beautiful buttons without writing any line of code.
- TransitionButton - UIButton sublass for loading and transition animation
- ButtonProgressBar-iOS - A small and flexible UIButton subclass with animated loading progress, and completion animation.
- SpicyButton - Full-featured IBDesignable UIButton class
- DesignableButton - UIButton subclass with centralised and reusable styles. View styles and customise in InterfaceBuilder in real time!
- BEMCheckBox - Tasteful Checkbox for iOS. (Check box)
- ExpandableButton - Customizable and easy to use expandable button in Swift.
- TORoundedButton - A high-performance button control with rounded corners.
Calendar
- CVCalendar - A custom visual calendar for iOS 8+ written in Swift (2.0).
- RSDayFlow - iOS 7+ Calendar with Infinite Scrolling.
- NWCalendarView - An availability calendar implementation for iOS
- GLCalendarView - A fully customizable calendar view acting as a date range picker
- JTCalendar - A customizable calendar view for iOS.
- JTAppleCalendar - The Unofficial Swift Apple Calendar Library. View. Control. for iOS & tvOS
- Daysquare - An elegant calendar control for iOS.
- ASCalendar - A calendar control for iOS written in swift with mvvm pattern
- Calendar - A set of views and controllers for displaying and scheduling events on iOS
- Koyomi - Simple customizable calendar component in Swift
- DateTimePicker - A nicer iOS UI component for picking date and time
- RCalendarPicker - RCalendarPicker A date picker control.
- CalendarKit - Fully customizable calendar day view.
- GDPersianCalendar - Customizable and easy to use Persian Calendar component.
- MBCalendarKit - A calendar framework for iOS built with customization, and localization in mind.
- PTEventView - An Event View based on Apple's Event Detail View within Calender.Supports ARC, Autolayout and editing via StoryBoard.
- KDCalendarView - A calendar component for iOS written in Swift 4.0. It features both vertical and horizontal layout (and scrolling) and the display of native calendar events.
- CalendarPopUp - CalendarPopUp - JTAppleCalendar library.
- ios_calendar - It's lightweight and simple control with supporting Locale and CalendarIdentifier. There're samples for iPhone and iPad, and also with using a popover. With supporting Persian calendar
- FSCalendar - A fully customizable iOS calendar library, compatible with Objective-C and Swift.
Cards
Card based UI's, pan gestures, flip and swipe animations
- MDCSwipeToChoose - Swipe to "like" or "dislike" any view, just like Tinder.app. Build a flashcard app, a photo viewer, and more, in minutes, not hours!
- TisprCardStack - Library that allows to have cards UI.
- CardAnimation - Card flip animation by pan gesture.
- Koloda - KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS.
- KVCardSelectionVC - Awesome looking Dial like card selection ViewController.
- DMSwipeCards - Tinder like card stack that supports lazy loading and generics
- TimelineCards - Presenting timelines as cards, single or bundled in scrollable feed!.
- Cards - Awesome iOS 11 AppStore's Card Views.
- MMCardView - Custom CollectionView like Wallet App
- CardsLayout - Nice card-designed custom collection view layout.
- CardParts - A reactive, card-based UI framework built on UIKit.
- VerticalCardSwiper - A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
Form & Settings
Input validators, form helpers and form builders.
- Form - The most flexible and powerful way to build a form on iOS
- XLForm - XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
- Eureka - Elegant iOS form builder in pure Swift.
- YALField - Custom Field component with validation for creating easier form-like UI from interface builder.
- Former - Former is a fully customizable Swift2 library for easy creating UITableView based form.
- SwiftForms - A small and lightweight library written in Swift that allows you to easily create forms.
- Formalist - Declarative form building framework for iOS
- SwiftyFORM - SwiftyFORM is a form framework for iOS written in Swift
- SwiftValidator - A rule-based validation library for Swift
- GenericPasswordRow - A row for Eureka to implement password validations.
- formvalidator-swift - A framework to validate inputs of text fields and text views in a convenient way.
- ValidationToolkit - Lightweight framework for input validation written in Swift.
- ATGValidator - Rule based validation framework with form and card validation support for iOS.
- ValidatedPropertyKit - Easily validate your Properties with Property Wrappers.
Keyboard
- RSKKeyboardAnimationObserver - Showing / dismissing keyboard animation in simple UIViewController category.
- RFKeyboardToolbar - This is a flexible UIView and UIButton subclass to add customized buttons and toolbars to your UITextFields/UITextViews.
- IQKeyboardManager - Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.
- NgKeyboardTracker - Objective-C library for tracking keyboard in iOS apps.
- MMNumberKeyboard - A simple keyboard to use with numbers and, optionally, a decimal point.
- KeyboardObserver - For less complicated keyboard event handling.
- TPKeyboardAvoiding - A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
- YYKeyboardManager - iOS utility class allows you to access keyboard view and track keyboard animation.
- KeyboardMan - KeyboardMan helps you make keyboard animation.
- MakemojiSDK - Emoji Keyboard SDK (iOS)
- Typist - Small, drop-in Swift UIKit keyboard manager for iOS apps-helps manage keyboard's screen presence and behavior without notification center.
- KeyboardHideManager - Codeless manager to hide keyboard by tapping on views for iOS written in Swift
- Toolbar - Awesome autolayout Toolbar.
- IHKeyboardAvoiding - A drop-in universal solution for keeping any UIView visible when the keyboard is being shown - no more UIScrollViews!
- NumPad - Number Pad (inspired by Square's design).
Label
- LTMorphingLabel - Graceful morphing effects for UILabel written in Swift.
- ActiveLabel.swift - UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift
- MZTimerLabel - A handy class for iOS to use UILabel as a countdown timer or stopwatch just like in Apple Clock App.
- CountdownLabel - Simple countdown UILabel with morphing animation, and some useful function.
- IncrementableLabel - Incrementable label for iOS, macOS, and tvOS.
- TTTAttributedLabel - A drop-in replacement for UILabel that supports attributes, data detectors, links, and more
- NumberMorphView - A label view for displaying numbers which can transition or animate using a technique called number tweening or number morphing.
- GlitchLabel - Glitching UILabel for iOS.
- TOMSMorphingLabel - Configurable morphing transitions between text values of a label.
- THLabel - UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
- RQShineLabel - Secret app like text animation
- ZCAnimatedLabel - UILabel replacement with fine-grain appear/disappear animation
- TriLabelView - A triangle shaped corner label view for iOS written in Swift.
- Preloader.Ophiuchus - Custom Label to apply animations on whole text or letters.
- MTLLinkLabel - MTLLinkLabel is linkable UILabel. Written in Swift.
- UICountingLabel - Adds animated counting support to UILabel.
- SlidingText - Swift UIView for sliding text with page indicator.
- NumericAnimatedLabel - Swift UIView for showing numeric label with incremental and decremental step animation while changing value. Useful for scenarios like displaying currency.
- JSLabel - A simple designable subclass on UILabel with extra IBDesignable and Blinking features.
- AnimatedMaskLabel - Animated Mask Label is a nice gradient animated label. This is an easy way to add a shimmering effect to any view in your app.
- STULabel - A label view that's faster than UILabel and supports asynchronous rendering, links with UIDragInteraction, very flexible text truncation, Auto Layout, UIAccessibility and more.
Login
- LFLoginController - Customizable login screen, written in Swift.
- LoginKit - LoginKit is a quick and easy way to add a Login/Signup UX to your iOS app.
- Cely - Plug-n-Play login framework written in Swift.
Menu
- ENSwiftSideMenu - A simple side menu for iOS 7/8 written in Swift.
- RESideMenu - iOS 7/8 style side menu with parallax effect inspired by Dribbble shots.
- SSASideMenu - A Swift implementation of RESideMenu. A iOS 7/8 style side menu with parallax effect.
- RadialMenu - RadialMenu is a custom control for providing a touch context menu (like iMessage recording in iOS 8) built with Swift & POP
- cariocamenu - The fastest zero-tap iOS menu.
- VLDContextSheet - Context menu similar to the one in the Pinterest iOS app
- GuillotineMenu - Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine.
- MediumMenu - A menu based on Medium iOS app.
- SwiftySideMenu - SwiftySideMenu is a lightweight and easy to use side menu controller to add left menu and center view controllers with scale animation based on Pop framework.
- LLSlideMenu - This is a spring slide menu for iOS apps
- Swift-Slide-Menu - A Slide Menu, written in Swift, inspired by Slide Menu Material Design.
- MenuItemKit - UIMenuItem with image and block(closure)
- BTNavigationDropdownMenu - The elegant dropdown menu, written in Swift, appears underneath navigation bar to display a list of related items when a user click on the navigation title.
- ALRadialMenu - A radial/circular menu featuring spring animations. Written in swift
- AZDropdownMenu - An easy to use dropdown menu that supports images.
- CircleMenu - An animated, multi-option menu button.
- SlideMenuControllerSwift - iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure Swift.
- SideMenu - Simple side menu control in Swift inspired by Facebook. Right and Left sides. Lots of customization and animation options. Can be implemented in Storyboard with no code.
- CategorySliderView - slider view for choosing categories. add any UIView type as category item view. Fully customisable
- MKDropdownMenu - A Dropdown Menu for iOS with many customizable parameters to suit any needs.
- ExpandingMenu - ExpandingMenu is menu button for iOS written in Swift.
- PageMenu - A paging menu controller built from other view controllers placed inside a scroll view (like Spotify, Windows Phone, Instagram)
- XXXRoundMenuButton - A simple circle style menu.
- IGCMenu - Grid and Circular menu with animation.Easy to customise.
- EEJSelectMenu - Single selection menu with cool animations, responsive with all screen sizes.
- IGLDropDownMenu - An iOS drop down menu with pretty animation and easy to customize.
- Side-Menu.iOS - Animated side menu with customizable UI
- PopMenu - PopMenu is pop animation menu inspired by Sina weibo / NetEase app.
- FlowingMenu - Interactive view transition to display menus with flowing and bouncing effects in Swift
- Persei - Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
- DropDown - A Material Design drop down for iOS
- KYGooeyMenu - A not bad gooey effects menu.
- SideMenuController - A side menu controller written in Swift
- Context-Menu.iOS - You can easily add awesome animated context menu to your app.
- ViewDeck - An implementation of the sliding functionality found in the Path 2.0 or Facebook iOS apps.
- FrostedSidebar - Hamburger Menu using Swift and iOS 8 API's
- VHBoomMenuButton - A menu which can ... BOOM!
- DropDownMenuKit - A simple, modular and highly customizable UIKit menu, that can be attached to the navigation bar or toolbar, written in Swift.
- RevealMenuController - Expandable item groups, custom position and appearance animation. Similar to ActionSheet style.
- RHSideButtons - Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu.
- Swift-CircleMenu - Rotating circle menu written in Swift 3.
- AKSideMenu - Beautiful iOS side menu library with parallax effect.
- InteractiveSideMenu - Customizable iOS Interactive Side Menu written in Swift 3.
- YNDropDownMenu - Adorable iOS drop down menu with Swift3.
- KWDrawerController - Drawer view controller that easy to use!
- JNDropDownMenu - Easy to use tableview style drop down menu with multi-column support written in Swift3.
- FanMenu - Menu with a circular layout based on Macaw.
- AirBar - UIScrollView driven expandable menu written in Swift 3.
- FAPanels - FAPanels for transition
- SwipeMenuViewController - Swipable tab and menu View and ViewController.
- DTPagerController - A fully customizable container view controller to display set of ViewControllers in horizontal scroller
- PagingKit - PagingKit provides customizable menu UI It has more flexible layout and design than the other libraries.
- Dropdowns - ? Dropdown in Swift
- Parchment - A paging view controller with a highly customizable menu. Built on UICollectionView, with support for custom layouts and infinite data sources.
- ContextMenu - An iOS context menu UI inspired by Things 3.
- Panels - Panels is a framework to easily add sliding panels to your application.
- UIMenuScroll - Creating the horizontal swiping navigation how on Facebook Messenger.
- CircleBar - ? A fun, easy-to-use tab bar navigation controller for iOS.
- SPLarkController - Settings screen with buttons and switches.
Navigation Bar
- HidingNavigationBar - Easily hide and show a view controller's navigation bar (and tab bar) as a user scrolls
- KMNavigationBarTransition - A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations.
- LTNavigationBar - UINavigationBar Category which allows you to change its appearance dynamically
- BusyNavigationBar - A UINavigationBar extension to show loading effects
- KDInteractiveNavigationController - A UINavigationController subclass that support pop interactive UINavigationbar with hidden or show.
- AMScrollingNavbar - Scrollable UINavigationBar that follows the scrolling of a UIScrollView
- NavKit - Simple and integrated way to customize navigation bar experience on iOS app.
- RainbowNavigation - An easy way to change backgroundColor of UINavigationBar when Push & Pop
- TONavigationBar - A simple subclass that adds the ability to set the navigation bar background to 'clear' and gradually transition it visibly back in, similar to the effect in the iOS Music app.
PickerView
- ActionSheetPicker-3.0 - Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
- PickerView - A customizable alternative to UIPickerView in Swift.
- DatePickerDialog - Date picker dialog for iOS
- CZPicker - A picker view shown as a popup for iOS.
- AIDatePickerController - ? UIDatePicker modally presented with iOS 7 custom transitions.
- CountryPicker - ? UIPickerView with Country names flags and phoneCodes
- McPicker - A customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.
- Mandoline - An iOS picker view to serve all your "picking" needs
- D2PDatePicker - Elegant and Easy-to-Use iOS Swift Date Picker
- CountryPickerView- A simple, customizable view for efficiently collecting country information in iOS apps
- planet - A country picker
- MICountryPicker - Swift country picker with search option.
- ADDatePicker - A fully customizable iOS Horizontal PickerView library, written in pure swift.
Popup
- PopupKit - A simple and flexible class for presenting custom views as a popup in iOS and tvOS, maintained from KLCPopup.
- MMPopupView - Pop-up based view(e.g. alert sheet), can easily customize.
- STPopup - STPopup provides a UINavigationController in popup style, for both iPhone and iPad.
- NMPopUpView - Simple iOS class for showing nice popup windows. Swift and Objective-C versions available.
- PopupController - A customizable controller for showing temporary popup view.
- SubscriptionPrompt - Subscription View Controller like the Tinder uses
- Presentr - Wrapper for custom ViewController presentations in iOS 8+
- PopupDialog - A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertControllers alert style.
- SelectionDialog - Simple selection dialog.
- AZDialogViewController - A highly customizable alert dialog controller that mimics Snapchat's alert dialog.
- MIBlurPopup - MIBlurPopup let you create amazing popups with a blurred background.
- LNPopupController - a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.
- PopupWindow - PopupWindow is a simple Popup using another UIWindow in Swift.
- SHPopup - SHPopup is a simple lightweight library for popup view.
- Popover - Popover is a balloon library like Facebook app. It is written in pure swift.
- SwiftEntryKit - A highly customizable popups, alerts and banners presenter for iOS. It offers various presets and is written in pure Swift.
- FFPopup - ⛩FFPopup is a lightweight library for presenting custom views as a popup.
ProgressView
- ProgressMeter - Display the progress on a meter with customized annotations for iOS developed in Swift
- GradientCircularProgress - Customizable progress indicator library in Swift.
Pull to Refresh
- DGElasticPullToRefresh - Elastic pull to refresh for iOS developed in Swift
- PullToBounce - Animated "Pull To Refresh" Library for UIScrollView.
- SVPullToRefresh - Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code. http://samvermette.com/314
- UzysAnimatedGifPullToRefresh - Add PullToRefresh using animated GIF to any scrollView with just simple code
- PullToRefreshCoreText - PullToRefresh extension for all UIScrollView type classes with animated text drawing style
- BOZPongRefreshControl - A pull-down-to-refresh control for iOS that plays pong, originally created for the MHacks III iOS app
- CBStoreHouseRefreshControl - Fully customizable pull-to-refresh control inspired by Storehouse iOS app
- SurfingRefreshControl - Inspired by CBStoreHouseRefreshControl.Customizable pull-to-refresh control,written in pure Swift
- mntpulltoreact - One gesture, many actions. An evolution of Pull to Refresh.
- ADChromePullToRefresh - Chrome iOS app style pull to refresh with multiple actions.
- BreakOutToRefresh - A playable pull to refresh view using SpriteKit.
- MJRefresh An easy way to use pull-to-refresh.
- HTPullToRefresh - Easily add vertical and horizontal pull to refresh to any UIScrollView. Can also add multiple pull-to-refesh views at once.
- PullToRefreshSwift - iOS Simple Cool PullToRefresh Library. It is written in pure swift.
- GIFRefreshControl - GIFRefreshControl is a pull to refresh that supports GIF images as track animations.
- ReplaceAnimation - Pull-to-refresh animation in UICollectionView with a sticky header flow layout, written in Swift
- PullToMakeSoup - Custom animated pull-to-refresh that can be easily added to UIScrollView
- RainyRefreshControl - Simple refresh control for iOS inspired by concept.
- ESPullToRefresh - Customisable pull-to-refresh, including nice animation on the top
- CRRefresh - An easy way to use pull-to-refresh.
- KafkaRefresh - Highly scalable, custom, multi-style refresh framework.
Rating Stars
- FloatRatingView - Whole, half or floating point ratings control written in Swift
- TTGEmojiRate - An emoji-liked rating view for iOS, implemented in Swift.
- StarryStars - StarryStars is iOS GUI library for displaying and editing ratings
- Cosmos - A star rating control for iOS / Swift
- HCSStarRatingView - Simple star rating view for iOS written in Objective-C
- MBRateApp - A groovy app rate stars screen for iOS written in Swift
- RPInteraction - Review page interaction - handy and pretty way to ask for review.
ScrollView
- ScrollingFollowView - ScrollingFollowView is a simple view which follows UIScrollView scrolling.
- UIScrollView-InfiniteScroll - UIScrollView infinite scroll category.
- GoAutoSlideView - GoAutoSlideView extends UIScrollView by featuring infinitely and automatically slide.
- AppStoreStyleHorizontalScrollView - App store style horizontal scroll view.
- PullToDismiss - You can dismiss modal viewcontroller by pulling scrollview or navigationbar in Swift.
- SpreadsheetView - Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
- VegaScroll - VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9
- ShelfView-iOS - iOS custom view to display books on shelf
- SlideController - SlideController is simple and flexible UI component completely written in Swift. It is a nice alternative for UIPageViewController built using power of generic types.
- CrownControl - Inspired by the Apple Watch Digital Crown, CrownControl is a tiny accessory view that enables scrolling through scrollable content without lifting your thumb.
- SegementSlide - Multi-tier UIScrollView nested scrolling solution.
Segmented Control
- BetterSegmentedControl - An easy to use, customizable replacement for UISegmentedControl & UISwitch.
- LUNSegmentedControl - Customizable segmented control with interactive animation.
- AKASegmentedControl - ? Fully customizable Segmented Control for iOS.
- TwicketSegmentedControl - Custom UISegmentedControl replacement for iOS, written in Swift.
- SJFluidSegmentedControl - A segmented control with custom appearance and interactive animations. Written in Swift 3.0.
- HMSegmentedControl - A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products.
- YUSegment - A customizable segmented control for iOS. Supports both text and image.
- MultiSelectSegmentedControl - adds Multiple-Selection to the standard
UISegmentedControl
. - DynamicMaskSegmentSwitch - A segment switcher with dynamic text mask effect
- PinterestSegment - A Pinterest-like segment control with masking animation.
- Rotary - A customisable rotary wheel composed of selectable segments.
Slider
- VolumeControl - Custom volume control for iPhone featuring a well-designed round slider.
- WESlider - Simple and light weight slider with chapter management
- IntervalSlider - IntervalSlider is a slider library like ReutersTV app. written in pure swift.
- RangeSlider - A simple range slider made in Swift
- CircleSlider - CircleSlider is a Circular slider library. written in pure Swift.
- MARKRangeSlider - A custom reusable slider control with 2 thumbs (range slider).
- ASValueTrackingSlider - A UISlider subclass that displays the slider value in a popup view
- TTRangeSlider - A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
- MMSegmentSlider - Customizable animated slider for iOS.
- StepSlider - StepSlider its custom implementation of slider such as UISlider for preset integer values.
- JDSlider - An iOS Slider written in Swift.
- SnappingSlider - A beautiful slider control for iOS built purely upon Swift
- MTCircularSlider - A feature-rich circular slider control.
- VerticalSlider - VerticalSlider is a vertical implementation of the UISlider slider control.
- CircularSlider - A powerful Circular Slider. It's written in Swift, it's 100% IBDesignable and all parameters are IBInspectable.
- HGCircularSlider - A custom reusable circular slider control for iOS application.
- RangeSeekSlider - A customizable range slider for iOS.
- SectionedSlider - Control Center Slider.
- MultiSlider - UISlider clone with multiple thumbs and values, optional snap intervals, optional value labels.
- AGCircularPicker - AGCircularPicker is helpful component for creating a controller aimed to manage any calculated parameter.
- Fluid Slider - A slider widget with a popup bubble displaying the precise value selected.
Splash View
- CBZSplashView - Twitter style Splash Screen View. Grows to reveal the Initial view behind.
- SKSplashView - Create custom animated splash views similar to the ones in the Twitter, Uber and Ping iOS app.
- RevealingSplashView - A Splash view that animates and reveals its content, inspired by Twitter splash
Status Bar
- Bartinter - Status bar tint depending on content behind, updates dynamically.
Stepper
- PFStepper - May be the most elegant stepper you have ever had!
- ValueStepper - A Stepper object that displays its value.
- GMStepper - A stepper with a sliding label in the middle.
- barceloneta - The right way to increment/decrement values with a simple gesture on iOS.
- SnappingStepper - An elegant alternative to the UIStepper written in Swift
- SMNumberWheel - A custom control written in Swift, which is ideal for picking numbers very fast but yet very accurate using a rotating wheel
Switch
- AnimatedSwitch - UISwitch which paints over the parent view with the color in Swift.
- ViralSwitch - A UISwitch that infects its superview with its tint color.
- JTMaterialSwitch - A customizable switch UI with ripple effect and bounce animations, inspired from Google's Material Design.
- TKSwitcherCollection - An animate switch collection
- SevenSwitch - iOS7 style drop in replacement for UISwitch.
- DGRunkeeperSwitch - Runkeeper design switch control (two part segment control)
- PMZSwitch - Yet another animated toggle
- Switcher - Swift - Custom UISwitcher with animation when change status
- RAMPaperSwitch - RAMPaperSwitch is a Swift module which paints over the parent view when the switch is turned on.
- AIFlatSwitch - A flat component alternative to UISwitch on iOS
- Switch - An iOS switch control implemented in Swift with full Interface Builder support.
Tab Bar
- ESTabBarController - A tab bar controller for iOS that allows highlighting buttons and setting custom actions to them.
- GooeyTabbar - A gooey effect tabbar
- animated-tab-bar - RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items.
- FoldingTabBar.iOS - Folding Tab Bar and Tab Bar Controller
- GGTabBar - Another UITabBar & UITabBarController (iOS Tab Bar) replacement, but uses Auto Layout for arranging it's views hierarchy.
- adaptive-tab-bar - AdaptiveController is a 'Progressive Reduction' Swift module for adding custom states to Native or Custom iOS UI elements
- Pager - Easily create sliding tabs with Pager
- XLPagerTabStrip - Android PagerTabStrip for iOS.
- TabPageViewController - Paging view controller and scroll tab view.
- TabDrawer - Customizable TabBar UI element that allows you to run a block of code upon TabBarItem selection, written in Swift
- SwipeViewController - SwipeViewController is a Swift modification of RKSwipeBetweenViewControllers - navigate between pages / ViewControllers
- ColorMatchTabs - Interesting way to display tabs
- BATabBarController - A TabBarController with a unique animation for selection
- ScrollPager - A scroll pager that displays a list of tabs (segments) and manages paging between given views
- Segmentio - Animated top/bottom segmented control written in Swift.
- KYWheelTabController - KYWheelTabController is a subclass of UITabBarController.It displays the circular menu instead of UITabBar.
- SuperBadges - Add emojis and colored dots as badges for your Tab Bar buttons
- AZTabBarController - A custom tab bar controller for iOS written in Swift 3.0
- MiniTabBar - A clean simple alternative to the UITabBar
- SwipeableTabBarController - UITabBarController with swipe interaction between its tabs.
- SMSwipeableTabView - Swipeable Views with Tabs (Like Android SwipeView With Tabs Layout)
- Tabman - A powerful paging view controller with indicator bar for iOS.
- WormTabStrip Beatiful ViewPager For iOS written in Swift (inspired by Android SmartTabLayout)
- SSCustomTabMenu Simple customizable iOS bottom menu with Tabbar.
- SmoothTab - Smooth customizable tabs for iOS apps.
- ExpandedTabBar - Very creative designed solution for "more" items in UITabBarController
Table View / Collection View
Table View
- MGSwipeTableCell - UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
- YXTPageView - A PageView, which supporting scrolling to transition between a UIView and a UITableView.
- ConfigurableTableViewController - Typed, yet Flexible Table View Controller https://holko.pl/2016/01/05/typed-table-view-controller/
- Lightning-Table - A declarative api for working with UITableView.
- Static - Simple static table views for iOS in Swift.
- AMWaveTransition - Custom transition between viewcontrollers holding tableviews.
- SWTableViewCell - An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
- ZYThumbnailTableView - a TableView have thumbnail cell only, and you can use gesture let it expands other expansionView, all diy
- BWSwipeRevealCell - A Swift library for swipeable table cells
- preview-transition - PreviewTransition is a simple preview gallery controller
- QuickTableViewController - A simple way to create a UITableView for settings in Swift.
- TableKit - Type-safe declarative table views with Swift
- VBPiledView - Simple and beautiful stacked UIView to use as a replacement for an UITableView, UIImageView or as a menu
- VTMagic - VTMagic is a page container library for iOS.
- MCSwipeTableViewCell - ? Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
- MYTableViewIndex - A pixel perfect replacement for UITableView section index, written in Swift
- ios-dragable-table-cells - Support for drag-n-drop of UITableViewCells in a navigation hierarchy of view controllers. You drag cells by tapping and holding them.
- Bohr - Bohr allows you to set up a settings screen for your app with three principles in mind: ease, customization and extensibility.
- SwiftReorder - Add drag-and-drop reordering to any table view with just a few lines of code. Robust, lightweight, and completely customizable. [e]
- HoverConversion - HoverConversion realized vertical paging with UITableView. UIViewController will be paging when reaching top or bottom of UITableView contentOffset.
- TableViewDragger - A cells of UITableView can be rearranged by drag and drop.
- FlexibleTableViewController - Swift library of generic table view controller with external data processing of functionality, like determine cell's reuseIdentifier related to indexPath, configuration of requested cell for display and cell selection handler
- CascadingTableDelegate - A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
- TimelineTableViewCell - Simple timeline view implemented by UITableViewCell written in Swift 3.0.
- RHPreviewCell - I envied so much Spotify iOS app this great playlist preview cell. Now you can give your users ability to quick check "what content is hidden under your UITableViewCell".
- TORoundedTableView - A subclass of UITableView that styles it like Settings.app on iPad
- TableFlip - A simpler way to do cool UITableView animations! (╯°□°)╯︵ ┻━┻
- DTTableViewManager - Protocol-oriented UITableView management, powered by generics and associated types.
- SwipeCellKit - Swipeable UITableViewCell based on the stock Mail.app, implemented in Swift.
- ReverseExtension - A UITableView extension that enables cell insertion from the bottom of a table view.
- SelectionList - Simple single-selection or multiple-selection checklist, based on UITableView.
- AZTableViewController - Elegant and easy way to integrate pagination with dummy views.
- SAInboxViewController - UIViewController subclass inspired by "Inbox by google" animated transitioning.
- StaticTableViewController - Dynamically hide / show cells of static UITableViewController.
- OKTableViewLiaison - Framework to help you better manage UITableView configuration.
- ThunderTable - A simple declarative approach to UITableViewController management using a protocol-based approach.
Collection View
- Dwifft - Swift Diff
- MEVFloatingButton - An iOS drop-in UITableView, UICollectionView and UIScrollView superclass category for showing a customizable floating button on top of it.
- Preheat - Automates prefetching of content in UITableView and UICollectionView
- DisplaySwitcher - Custom transition between two collection view layouts
- Reusable - A Swift mixin for UITableViewCells and UICollectionViewCells
- Sapporo - Cellmodel-driven collectionview manager
- StickyCollectionView-Swift - UICollectionView layout for presenting of the overlapping cells.
- TLIndexPathTools - TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views.
- IGListKit - A data-driven UICollectionView framework for building fast and flexible lists.
- FlexibleCollectionViewController - Swift library of generic collection view controller with external data processing of functionality, like determine cell's reuseIdentifier related to indexPath, configuration of requested cell for display and cell selection handler etc
- ASCollectionView - A Swift collection view inspired by Airbnb.
- GLTableCollectionView - Netflix and App Store like UITableView with UICollectionView
- EditDistance - Incremental update tool for UITableView and UICollectionView
- SwiftSpreadSheet - Spreadsheet CollectionViewLayout in Swift. Fully customizable.
- GenericDataSource - A generic small reusable components for data source implementation for UITableView/UICollectionView in Swift.
- PagingView - Infinite paging, Smart auto layout, Interface of similar to UIKit.
- PJFDataSource - PJFDataSource is a small library that provides a simple, clean architecture for your app to manage its data sources while providing a consistent user interface for common content states (i.e. loading, loaded, empty, and error).
- DataSources - Type-safe data-driven List-UI Framework. (We can also use ASCollectionNode)
- KDDragAndDropCollectionView - Dragging & Dropping data across multiple UICollectionViews.
- SectionScrubber - A component to quickly scroll between collection view sections
- CollectionKit - A modern Swift framework for building reusable data-driven collection components.
- AZCollectionViewController - Easy way to integrate pagination with dummy views in CollectionView, make Instagram Discover within minutes.
- CampcotCollectionView - CampcotCollectionView is a custom UICollectionView written in Swift that allows to expand and collapse sections. It provides a simple API to manage collection view appearance.
- Stefan - A guy that helps you manage collections and placeholders in easy way.
- Parade - Parallax Scroll-Jacking Effects Engine for iOS / tvOS.
- MSPeekCollectionViewDelegateImplementation - A custom paging behavior that peeks the previous and next items in a collection view.
- SimpleSource - Easy and type-safe iOS table and collection views in Swift.
- Conv - Conv smart represent UICollectionView data structure more than UIKit.
- Carbon - ? A declarative library for building component-based user interfaces in UITableView and UICollectionView.
- ThunderCollection - A simple declarative approach to UICollectionViewController management using a protocol-based approach.
- DiffableDataSources - A library for backporting UITableView/UICollectionViewDiffableDataSource.
Expandable Cell
- folding-cell - FoldingCell is an expanding content cell inspired by folding paper material
- AEAccordion - UITableViewController with accordion effect (expand / collapse cells).
- ThreeLevelAccordian - This is a customisable three level accordian with options for adding images and accessories images.
- YNExpandableCell - Awesome expandable, collapsible tableview cell for iOS.
- Savory - A swift accordion view implementation.
- ExpyTableView - Make your table view expandable just by implementing one method.
- FTFoldingPaper - Emulates paper folding effect. Can be integrated with UITableView or used with other UI components.
- CollapsibleTableSectionViewController - A swift library to support collapsible sections in a table view.
- ExpandableCell - Fully refactored YNExapnadableCell with more concise, bug free. Awesome expandable, collapsible tableview cell for iOS.
- expanding-collection - ExpandingCollection is a card peek/pop controller
Header
- ParallaxTableViewHeader - Parallax scrolling effect on UITableView header view when a tableView is scrolled.
- CSStickyHeaderFlowLayout - UICollectionView replacement of UITableView. Do even more like Parallax Header, Sticky Section Header.
- GSKStretchyHeaderView - Configurable yet easy to use stretchy header view for UITableView and UICollectionView.
Placeholder
- DZNEmptyDataSet - A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.
- HGPlaceholders - Nice library to show and create placeholders and Empty States for any UITableView/UICollectionView in your project
- ListPlaceholder - ListPlaceholder is a swift library allows you to easily add facebook style animated loading placeholder to your tableviews or collection views
- WLEmptyState - A component that lets you customize the view when the dataset of UITableView is empty.
Collection View Layout
- CHTCollectionViewWaterfallLayout - The waterfall (i.e., Pinterest-like) layout for UICollectionView.
- FMMosaicLayout - A drop-in mosaic collection view layout with a focus on simple customizations.
- mosaic-layout - A mosaic collection view layout inspired by Lightbox's Algorithm, written in Swift
- TLLayoutTransitioning - Enhanced transitioning between UICollectionView layouts in iOS.
- CenteredCollectionView - A lightweight UICollectionViewLayout that 'pages' and centers it's cells ? written in Swift.
- CollectionViewSlantedLayout - UICollectionViewLayout with slanted content
- SquareMosaicLayout - An extandable mosaic UICollectionViewLayout with a focus on extremely flexible customizations
- BouncyLayout - BouncyLayout is a collection view layout that makes your cells bounce.
- AZSafariCollectionViewLayout - AZSafariCollectionViewLayout is replica of safari browser history page layout. very easy to use, IBInspectable are given for easy integration. CollectionView, make Instagram Discover within minutes.
- Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts.
- UICollectionViewSplitLayout - UICollectionViewSplitLayout makes collection view more responsive.
- Swinflate - A bunch of layouts providing light and seamless experiences in your CollectionView.
Tag
- PARTagPicker - This pod provides a view controller for choosing and creating tags in the style of wordpress or tumblr.
- AMTagListView - UIScrollView subclass that allows to add a list of highly customizable tags.
- TagCellLayout - UICollectionView layout for Tags with Left, Center & Right alignments.
- TTGTagCollectionView - Show simple text tags or custom tag views in a vertical scrollable view.
- TagListView - Simple and highly customizable iOS tag list view, in Swift.
- RKTagsView - Highly customizable iOS tags view (like NSTokenField). Supports editing, multiple selection, Auto Layout and much more.
- WSTagsField - An iOS text field that represents different Tags
- AKMaskField - AKMaskField is UITextField subclass which allows enter data in the fixed quantity and in the certain format.
- YNSearch - Awesome fully customizable search view like Pinterest written in Swift 3
- SFFocusViewLayout - UICollectionViewLayout with focused content.
TextField & TextView
- JVFloatLabeledTextField - UITextField subclass with floating labels.
- ARAutocompleteTextView - subclass of UITextView that automatically displays text suggestions in real-time. Perfect for email Textviews.
- IQDropDownTextField - TextField with DropDown support using UIPickerView
- UITextField-Shake - UITextField category that adds shake animation. Also with Swift version
- HTYTextField - A UITextField with bouncy placeholder.
- MVAutocompletePlaceSearchTextField - A drop-in Autocompletion control for Place Search like Google Places, Uber, etc.
- AutocompleteField - Add word completion to your UITextFields.
- RSKGrowingTextView - A light-weight UITextView subclass that automatically grows and shrinks.
- RSKPlaceholderTextView - A light-weight UITextView subclass that adds support for placeholder.
- StatefulViewController - Placeholder views based on content, loading, error or empty states
- MBAutoGrowingTextView - An auto-layout base UITextView subclass which automatically grows with user input and can be constrained by maximal and minimal height - all without a single line of code
- TextFieldEffects - Custom UITextFields effects inspired by Codrops, built using Swift
- Reel Search - RAMReel is a controller that allows you to choose options from a list.
- MLPAutoCompleteTextField - a subclass of UITextField that behaves like a typical UITextField with one notable exception: it manages a drop down table of autocomplete suggestions that update as the user types.
- SkyFloatingLabelTextField - A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
- VMaskTextField - VMaskTextField is a library which create an input mask for iOS.
- TJTextField - UITextField with underline and left image
- NextGrowingTextView - The next in the generations of 'growing textviews' optimized for iOS 7 and above.
- RPFloatingPlaceholders - UITextField and UITextView subclasses with placeholders that change into floating labels when the fields are populated with text.
- CurrencyTextField - UITextField that automatically formats text to display in the currency format.
- UITextField-Navigation - UITextField-Navigation adds next, previous and done buttons to the keyboard for your UITextFields.[e]
- AutoCompleteTextField - Auto complete with suggestion textfield
- PLCurrencyTextField - UITextField that support currency in the right way.
- PasswordTextField - A custom TextField with a switchable icon which shows or hides the password and enforce good password policies
- AnimatedTextInput - Animated UITextField and UITextView replacement for iOS
- KMPlaceholderTextView - A UITextView subclass that adds support for multiline placeholder written in Swift.
- NxEnabled - Library which allows you binding
enabled
property of button with textable elements (TextView, TextField) - AwesomeTextField - Awesome TextField is a nice and simple library for iOS. It's highly customisable and easy-to-use tool. Works perfectly for any registration or login forms in your app.
- ModernSearchBar - The famous iOS search bar with auto completion feature implemented.
- SelectableTextView - A text view that supports selection and expansion
- CBPinEntryView - A customisable view written in Swift 4.2 for any pin, code or password entry. Supports one time codes in iOS 12.
- GrowingTextView - An UITextView in Swift3 and Swift2.3. Support auto growing, placeholder and length limit.
- DTTextField - DTTextField is a custom textfield with floating placeholder and error label in Swift3.0.
- TextFieldCounter - UITextField character counter with lovable UX.
- RSFloatInputView - A Float Input View with smooth animation and supporting icon and seperator written with Swift.
- TaniwhaTextField - TaniwhaTextField is a lightweight and beautiful swift textfield framework. It has float label pattern, and also you can highly customise it. it's written with Swift.
- InstantSearch iOS - A library of widgets and helpers to build instant-search applications on iOS.
- SearchTextField - UITextField subclass with autocompletion suggestions list
- PYSearch - An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad).
- styled-text - Declarative text styles and streamlined Dynamic Type support for iOS.
- TweeTextField - Lightweight set of text fields with nice animation and functionality.
- MeasurementTextField - UITextField-based control for (NS)Measurement values input.
- VENTokenField - Easy-to-use token field that is used in the Venmo app.
- ALTextInputBar - An auto growing text input bar for messaging apps.
- Tagging - ✍️ TextView that provides easy to use tagging feature for Mention or Hashtag.
- InputBarAccessoryView - A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments.
UIPageControl
- PageControl - ● ○ ○ ○ A nice, animated UIPageControl alternative.
- PageControls - This is a selection of custom page controls to replace UIPageControl, inspired by a dribbble found here
- CHIPageControl - A set of cool animated page controls to replace boring UIPageControl.
- Page-Control - ? Beautiful, animated and highly customizable UIPageControl alternative.
Web View
- Otafuku - Otafuku provides utility classes to use WKWebView in Swift.
- SwiftWebVC - A drop-in inline browser for your Swift iOS app.
- SVWebViewController - A drop-in inline browser for your iOS app.
- PTPopupWebView - PTPopupWebView is a simple and useful WebView for iOS, which can be popup and has many of the customized item.
Utility
- Underscore.m - A DSL for Data Manipulation.
- XExtensionItem - Easier sharing of structured data between iOS applications and share extensions.
- ReflectableEnum - Reflection for enumerations in Objective-C.
- ObjectiveSugar - ObjectiveC additions for humans. Ruby style.
- OpinionatedC - Because Objective-C should have inherited more from Smalltalk.
- SwiftRandom - Generator for random data.
- RandomKit - Random data generation in Swift.
- YOLOKit - Getting square objects down round holes.
- EZSwiftExtensions - ? How Swift standard types and classes were supposed to work. [e]
- Pantry - The missing light persistence layer for Swift
- SwiftParsec - A parser combinator library written in the Swift programming language.
- OrderedSet - A Swift collection of unique, ordered objects
- Datez - Swift library for dealing with
NSDate
,NSCalendar
, andNSDateComponents
. - BFKit - An Objective-C collection of useful classes to develop Apps faster.
- BFKit-Swift - A Swift collection of useful classes to develop Apps faster.
- Scale - Unit converter in Swift (available via CocoaPods)
- Standard Template Protocols - Protocols for your every day iOS needs
- TimeLord - Easy DateTime (NSDate) management in Swift
- AppVersionMonitor - Monitor iOS app version easily.
- Sugar - Something sweet that goes great with your Cocoa. [e]
- Then - ✨ Super sweet syntactic sugar for Swift initializers. [e]
- Kvitto - App Store Receipt Validation
- Notificationz - Helping you own NSNotificationCenter in Swift
- SwiftFoundation - Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. (Pure Swift, Supports Linux) [e]
- libextobjc - A Cocoa library to extend the Objective-C programming language.
- VersionTrackerSwift - Track which versions of your app a user has previously installed.
- DeviceGuru - DeviceGuru is a simple lib (Swift) to know the exact type of the device, e.g. iPhone 6 or iPhone 6s.
- AEAppVersion - Simple and Lightweight App Version Tracking for iOS written in Swift
- BlocksKit - The Objective-C block utilities you always wish you had.
- SwiftyUtils - All the reusable code that we need in each project. [e]
- RateLimit - Simple utility for only executing code every so often.
- Outlets - Utility functions for validating IBOutlet and IBAction connections
- EasyAbout - A way to easily add CocoaPods licenses and App Version to your iOS App using the Settings Bundle
- Validated - A Swift μ-Library for Somewhat Dependent Types
- Cent - Extensions for Swift Standard Types and Classes
- AssistantKit - Easy way to detect iOS device properties, OS versions and work with screen sizes. Powered by Swift.
- SwiftLinkPreview - It makes a preview from an url, grabbing all the information such as title, relevant texts and images.
- BundleInfos - Simple getter for Bundle informations. like short version from bundle.
- YAML.framework - Proper YAML support for Objective-C based on
LibYAML
. - ReadabilityKit - Metadata extractor for news, articles and full-texts in Swift.
- MissionControl-iOS - Super powerful remote config utility written in Swift (iOS, watchOS, tvOS, macOS)
- SwiftTweaks - Tweak your iOS app without recompiling!
- UnsupportedOSVersionAlert - Alerts users with a popup if they use an app with an unsupported version of iOS (e.g. iOS betas)
- SwiftSortUtils - This library takes a shot at making sorting in Swift more pleasant. It also allows you to reuse your old NSSortDescriptor instances in Swift.
- Retry - Haven't you wished for
try
to sometimes try a little harder? Meetretry
. - ObjectiveKit - Swift-friendly API for Objective C runtime functions.
- MoyaSugar - Syntactic sugar for Moya.
- SwifterSwift - A handy collection of more than 400 native Swift 4 extensions to boost your productivity.
- Eject - An eject button for Interface Builder to generate swift code.
- ContactsWrapper - Easy to use wrapper for both contacts and contacts group with Objective-C.
- XestiMonitors - An extensible monitoring framework written in Swift
- OpenSourceController - The simplest way to display the libraries licences used in your application.
- App-Update-Tracker - Easily detect and run code upon app installation or update.
- ExtensionalSwift - Useful swift extensions in one place [e]
- InAppSettingsKit - This iOS framework allows settings to be in-app in addition to or instead of being in the Settings app.
- MMWormhole - Message passing between iOS apps and extensions.
- DefaultStringConvertible - A default CustomStringConvertible implementation for Swift types [e]
- FluxCapacitor - FluxCapacitor makes implementing Flux design pattern easily with protocols and typealias.
- VTAcknowledgementsViewController - Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.
- Closures - Swifty closures for UIKit and Foundation.
- WhatsNew - Showcase new features after an app update similar to Pages, Numbers and Keynote
- MKUnits - Unit conversion library for Swift.
- ActionClosurable - Extensions which helps to convert objc-style target/action to swifty closures
- ios_system - Drop-in replacement for system() in iOS programs
- SwiftProvisioningProfile - Parse provisioning profiles into Swift models.
- Once - Minimalist library to manage one-off operations.
- ZamzamKit - A collection of micro utilities and extensions for Standard Library, Foundation and UIKit.
User Consent
- SmartlookConsentSDK - Open source SDK which provides a configurable control panel where user can select their privacy options and store the user preferences for the app.
VR
- VR Toolkit iOS - A sample project that provides the basics to create an interactive VR experience on iOS
- 360 VR Player - A open source, ad-free, native and universal 360 degree panorama video player for iOS.
- simple360player - Free & ad-free 360 VR Video Player. Flat or Stereoscopic. In Swift 2.
- Swifty360Player - iOS 360-degree video player streaming from an AVPlayer with Swift.
Walkthrough / Intro / Tutorial
- Onboard - Easily create a beautiful and engaging onboarding experience with only a few lines of code.
- EAIntroView - Highly customizable drop-in solution for introduction views.
- MYBlurIntroductionView - A super-charged version of MYIntroductionView for building custom app introductions and tutorials.
- BWWalkthrough - A class to build custom walkthroughs for your iOS App.
- GHWalkThrough - A UICollectionView backed drop-in component for introduction views.
- ICETutorial - A nice tutorial like the one introduced in the Path 3.X App.
- JazzHands - Jazz Hands is a simple keyframe-based animation framework for UIKit. Animations can be controlled via gestures, scroll views, KVO, or ReactiveCocoa.
- RazzleDazzle - A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
- Instructions - Easily add customizable coach marks into you iOS project.
- SwiftyWalkthrough - The easiest way to create a great walkthrough experience in your apps, powered by Swift.
- Gecco - Spotlight view for iOS.
- VideoSplashKit - VideoSplashKit - UIViewController library for creating easy intro pages with background videos
- Presentation - Presentation helps you to make tutorials, release notes and animated pages.
- AMPopTip - An animated popover that pops out a given frame, great for subtle UI tips and onboarding.
- AlertOnboarding - A simple and handsome AlertView for onboard your users in your amazing world.
- EasyTipView - Fully customisable tooltip view in Swift.
- paper-onboarding - PaperOnboarding is a material design slider
- InfoView - Swift based simple information view with pointed arrow.
- Intro - An iOS framework to easily create simple animated walkthrough, written in Swift.
- AwesomeSpotlightView - Tool to create awesome tutorials or educate user to use application. Or just highlight something on screen. Written in Swift.
- SwiftyOnboard - A simple way to add onboarding to your project.
- WVWalkthroughView - Utility to easily create walkthroughs to help with user onboarding.
- SwiftyOverlay - Easy and quick way to show intro / instructions over app UI without any additional images in real-time!.
- SwiftyOnboardVC - Lightweight walkthrough controller thats uses view controllers as its subviews making the customization endless.
- Minamo - Simple coach mark library written in Swift.
- Material Showcase iOS - An elegant and beautiful showcase for iOS apps.
- WhatsNewKit - Showcase your awesome new app features ?
- OnboardKit - Customisable user onboarding for your iOS app
WebSocket
- SocketRocket - A conforming Objective-C WebSocket client library.
- socket.io-client-swift - Socket.IO-client for iOS/macOS.
- SwiftWebSocket - High performance WebSocket client library for Swift, iOS and macOS.
- Starscream - Websockets in swift for iOS and macOS
- SwiftSocket - simple socket library for apple swift lang.
- Socks - Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, macOS
- SwifterSockets - A collection of socket utilities in Swift for OS-X and iOS
- Swift-ActionCableClient - ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app.
- DNWebSocket - Object-Oriented, Swift-style WebSocket Library (RFC 6455) for Swift-compatible Platforms.
Project setup
- crafter - CLI that allows you to configure iOS project's template using custom DSL syntax, simple to use and quite powerful.
- liftoff - Another CLI for creating iOS projects.
- amaro - iOS Boilerplate full of delights.
- chairs - Swap around your iOS Simulator Documents
- SwiftPlate - Easily generate cross platform Swift framework projects from the command line.
- xcproj - Read and update Xcode projects.
- Tuist - A tool to create, maintain and interact with Xcode projects at scale.
- SwiftKit - Start your next Open-Source Swift Framework ?.
Dependency / Package Manager
- CocoaPods - CocoaPods is the dependency manager for Objective-C projects. It has thousands of libraries and can help you scale your projects elegantly.
- Xcode Maven - The Xcode Maven Plugin can be used in order to run Xcode builds embedded in a Maven lifecycle.
- Carthage - A simple, decentralized dependency manager for Cocoa.
- SWM (Swift Modules) - A package/dependency manager for Swift projects similar to npm (node.js package manager) or bower (browser package manager from Twitter). Does not require the use of Xcode.
- CocoaSeeds - Git Submodule Alternative for Cocoa.
- swift-package-manager - The Package Manager for the Swift Programming Language
- punic - Clean room reimplementation of Carthage tool
- Rome - A cache tool for Carthage built frameworks
- Athena - Gradle Plugin to enhance Carthage by uploading the archived frameworks into Maven repository, currently support only Bintray, Artifactory and Mavel local.
- Accio - A SwiftPM based dependency manager for iOS & Co. with improvements over Carthage.
Tools
- Shark - Swift Script that transforms the .xcassets folder into a type safe enum.
- SBConstants - Generate a constants file by grabbing identifiers from storyboards in a project.
- R.swift - Tool to get strong typed, autocompleted resources like images, cells and segues in your Swift project.
- SwiftGen - A collection of Swift tools to generate Swift code (enums for your assets, storyboards, Localizable.strings and UIColors).
- Blade - Generate Xcode image catalogs for iOS / macOS app icons, universal images, and more.
- Retini - A super simple retina (2x, 3x) image converter.
- Jazzy - Soulful docs for Swift & Objective-C.
- appledoc - ObjectiveC code Apple style documentation set generator.
- Laurine - Laurine - Localization code generator written in Swift. Sweet!
- StoryboardMerge - Xcode storyboards diff and merge tool.
- ai2app - Creating AppIcon sets from Adobe Illustrator (all supported formats).
- ViewMonitor - ViewMonitor can measure view positions with accuracy.
- abandoned-strings - Command line program that detects unused resource strings in an iOS or macOS application.
- swiftenv - swiftenv allows you to easily install, and switch between multiple versions of Swift.
- Misen - Script to support easily using Xcode Asset Catalog in Swift. [e]
- git-xcp - A Git plugin for versioning workflow of real-world Xcode project. fastlane's best friend.
- WatchdogInspector - Shows your current framerate (fps) in the status bar of your iOS app
- Cichlid - automatically delete the current project's DerivedData directories
- Delta - Managing state is hard. Delta aims to make it simple.
- SwiftLintXcode - An Xcode plug-in to format your code using SwiftLint.
- XCSwiftr - An Xcode Plugin to convert Objective-C to Swift
- SwiftKitten - Swift autocompleter for Sublime Text, via the adorable SourceKitten framework
- Kin - Have you ever found yourself undoing a merge due to a broken Xcode build? Then Kin is your tool. It will parse your project configuration file and detect errors.
- AVXCAssets-Generator - AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click
- Peek - Take a Peek at your application.
- SourceKitten - An adorable little framework and command line tool for interacting with SourceKit.
- Localizations - macOS app that manages localizations of Xcode projects.
- xcbuild - Xcode-compatible build tool.
- XcodeIssueGenerator - An executable that can be placed in a Run Script Build Phase that marks comments like // TODO: or // SERIOUS: as warnings or errors so they display in the Xcode Issue Navigator.
- SwiftCompilationPerformanceReporter - Generate automated reports for slow Swift compilation paths in specific targets
- BuildTimeAnalyzer - Build Time Analyzer for Swift
- Duration - A simple Swift package for measuring and reporting the time taken for operations
- Benchmark - The Benchmark⏲ module provides methods to measure and report the time used to execute Swift code.
- MBAssetsImporter - Import assets from Panoramio or from your macOS file system with their metadata to your iOS simulator (Swift 2.0)
- Realm Browser - Realm Browser is a macOS utility to open and modify realm database files.
- SuperDelegate – SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle.
- fastlane-plugin-appicon - Generate required icon sizes and iconset from a master application icon.
- infer - A static analyzer for Java, C and Objective-C.
- PlayNow - Small app that creates empty Swift playground files and opens them with Xcode.
- Xtrace - Trace Objective-C method calls by class or instance
- xcenv - Groom your Xcode environment.
- playgroundbook - Tool for Swift Playground books
- Ecno - Ecno is a task state manager built on top of UserDefaults in pure Swift 3.
- ipanema - ipanema analyzes and prints useful information from
.ipa
file. - pxctest - Parallel XCTest - Execute XCTest suites in parallel on multiple iOS Simulators.
- IBM Swift Sandbox - The IBM Swift Sandbox is an interactive website that lets you write Swift code and execute it in a server environment – on top of Linux!
- FBSimulatorControl - A macOS library for managing and manipulating iOS Simulators
- Nomad - Suite of command line utilities & libraries for sending APNs, create & distribute
.ipa
, verify In-App-Purchase receipt and more. - Cookiecutter - A template for new Swift iOS / tvOS / watchOS / macOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file
- Sourcery - A tool that brings meta-programming to Swift, allowing you to code generate Swift code.
- AssetChecker ? - Keeps your Assets.xcassets files clean and emits warnings when something is suspicious.
- PlayAlways - Create Xcode playgrounds from your menu bar
- GDPerformanceView-Swift - Shows FPS, CPU usage, app and iOS versions above the status bar and report FPS and CPU usage via delegate.
- Traits - Library for a real-time design and behavior modification of native iOS apps without recompiling (code and interface builder changes are supported).
- Struct - A tool for iOS and Mac developers to automate the creation and management of Xcode projects.
- Nori - Easier to apply code based style guide to storyboard.
- Attabench - Microbenchmarking app for Swift with nice log-log plots
- Gluten - Nano library to unify XIB and it's code.
- LicensePlist - A license list generator of all your dependencies for iOS applications.
- AppDevKit - AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs.
- Tweaks - An easy way to fine-tune, and adjust parameters for iOS apps in development.
- FengNiao - A command line tool for cleaning unused resources in Xcode.
- LifetimeTracker - Find retain cycles / memory leaks sooner.
- Plank - A tool for generating immutable model objects.
- Lona - A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, images, and other artifacts.
- XcodeGen - Command line tool that generates your Xcode project from a spec file and your folder structure.
- iSimulator - iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator.
- Natalie - Storyboard Code Generator.
- Transformer - Easy Online Attributed String Creator. This tool lets you format a string directly in the browser and then copy/paste the attributed string code into your app.
- ProvisionQL - Quick Look plugin for apps and provisioning profile files.
- xib2Storyboard - A tool to convert Xcode .xib to .storyboard files.
- Zolang - A programming language for sharing logic between iOS, Android and Tools.
- xavtool - Command-line utility to automatically increase iOS / Android applications version.
- Cutter - A tool to generate iOS Launch Images (Splash Screens) for all screen sizes starting from a single template.
- nef - A set of command line tools for Xcode Playground: lets you have compile-time verification of your documentation written as Xcode Playgrounds, generates markdown files, integration with Jekyll for building microsites and Carbon to export code snippets.
Rapid Development
- Playgrounds - Playgrounds for Objective-C for extremely fast prototyping / learning.
- MMBarricade - Runtime configurable local server for iOS apps.
- STV Framework - Native visual iOS development.
- swiftmon - swiftmon restarts your swift application in case of any file change.
- Model2App - Turn your Swift data model into a working CRUD app.
Code Injection
- dyci - Code injection tool.
- injectionforxcode - Code injection including Swift.
- Vaccine - Vaccine is a framework that aims to make your apps immune to recompile-decease.
Dependency Injection
- Swinject - Dependency injection framework for Swift
- Reliant - Nonintrusive Objective-C dependency injection.
- Kraken - A Dependency Injection Container for Swift with easy-to-use syntax.
- Cleanse - Lightweight Swift Dependency Injection Framework by Square.
- Typhoon - Powerful dependency injection (Objective-C & Swift).
- Perform - Easy dependency injection for storyboard segues.
- Alchemic - Advanced, yet simple to use DI framework for Objective-C.
- Guise - An elegant, flexible, type-safe dependency resolution framework for Swift
- Weaver - A declarative, easy-to-use and safe Dependency Injection framework for Swift
- StoryboardBuilder - Simple dependency injection for generating views from storyboard.
- ViperServices - Dependency injection container for iOS applications written in Swift. Each service can have boot and shutdown code.
- DITranquillity - Dependency injection framework for iOS applications written in clean Swift.
- Needle — Compile-time safe Swift dependency injection framework with real code
- Locatable - A micro-framework that leverages Property Wrappers to implement the Service Locator pattern
Deployment / Distribution
- fastlane - Connect all iOS deployment tools into one streamlined workflow.
- deliver - Upload screenshots, metadata and your app to the App Store using a single command.
- snapshot Automate taking localized screenshots of your iOS app on every device.
- buddybuild - A mobile iteration platform - build, deploy, and collaborate.
- Bitrise Mobile Continuous Integration & Delivery with dozens of integrations to build, test, deploy and collaborate.
- watchbuild - Get a notification once your iTunes Connect build is finished processing.
- Crashlytics - A crash reporting and beta testing service.
- TestFlight Beta Testing - The beta testing service hosted on iTunes Connect (requires iOS 8 or later).
- HockeyApp - With HockeyApp, you can distribute beta versions of your app, collect live crash reports, get feedback from users, and analyze test coverage.
- boarding - Instantly create a simple signup page for TestFlight beta testers.
- HockeyKit - A software update kit.
- Rollout.io - SDK to patch, fix bugs, modify and manipulate native apps (Obj-c & Swift) in real-time.
- AppLaunchpad - Free App Store screenshot builder.
- LaunchKit - A set of web-based tools for mobile app developers, now open source!
- Instabug - In-app feedback, Bug and Crash reporting, Fix Bugs Faster through user-steps, video recordings, screen annotation, network requests logging.
- Appfigurate - Secure runtime configuration for iOS and watchOS, apps and app extensions.
- ScreenshotFramer - With Screenshot Framer you can easily create nice-looking and localized App Store Images.
- Semaphore - CI/CD service which makes it easy to build, test and deploy applications for any Apple device. iOS support is fully integrated in Semaphore 2.0, so you can use the same powerful CI/CD pipeline features for iOS as you do for Linux-based development.
App Store
- Apple's Common App Rejections Styleguide Highlighted some of the most common issues that cause apps to get rejected.
- Free App Store Optimization Tool Lets you track your App Store visibility in terms of keywords and competitors.
- App Release Checklist - A checklist to pore over before you ship that amazing app that has taken ages to complete, but you don't want to rush out in case you commit a schoolboy error that will end up making you look dumber than you are.
- Harpy - Notify users when a new version of your iOS app is available, and prompt them with the App Store link.
- iRate - A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while. Similar to Appirater, but with a simpler, cleaner interface and automatic support for iOS fast application switching.
- appirater - A utility that reminds your iPhone app's users to review the app.
- Siren - Notify users when a new version of your app is available and prompt them to upgrade.
- Appstore Review Guidelines - A curated list of points which a developer has to keep in mind before submitting his/her application on appstore for review.
- AppVersion - Keep users on the up-to date version of your App.
Xcode
Extensions (Xcode 8+)
- CleanClosureXcode - An Xcode Source Editor extension to clean the closure syntax.
- xTextHandler - Xcode Source Editor Extension Toolset (Plugins for Xcode 8)
- SwiftInitializerGenerator - Xcode 8 Source Code Extension to Generate Swift Initializers.
- XcodeEquatableGenerator - Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.
- Import - Xcode extension for adding imports from anywhere in the code.
- Mark - Xcode extension for generating MARK comments.
- XShared - Xcode extension which allows you copying the code with special formatting quotes for social (Slack, Telegram).
- XGist - Xcode extension which allows you to send your text selection or entire file to GitHub's Gist and automatically copy the Gist URL into your Clipboard.
- Swiftify - Objective-C to Swift online code converter and Xcode extension.
- DocumenterXcode - Attempt to give a new life for VVDocumenter-Xcode as source editor extension.
- Snowonder - ? Magical import declarations formatter for Xcode.
- XVim2 - Vim key-bindings for Xcode 9.
- Comment Spell Checker - Xcode extension for spell checking and auto correcting code comments.
Themes
- Dracula Theme - A dark theme for Xcode.
- Xcode themes list - Color themes for Xcode.
- Solarized-Dark-for-Xcode - Solarized Dark Theme for Xcode 5.
- WWDC2016 Xcode Color Scheme - A color scheme for Xcode based on the WWDC 2016 invitation.
- DRL Theme - A soft darkness theme for Xcode.
Other Xcode
- awesome-xcode-scripts - A curated list of useful xcode scripts ?.
- Synx - A command-line tool that reorganizes your Xcode project folder to match your Xcode groups.
- dsnip - Tool to generate (native) Xcode code snippets from all protocols/delegate methods of UIKit (UITableView, ...)
- SBShortcutMenuSimulator - 3D Touch shortcuts in the Simulator
- awesome-gitignore-templates - A collection of swift, objective-c, android and many more langugages .gitignore templates ?.
- swift-project-template - Template for iOS Swift project generation.
- Swift-VIPER-Module - Xcode template for create modules with VIPER Architecture written in Swift 3
- ViperC - Xcode template for VIPER Architecture for both Objective-C and Swift
- XcodeCodeSnippets - A set of code snippets for iOS development, includes code and comments snippets.
- Xcode Keymap for Visual Studio Code - This extension ports popular Xcode keyboard shortcuts to Visual Studio Code.
- Xcode Template Manager - Xcode Template Manager is a Swift command line tool that helps you manage your Xcode project templates.
- VIPER Module Template - Xcode Template of VIPER Module which generates all layers of VIPER.
Reference
- Swift Cheat Sheet - A quick reference cheat sheet for common, high level topics in Swift.
- Objective-C Cheat Sheet - A quick reference cheat sheet for common, high level topics in Objective-C.
- SwiftSnippets - A collection of Swift snippets to be used in Xcode
- App Store Checklist - A checklist of what to look for before submitting your app to the App Store.
- whats-new-in-swift-4 - An Xcode playground showcasing the new features in Swift 4.0.
- WWDC-Recap - A collection of session summaries in markdown format, from WWDC 19 & 17.
Style Guides
- NY Times - Objective C Style Guide - The Objective-C Style Guide used by The New York Times.
- raywenderlich Style Guide - A style guide that outlines the coding conventions for raywenderlich.com.
- GitHub Objective-C Style Guide - Style guide & coding conventions for Objective-C projects.
- Objective-C Coding Convention and Best Practices - Gist with coding conventions.
- Swift Style Guide by @raywenderlich - The official Swift style guide for raywenderlich.com.
- Spotify Objective-C Coding Style - Guidelines for iOS development in use at Spotify.
- GitHub - Style guide & coding conventions for Swift projects - A guide to our Swift style and conventions by @github.
- Futurice iOS Good Practices - iOS starting guide and good practices suggestions by @futurice.
- SlideShare Swift Style Guide - SlideShare Swift Style Guide we are using for our upcoming iOS 8 only app written in Swift
- Prolific Interactive Style Guide - A style guide for Swift.
- Swift Style Guide by LinkedIn - LinkedIn's Official Swift Style Guide.
Good Websites
News, Blogs and more
- BGR
- iMore
- Lifehacker
- NSHipster
- Objc.io
- ASCIIwwdc
- Natasha The Robot
- Apple's Swift Blog
- iOS Programming Subreddit
- iOS8-day-by-day
- iOScreator
- Mathew Sanders
- iOS Dev Nuggets
- iOS Developer and Designer interview - A small guide to help those looking to hire a developer or designer for iOS work.
- iOS9-day-by-day
- Code Facebook
- iOS Cookies - A hand curated collection of iOS libraries written in Swift
- Feeds for iOS Developer - The list of RSS feeds for iOS developers.
- iOS10 day-by-day
- Cocoa Controls - Open source UI components for iOS and macOS.
UIKit references
Forums and discuss lists
Tutorials and Keynotes
- AppCoda
- Tutorials Point
- Code with Chris
- Cocoa with Love
- Brian Advent youtube channel - Swift tutorials Youtube Channel.
- raywenderlich.com - Tutorials for developers and gamers
- Mike Ash
- Big Nerd Ranch
- Tuts+
- Thinkster
- Swift Education - A community of educators sharing materials for teaching Swift and app development.
- Cocoa Dev Central
- Use Your Loaf
- Swift Tutorials by Jameson Quave
- Awesome-Swift-Education - ? All of the resources for Learning About Swift
- Awesome-Swift-Playgrounds - ⭐ A List of Awesome Swift Playgrounds!
- learn-swift - Learn Apple's Swift programming language interactively through these playgrounds.
- Treehouse's iOS Courses and Workshops - Topics for beginner and advanced developers in both Objective-C and Swift.
- The Swift Summary Book - A summary of Apple's Swift language written on Playgrounds.
- Hacking With Swift - Learn to code iPhone and iPad apps with 3 Swift tutorials.
- Realm Academy
- LearnAppMaking - LearnAppMaking helps app developers to build, launch and market iOS apps.
- iOS Development with Swift in Motion - This live video course locks in the language fundamentals and then offers interesting examples and exercises to build and practice your knowledge and skills.
- Conferences.digital - ?? Watch conference videos in a native macOS app.
- DaddyCoding - iOS Tutorials ranging from beginners to advance
iOS UI Template
Prototyping
Newsletters
- AwesomeiOS Weekly - AwesomeiOS Weekly
- iOS Goodies - Weekly iOS newsletter
- raywenderlich.com Weekly - sign up to receive the latest tutorials from raywenderlich.com each week
- iOS Dev Tools Weekly - The greatest iOS development tools, including websites, desktop and mobile apps, and back-end services.
- iOS Trivia Weekly - Three challenging questions about iOS development every Wednesday
- Indie iOS Focus Weekly - Looking for the best iOS dev links, tutorials, & tips beyond the usual news? Curated by Chris Beshore. Published every Thursday.
- iOS Dev Weekly - Subscribe to a hand-picked round up of the best iOS development links every week. Free.
- Swift Weekly Brief - A community-driven weekly newsletter about Swift.org. Curated by Jesse Squires and published for free every Thursday
- Server-Side Swift Weekly - A weekly newsletter with the best links related to server-side Swift and cross-platform developer tools. Curated by @maxdesiatov
- iOS Cookies Newsletter - A weekly digest of new iOS libraries written in Swift.
- Swift Developments - A weekly curated newsletter containing a hand picked selection of the latest links, videos, tools and tutorials for people interested in designing and developing their own iOS, WatchOS and AppleTV apps using Swift.
Medium
- iOS App Development - Stories and technical tips about building apps for iOS, Apple Watch, and iPad/iPhone
- Swift Programming - The Swift Programming Language
- Flawless App - Development & design & marketing tips for iOS developers.
Social Media
Facebook Groups
Podcasts
- The Ray Wenderlich Podcast
- Debug
- App Story
- Mobile Couch
- iPhreaks
- Under the Radar
- Core Intuition
- Swift Playhouse
- Release Notes
- More Than Just Code
- Runtime
- Consult
- Swift Unwrapped
- Fireside Swift
- Swift by Sundell
Books
- The Swift Programming Language by Apple
- iOS Programming: The Big Nerd Ranch Guide by Christian Keur, Aaron Hillegass, Joe Conway
- Programming in Objective-C by Stephen G. Kochan
- The Complete Friday Q & A: Volume 1
- Core Data for iOS: Developing Data-Driven Applications for the iPad, iPhone, and iPod touch
- Cocoa Design Patterns
- Hello Swift! by Tanmay Bakshi with Lynn Beighley
- iOS Development with Swift by Craig Grummitt
- Anyone Can Create an App by Wendy L. Wise
- Advanced Swift by Chris Eidhof, Ole Begemann, and Airspeed Velocity
- Functional Swift by Chris Eidhof, Florian Kugler, and Wouter Swierstra
- Core Data by Florian Kugler and Daniel Eggert
- Classic Computer Science Problems in Swift
- Swift in Depth
Other Awesome Lists
Other amazingly awesome lists can be found in the
- awesome-awesomeness list.
- Open Source apps list of open source iOS apps
- Awesome-swift
- @matteocrippa - A collaborative list of awesome swift resources.
- @Wolg - A curated list of awesome Swift frameworks, libraries and software.
- Awesome-Swift-Education - All of the resources for Learning About Swift
- awesome watchkit apps curated list of sample watchkit apps and tutorials.
- iOS Learning Resources Comprehensive collection of high quality, frequently updated and well maintained iOS tutorial sites.
- Awesome iOS Animation
- awesome-ios-chart - A curated list of awesome iOS chart libraries, including Objective-C and Swift.
- awesome-gists - A list of amazing gists (iOS section).
- awesome-ios-ui - A curated list of awesome iOS UI/UX libraries.
- Awesome-Server-Side-Swift/TheList - A list of Awesome Server Side Swift 3 projects
- awesome-interview-questions - A curated awesome list of lists of interview questions including iOS.
- iOS-Playbook - Guidelines and best practices for excellent iOS apps
- iOS-Learning-Materials - Curated list of articles, web-resources, tutorials and code repositories that may help you dig a little bit deeper into iOS.
- Awesome-iOS-Twitter - A curated list of awesome iOS Twitter accounts
- Marketing for Engineers - A curated collection of marketing articles & tools to grow your product.
- Awesome ARKit - A curated list of awesome ARKit projects and resources.
- CocoaConferences - List of cocoa conferences for iOS & macOS developers.
- example-ios-apps - A curated list of Open Source example iOS apps developed in Swift.
- Curated-Resources-for-Learning-Swift - A curated list of resources recommended by the developers.
- ClassicProblemSolvingAndDataStructuresInSwift - Collection of popular algorithms, data structure and problem solving in Swift 4.
- Awesome list of open source applications for macOS - List of awesome open source applications for macOS.
- Awesome iOS Interview question list - Guide for interviewers and interviewees. Review these iOS interview questions - and get some practical tips along the way.
- Top App Developers - A list of top iOS app developers
原文:https://github.com/vsouza/awesome-ios
本文:
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 194 次浏览
【vue精选】与Vue.js相关的精彩内容的精选列表
A curated list of awesome things related to Vue.js
- Resources
- Projects Using Vue.js
- Components & Libraries
- UI Components
- UI Layout
- Frameworks
- UI Utilities
- Utilities
- Integrations
- Dev Tools
- Scaffold
- Runtime
- Prerendering
- UI Components
Resources
Official Resources
External Resources
- Vue.js資料まとめ(for japanese) by @hashrock
- Vue.js Newsletter - Weekly dose of handpicked Vue.js news
- Vue.js Tips - Tips to become a better Vue.js developer
- Vue.js Wikipedia
- Vue.js Radar - Curated newsletter + site covering new Vue.js releases/contributions.
- Vue News - Social website focusing on the latest Vue.js news and information.
- Vue Curated Resources - Recommended Vue.js courses and tutorials.
- BuiltForVue - NPM Mirror of all Vue.js components and packages.
- Vue School - Learn Vue.js from video courses by core members and industry experts
- VueDose. Tips & tricks about the Vue ecosystem, for busy devs.
- Vuelibs. A minimalistic list of Vue.js libraries and components based on the awesome-vue repo.
Job Portal
- Vue.js Jobs - VueJobs - A Vue.js job portal to hire or get hired for all your Vue.js jobs.
- Vue.js Interview Questions - A List of 300 VueJS Interview Questions and Answers
Community
- Official Forum
- vue-requests - Request a Vue.js module you wish existed or get ideas for modules
- VueJS Iran - Telegram Channel & group (group link available in channel bio)
- vueslack - 2300+ registered users worldwide
- Vue Land - Discord chat server
- VueJS Russia - Telegram Group [Russian]
- VueJS Viet Nam - Facebook group
- VueJS Spanish - Slack Group
- VueJS Korean - Slack Group
- VueJS Thailand - Facebook Group
- VueJS Brasil - Telegram Group [Portuguese]
- VueJS Brasil - Facebook Page [Portuguese]
- VueJS Brasil - Facebook Group [Portuguese]
- VueJS en español - Facebook Group [Spanish]
- VueJS India ?? - Discord chat server
- VueJS Indonesia - Telegram Group [Indonesian]
- VueJS Hong Kong - Facebook group
- VueJS Arab - Telegram Group
- VueJS Vix - Telegram Group [Portuguese]
- VueJS Vix - Meetup Page [Portuguese]
- VueJS Norway - Meetup
- VueJS Israel ?? - Facebook Page
- VueJS Finland - Meetup
- VueJS Finland - Facebook Page
- Hablemos de Vue.js - Telegram Group [Castellano]
Conferences
Podcasts
- Full Stack Radio #30 (11-23-2015)
- JavaScript Jabber #187 (11-25-2015)
- Changelog #184 (11-27-2015)
- Software Engineering Daily (12-29-2015)
- JavaScript Air 016 (03-30-2016)
- Codecasts #2 - Falando Sobre Vuejs e Web Components (2016-08-19) [pt-BR]
- Full Stack Radio #50 (09-21-2016)
- 和 Vue.js 框架的作者聊聊前端框架开发背后的故事 [zh-CN]
- MW S04E08 - Vue.js with Evan You and Sarah Drasner (04-27-2017)
- Request For Commits #12 - Crowdfunding Open Source (Vue.js) (06-15-2017)
- The Web Platform Podcast 132: Vue.js (07-27-2017)
- JavaScript Jabber #276 with Maximilian Schwarzmüller (08-29-2017)
- Animating VueJS with Sarah Drasner(Software Engineering Daily 01-12-2017)
- Views on Vue (weekly podcast on Vue started 03-06-2018)
- The Official Vue.js News Podcast
- Vue podcast list via The QIT Tech Podcast Indexer
- DNE 138 - Vale a pena VueJS? (01-05-2018)
- Cynical Developer #99 (10-15-2018)
- Syntax #130 (03-27-2019)
Youtube Channels
Official Examples
- Basic Examples
- Vue.js TodoMVC
- CoffeeScript Version
- Vue.js HackerNews Clone
- Vue.js 2.0 HackerNews Clone
Tutorials
- Vue.js screencasts on Laracasts
- Vuejs 2 Authentication Tutorial on Auth0 blog
- Create a GitHub File Explorer Using Vue.js on Scotch.io
- Vue.js Tutorial on Vegibit
- Vue.js build set-up from scratch with webpack, vue-loader and hot reload
- Vuex basics: Tutorial and explanation
- Vuex introduction video - James Browne from London Vue.js Meetup #1
- Vue.js 中文系列视频教程 on Laravist
- Develop a Reactive Invoice App using Vue.js on craigmckenna.com
- Hybrid App Example with Laravel and Vue.js in Portuguese by @vedovelli
- Vue.js Introduction Turkish Language on oguzhan.in
- Vue.js VideoTutoral Series in Spanish (3-8-2016) on YouTube by Juan Andrés Núñez
- Vue.js Screencast Series in Spanish on Styde.net
- 讲解Vue.js 官网 中文-含代码、百度云、youtube on bhnddowinf
- Exploring Real Time Apps with VueJS, ES2015 and Webpack on Pusher
- Vue.js in Bahasa Indonesia on sekolahkoding.com
- Vue.js from Scratch Series in Russian on YouTube by .dev
- Створення сервісу для зберігання файлів з Flask, RethinkDB та Vue.js, ч. 1 Ukraine
- VueJS 2 French tutorial Français par Grafikart
- Jayway Vue.js 2 workshop. Build an e-commerce site with vue-router, vuex and vue-resource
- How to Create Great VueJS Applications Using Wijmo Controls
- 讲解Vue.js 2 官网 中文-含代码、百度云、youtube on bhnddowinf
- Vue.js Cheatsheet: Server-side Applications, Router, Vuex Store, GraphQL and more by @xpepermint
- Medium like Image Loading with Vue.js
- How to Use Vuex in a Laravel Spark Project on Metric Loop
- How To Set Up Modules in Vuex on Metric Loop
- Learn Vue 2: Step By Step on Laracasts
- Vue.js 中文教程
- Up and Running with the Vue.js 2.0 Framework on SitePoint
- How to make API Calls with Vuex on Metric Loop
- How to Use Vuex to Build a Feature on Metric Loop
- Vue.js 2.0 Fundamentals on YouTube by DevMarketer
- Vuex For The Clueless — The Missing Primer On Vue’s Application Data Store
- Real-time Grid Component Laravel, Vue.js, Vuex & Socket.io
- VueJS 2 - The Complete Guide (incl. Vuex) - Udemy Tutorial
- Develop Web Apps with Vue.js on egghead.io
- Vue.js 2 - Getting Started
- Vue.js 2 & Vuex (Basics)
- Türkçe VueJS Eğitim Videoları on YouTube by Fatih Acet
- Building a JSON Tree View Component in Vue.js from Scratch in Six Steps on digimondo devblog by Arvid Kahl
- Let's Vue! - OpenLecture 2017.01 in Russian on YouTube by Illya Klymov (@xanf)
- Bootstrapping your first Vue.js application using vue-cli by @afropolymath
- Build vue-hackernews-2.0 from Scratch by @ Detachment
- Role Based Authorization for your Vue.js and Nuxt.js Applications Using vue-kindergarten
- Complete Vue.js Application Tutorial - Creating a Simple Budgeting App with Vue by @matthiaswh
- Vue.js Tutorial: A Prerendered, SEO-Friendly Example
- Vue.js Introduction For People Who Know Just Enough jQuery To Get By
- Fetching Data from a Third-Party API with Vue.js and Axios
- Fun Projects with Vue 2 (Video) by Peter van Meijgaard, Packt. (April 2017)
- Vue JS: Simultaneously Running Express and Webpack Dev Server on Medium by Henrik Fogelberg
- Vue JS 2 Tutorials on Youtube by The Net Ninja
- Add a headless CMS to VueJs in 5 Minutes
- vue 架构中的 Watcher
- Building Your First App With Vue.js
- 5 Practical Examples For Learning Vue.js
- Migrating from KnockoutJS to VueJS by @jesalg
- Create a quiz with Vue.js by @rap2h
- Vue.js: Getting Started by @chadcampbell
- Vue.js 2 & Firebase - Building Real Time Single Page Web Applications
- Vue.js 2 & Vue-Resource - Real-World Application With External API Access
- Interactive Vue.js Screencasts For Beginners
- Vue.JS ile NASA API'ını Kullanarak Veri Çekme on YouTube by Ali GÖREN
- Web development with Vue.js 2 (Video) by Olga Filipova, Packt. (June 2017)
- Build a realtime chart with VueJS and Pusher
- Intro to Vue, repo for Frontend Masters Course
- Vue Guide on CSS-Tricks
- Using Typescript in your VueJS app
- Vue.js视频系列,免费、入门、实战 on nodelover
- Vue.js 预览 on ninghao.net
- Vue.js: Development Machine Setup by @chadcampbell
- Building a Vue v2 JS app using Vue-router by @mikestreety
- Build your own carousel with Vue by @Atom_Hernandez
- Unit Testing Vue.js Components with the Official Vue Testing Tools and Jest by @alexjoverm
- Creating Vue.js Transitions & Animation: Live Examples by @udyuxdev
- Creating Custom Vue.js Plugins
- Async in VueJS part 1
- Async in VueJS part 2
- Using localStorage with Vuex store without a plugin by @mikestreety
- Using props for accessing URL parameters within components with Vue Router by @mikestreety
- Deploy Vue.js — SSR(Vuetify) on Production with Pm2 and Nginx
- Testing Vue Components on laracast
- Building a Full Stack Web App with Vue.js and Express.js by @CodyLSeibert
- Vue.js 2 Recipes (Video) by Peter van Meijgaard, Packt. (September 2017)
- Getting Started with Vue.js on Sabe.io
- Building Your First Advanced CRUD Application with Vue 2 (Video) by Peter van Meijgaard, Packt. (July 2017)
- 프론트엔드 개발자를 위한 Vue.js 입문서
- 누구나 다루기 쉬운 Vue.js (Video) on Inflearn by Captain Pangyo
- Build a Vue.js Blog in 2 hours tops on Snipcart
- Getting Started with VueJS 2 by Sachin Bhatnagar @sachinbee on Udemy
- Getting Started with Vuex: Managing State in Vue.js on Sabe.io
- Vue2 ACL using CASL by Sergii Stotskyi
- JavaScript Choice Made Easy - Angular v. React v. Vue (Video) by Daniel Kmak, Packt. (November 2017)
- Vuejs 2.5+ Authentication Tutorial using Auth0 on Storyblok blog
- GraphCMS beginners guide with Vue on GraphCMS
- Vue.js debugging in Chrome and VS Code This recipe shows how to use the Debugger for Chrome extension with VS Code to debug Vue.js applications generated by the Vue CLI.
- Getting Started with Vue JS 2 (Video) by Sachin Bhatnagar, Packt. (January 2018)
- Building a movie app interface with Vue.js by Hassan Djirdeh, @djirdehh
- Let’s Build a Custom Vue.js Router by Hassan Djirdeh, @djirdehh
- Getting started with Vue, Webpack 4 & Babel by Bjorn Krols, @KrolsBjorn
- How to add Bootstrap 4 to your Vue project by Bjorn Krols, @KrolsBjorn
- How to add Semantic UI to your Vue project by Bjorn Krols, @KrolsBjorn
- How to add ESLint to your Vue project by Bjorn Krols, @KrolsBjorn
- How to make content dynamic via URL query parameters in Vue by Bjorn Krols, @KrolsBjorn
- How to enable history mode for AWS S3 hosted Vue applications by Bjorn Krols, @KrolsBjorn
- A basic introduction to debugging Vue applications using breakpoints by Bjorn Krols, @KrolsBjorn
- Build a Vue.Js E-Commerce App with ButterCMS Headless Backend
- MASTER VUE.JS
- Build a voting application with Go and Vue.js
- Build a collaborative painting app using Vue.js
- Build a realtime payment dashboard with Stripe
- Build a cryptocurrency tracker using Vue.js
- Build a design feedback app using Vue.js
- Developing a Single Page App with Flask and Vue.js
- Accepting Payments with Stripe, Vue.js, and Flask
- API Driven Development With Laravel and VueJS (Free Course) on serversideup.net
- Managing State in Vue.js by Hassan Djirdeh, @djirdehh
- Real World Projects with Vue.js by Daniel Khalil, Packt. (August 2018)
- Heartbeat (Vue + NW.js Video series) by @ackzell (2017 - 2018)
- Firebase Server-Side Render Vue Apps with Nuxt.js (Server-side Rendering with JavaScript Frameworks)
- Firebase Measuring Vue SSR Performance with Nuxt.js (Server-side Rendering with JavaScript Frameworks)
- Creating an interactive map with D3 and Vue (October 2018)
- The guide to write universal, SSR-ready Vue components
- Vue.js Fundamentals by Vue School
- Vuex for Everyone by Vue School
- Vue.js Form Validation by Vue School
- The Vue.js Master Class by Vue School
- Vue.js Firebase Realtime Database by Vue School
- Vue.js Firebase Authentication by Vue School
- Dynamic Forms with Vue.js by Vue School
- Custom Vue.js Directives by Vue School
- Vue.js Application Development Essentials by Bartłomiej Potaczek, Packt. (October 2018)
- Troubleshooting Vue.js by Christian Hur, Packt. (October 2018)
- Nuxt.js - Vue.js on Steroids by Maximilian Schwarzmüller, Packt. (October 2018)
- Building an Electron File Explorer with Quasar (and Vue) by @hawkeye64. (November 2018)
- Build Web Apps with Vue JS 2 & Firebase on Udemy by the Net Ninja
- Vue JS 2 - The Complete Guide (incl. Vue Router & Vuex) on Udemy by Maximilian Schwarzmüller
- SPA Application using Vue.js, Vuex, Vuetify, and Firebase (Part 1) by Jennifer Bland @ratracegrad. (November 2018)
- SPA Application using Vue.js, Vuex, Vuetify, and Firebase (Part 2) by Jennifer Bland @ratracegrad. (November 2018)
- SPA Application using Vue.js, Vuex, Vuetify, and Firebase (Part 3) by Jennifer Bland @ratracegrad. (November 2018)
- SPA Application using Vue.js, Vuex, Vuetify, and Firebase (Part 4) by Jennifer Bland @ratracegrad. (November 2018)
- Adding Internationalization to a Vue Application by Jennifer Bland @ratracegrad. (November 2018)
- Practical Projects with Vue JS 2 by Jack Herrington, Packt. (December 2018)
- Vue.js 기초 다지기 (Video) on Lessipe by Lessipe
- Full Stack Web Development with Vue.js and Node.js by Haider Rehman, Packt. (January 2019)
- Vue for Designers by Design+Code (February 2019)
- Vue Introduction in Turkish by Talat Tufekci
- Data pulling using Vue-Resource in Turkish by Talat Tufekci
- Spa Application using Vue-router in Turkish by Talat Tufekci
- Create Vue Projects using Vue-cli in Turkish by Talat Tufekci
- Messaging between Vue components and Vuex in Turkish by Talat Tufekci
- How to Dynamically Add a Class Name in Vue by Michael Thiessen
- Build a Library web application with Vue JS, Node JS, and SQL or MongoDB using ScaffoldHub By Felipe Lima @scaffoldhub_io
- Building a Realtime Location tracking app with NativeScript + Vue by Saibbyweb
Examples
- Starter Application with JWT Auth + sample backend API in Laravel
- Node Webkit + Vue example by @brandonjpierce
- Vue Samples by @superlloyd
- HackerNews clone with vue.js + vue-router by @kazupon
- Electron + Vue example by @bradstewart
- Single page application example (Vue + Voie) by Boris Okunskiy
- Begin - Task Manager SPA written in Vue + Lumen by Raj Abishek
- Vue Mini Shop by BosNaufal
- Vue SoundCloud by mul14
- Feature Requests (Laravel + Vue Combo) by haydenbbickerton
- Vue Cookbook (Vue1.0 + express) by @yjj5855: A demo first screen rendering of a service
- Strong Together - A starter project to build single page Vue.js apps as stand-alone or for Laravel / Laravel Spark projects, based on Browserify and Semantic-ui) by WebSemantics
- vuetest: an ad admin web with user auth, bootstrap ui, uploader, WYSIWYG editor in iframe
- vue-shopping by andylei18
- Vue-cnodejs,060 by @shinygang
- vue-zhihu-daily by hilongjw
- VueChess -Multiplayer online chess game by gustaYo
- Ngexplorer-vuejs-client -Vue client for Ngexplorer by gustaYo
- Vue 2048 (Vue + Webpack) by @pengfu: Popular 2048-Game implemented using Vue,Webpack,Sass,ES6
- Vue Simple PWA by BosNaufal
- Tour of Heroes (Vue 2.0): A Vue 2.0 port of the Angular 2.0 Tour of Heroes demo app. Highlights: ES6/7, render functions, JSX, revue (redux bindings for Vue), vue-router, Airbnb eslint, webpack. by @aweber1
- vue-table-pagination A table with pagination by echovic
- Feathers and Vue 2.0 Blog Admin Demo Demo for using Feathers with Vue 2.0. It includes authentication, vue-router, vue-infinite-loading and roles by delay
- vue-zhihudaily-2.0 Zhihudaily demo built with Vue 2.0, vue-router & vuex, with server-side rendering. by cs1707
- vue-demo-todolist a simply vue2.0 demo built with Vue 2.0, vue-cli. by fishenal
- vue-AdminLte by liujians
- Vue(2.0) + Node.js: A blog content manage system (CMS) by @ycwalker
- ngexplorer-quasar -Implementation of Ngexplorer with quasar framework by gustaYo
- zhihu-daily-vue a zhihu daily base on vue2.0 by moonou
- loopback-vue loopback+vue+vue-resource,ionic-app,vue page分页功能,authenticate 权限控制,accesstoken机制,credentials,CI,docker qxl1231
- vue-s3-dropzone A Vue.js drag-and-drop component uploads files to AWS S3 serverlessly
- easy-vue a easy example using the vue to implement easy web with vue 2.0, vuex 2.0, vue-router 2.0, vue-infinite-scroll 2.0, vue-progressbar 2.0 by TIGERB
- Vuex Events Messaging Demo by Metric Loop
- vue-memo a simple demo build with Vue.js(>2.x.), vue-router(>2.x.), vuex(>2.x.), vuex-router-sync@next(>3.x.) and Firebase(>3.6.x) by akifo
- Resume Vue JSON based Resume based on Vue 2.0 by ChangJoo Park
- App example with JWT Authentication developed with Phoenix Framework, Vue and Vue Router (demo) by @Angarsk8
- Sample CRUD app with router in Vue 2.0 by @shershen08
- ASP.NET Core Vue.js server-side rendering sample by @mgyongyosi
- vuefire-quickstart - Documented Firebase integration w/ webpack and eslint, by @sejr.
- hello-vue-django Vue.js and Django integration starter project with hot code reload
- Real Time Social News App developed with Phoenix, Vue, Vue Router and Vuex (demo) by @Angarsk8
- vue-calculator a simply calculator built with Vue 2.0, vue-cli(webpack-simple). by CaiYiLiang
- Wikipedia-viewer A simple wikipedia-viewer page built with vue2.x ,vue-router,vue-cli(webpack-simple) and ajax(jsonp). by CaiYiLiang
- vue2.x-douban A simple of douban movie build with vue2.x,vue-router and axios(豆瓣电影). by Superman
- vue-laravel-example Vue - Laravel - Example is a simple example to set Vue with Laravel. by Jiajian Chan
- vue-foundation A demo app integrating VueJS with Zurb Foundation, built using the webpack vue-cli f
- aspnetcore-Vue-starter A VueJS 2 starter template as part of an asp.net MVC dotnetcore project. This template includes the VueJS client app and a backend API controller.
- vue-reddit-app A Reddit SPA demo built with Vue 2.X , Vue Router 2 , Vuex and axios. Using Muse-UI and vue-cli webpack template by @yujiahaol68
- vue-music-qq A qq-music project is based on vue-cli. The pages are simple and smooth
- NavigationTab with Vue-Redux and Plain VueJSX Navigation Tab with both plain Vue JSX and Vue + Redux Binding
- Veggie Map An interactive demo using Vuejs + Vue router + Leaflet and Firebase
- vuejs-d3 examples how to use d3 for visualisations.
- vue-twitter-client A Twitter Client App build with Vue 2.X, Vuex, electron-vue and Electron
- Douban Awesome douban Example created with Vue2.x + Vuex + Vue-router + vue-resource. by jeneser
- Storyblok vuejs-boilerplate - Integrates Storyblok's Component System, allows to create editable Websites.
- Vuexpresso - A boilerplate using VueX, Vue-Router, Vue-Apollo, webpack, GraphQL, Apollo-client, express and mongo
- Vue.js with Sails.js example project - This project is for those who are new to single-page applications and want to learn through a real example.
- Vue.js & Pyramid web framework app - A boilerplate using Pylons Pyramid webframework backend Vuejs webpack2, vue-router, yarn(packet manager)
- vue-feathers-chat A sample realtime chat made with Vue in frontend and Feathers in backend, but using just Socket.IO-Client for the communication
- vue-xplan A rotating earth demo page created with Vue and three.js
- vueSocketChatRoom A socket chat room using vue2.x,vuex2.x,vue-router2.x,vux2.x,socket.io
- vue-tetris (Use Vue, Vuex, Immutable to code Tetris) by @Binaryify: Use Vue, Vuex, Immutable to code Tetris.
- route-planner-vue by @Kasheftin: The tool for planning routes with multiple sortable layers, draggable directions, markers and shapes on google map.
- MyDiary-Vue A diary application build with Vue 2.X which is also have contact and todolist function
- VueJS Example Projects on Github by Ali GÖREN
- todo-mvc-webpack by voluntapear TodoMVC implementation on Vue 2 using the webpack-basic template with examples showing vuex, vue-router, central event bus and VueFire.
- Chess Storybook Example with Vue 2.0 by gustaYo
- Vue Weather Notifier A small sample animation app with SVG and Vuex
- Nuxt Type An example Vue project with Nuxt for routing/SSR to demo page transitions
- VueBlog A blog system supporting service side rendering by wmui
- Cinemateka - An example of SPA made with Vue v1 & Laravel 5. Film & events schedule. Russian comments.
- vue-2.x-boilerplate - A simple and small starter kit for a Vue project Vuex + vue-router
- vue-minesweeper - A deadly simple minesweeper game with vuejs by rhapsodyn
- X-Flowchart-Vue - A flowchart editor with SVG and Vue by OXOYO
- koa-vue-notes-web - A fleshed-out SPA using Koa 2.3 on the backend and Vue 2.4 on the frontend. Includes fully featured user-authentication components, CRUD actions for the user's notes, and Vuex store modules.
- Vuejs Shopping Cart - Shopping cart example using Vuejs and Firebase
- PokedexVueJs by @rchung95
- vuefire-auth A Vuefire Vue2-Auth-Email Verification with Firebase
- vuefire-realtimedatabase A Vuefire Vue2-RealtimeDatabaseCRUD with Firebase
- vuefire-storage A Vuefire Vue2-Storage with Firebase
- Vue2-PWA-Blog by @deepak-singh
- vue-firebase-auth-vuex A Vue2 Firebase Authentication with Vuex and support Progressive Web Apps
- vue-chart-stater-kit Quick starter using Vue Router, Vue Chart, Element-UI
- vue2.0-demos using mint-ui, Element-UI,And have Some demos(select city and so on)
- conway Conway's Game of Life in Vue.
- vuex-feature-scoped-structure An example application of the feature scoped vuex application structure
- vuex-examples - Simple Examples on using Vuex to build Real World Apps
- vue-vuex-todomvc - Example TodoMVC Vue.js app with Vuex store and server backend via REST and full set of E2E tests using Cypress.io test runner.
- vuejs-sqljs-boilerplate - This is a boilerplate to use both Vue.js and sql.js together
- X-WebDesktop-Vue - The WebDesktop system based on Vue by OXOYO
- vuejs-music-player - A Vue.js lite music player
- Vue.js Best Practices Example Project - A best practices example project using Vue.js + Vue Router + Vuex + Vuelidate
- Vue.js [ONE] client - [ONE] client written with Vue2.5
- Vue.js 2.5 with vue-cli v3 including authentication with auth0 by Dominik Angerer, Storyblok
- Skeleton Vue+TypeScript - TypeScript, VueJS, ElementUI, Vue Router, Vuex, Material Icons, BrowserSync, Dockerfile
- PENV Starter by @jesalg - A basic example of how to use VueJS, Express and PostgreSQL in conjunction.
- vue-relay-examples - A collection of example applications using vue-relay.
- laravel-vue-boilerplate - A Laravel 5.5 SPA boilerplate with a users CRUD using Vue.js 2.5, Bootstrap 4, TypeScript, Sass, Pug and Jest.
- Vue Design System - An open source boilerplate for building UI Design Systems with Vue.js.
- Vue Bulma Demo - A simple demo website to check out Bulma / Vue JS & express in conjunction.
- Starter application ready for production with TypeScript, vuex, vue-router, HMR and more
- vue.js与laravel结合的前后端分离开发模板- A template website to laravel passport / Vue.JS & Element UI.
- Hands-On Web Development with Vue.js by Roman Kuba, Packt. (May 2018)
- Vue Online Shopping Mall - A online shopping mall SPA demo, 基于VUE开发的前后端分离电子商城前端项目
- FUE - Admin SPA client and server side boilerplate with Vue.js + Vue Router + Vuex + Vuetify + FeathersJS
- Vue + TypeScript Cookbook - A small cookbook covering some less-than-obvious solutions for people getting started with Vue + TypeScript
- Vuejs Examples
- ASP.NET Core Vue Starter CLI 3.0 A Vue starter template using Vue CLI 3.0 with custom configuration (default TypeScript, Vue, Router, Vuex, Vuetify) integrated with ASP.NET Core by @SoftwareAteliers (September 2018)
- vue-soundcloud A Soundcloud client built with Vue.js 2, by Soroush Chehresa
- vue-cart A simple shop cart made with vue, vuex and vue router. by crisgon
- Nuxt + Apollo + Element A Vue.js SSR boilerplate with Nuxt, Element (custom theme) and Vue Apollo.
- vue-daily-zhihu a simple demo build with Vue 2.0 & vue-router & vuex by walleeeee
- charcoal A starter template using the Vue CLI 3.0 and styled with Bulma by Seth Davis
- Multi-page ASP.NET Core Vue with TypeScript - Multi-page ASP.NET Core Vue, Typescript, Vuex, Vue router, Bulma, Sass and Jest application. Template/starting point on how to use Vue.js as a multi page(multiple mini spa's) application in .NET Core MVC.
- CION - Design system boilerplate for Vue.js - A design system build primarily for Vue.js applications. It utilizes design tokens, a living styleguide with integrated code playgrounds and reusable components for common UI tasks.
- Vue websockets example - A basic example of Websockets usage with Vue.js 2 + Node project for full working example.
- Vue(2.0) + Node.js: A blog by @FatDong1
- vue-todo-list ToDo List sample app based on Vue + Vuex + Vuetify + Vee-Validate
- Vue.js and Ionic v4 examples - A set of examples of how to use Ionic v4 with Vue.js
- Personal Website that use Vue, Vuex and Vue-Router - A simple website example that made with vue, vuex and vue-router by Muratcan Şentürk
- Client-Side Vue.js - Demo - Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps by Justin Wash
- Large scale Vue.js application boilerplate + Vuex
- Snake game on Vue.js without Canvas
- Build a Vue chat app with CometChat
Books
- The Majesty Of Vue.js by Alex Kyriakidis & Kostas Maniatis, Packt. (Nov 2016)
- Learning Vue.js 2 by Olga Filipova, Packt. (Dec 2016)
- The Majesty Of Vue.js 2 by Alex Kyriakidis and Kostas Maniatis, Leanpub. (Mar 2017)
- Vue.js 2 Cookbook by Andrea Passaglia, Packt. (May 2017)
- Vue.js in Action by Erik Hanchett and Benjamin Listwon (Spring 2018)
- Testing Vue.js Applications by Edd Yerburgh (Summer 2018)
- Vue.js 2 and Bootstrap 4 Web Development by Olga Filipova, Packt. (September 2017)
- Front-end com Vue.js by Leonardo Vilarinho, Casa do Código. (November 2017)
- Vue.js 2 Web Development Projects by Guillaume Chau, Packt. (November 2017)
- Full-Stack Vue.js 2 and Laravel 5 by Anthony Gore, Packt. (December 2017)
- Vue.js 2.x by Example by Mike Street, Packt. (December 2017)
- Mastering Vue.js by Oleksandr Kocherhin. (January 2018)
- Fullstack Vue: The Complete Guide to Vue.js by Hassan Djirdeh, Nate Murray, & Ari Lerner. (March 2018)
- Vue.js 2 Design Patterns and Best Practices by Paul Halliday, Packt. (March 2018)
- Vuex Quick Start Guide by Andrea Koutifaris, Packt. (April 2018)
- Full-Stack Web Development with Vue.js and Node by Aneeta Sharma, Packt. (May 2018)
- The Vue Handbook by Flavio Copes. (July 2018)
- ASP.NET Core 2 and Vue.js by Stuart Ratcliffe, Packt. (July 2018)
- Vue.js: Construa aplicações incríveis by Caio Incau, Casa do Código. (September 2017)
- Getting to Know Vue.js by Brett Nelson, Apress. (August 2018)
- Vue: Build & Deploy by Daniel Schmitz, Leanpub. (September 2018)
- Building Applications with Spring 5 and Vue.js 2 by James J. Ye, Packt. (October 2018)
- Vue.js Quick Start Guide by Ajdin Imsirovic, Packt. (October 2018)
- Vue.js Component Patterns Course by Frederik Dietz (April 2019)
Blog Posts
- Vue x Hasura GraphQL
- Using GraphQL Mutations in Vue.js
- Learn How To Build A Data-Driven Search UI with Vue.JS
- Using GitLab CI/CD to auto-deploy your Vue.js application to AWS S3
- Dockerizing a Vue App
- Deploying a Flask and Vue App to Heroku with Docker and Gitlab CI
- Large-scale Vuex application structures by Kevin Peters
- Composing computed properties in Vue.js by Kevin Peters
- Learn how to refactor Vue.js Single File Components with a real-world example by Kevin Peters
Projects Using Vue.js
Open Source
- PageKit - Modular and lightweight CMS built with Symfony components and Vue.js.
- npmcharts.com - Compare npm packages and spot download trends.
- Koel - A personal music streaming server that works.
- Raven Reader - Simple RSS Reader made using atom electron and vue.js.
- Gokotta - A simple music player built by electron and vue.
- CoPilot - An admin portal based on AdminLTE with vue.js integration.
- Retrospectify - A simple tool for doing collaborative retrospectives in agile teams.
- jade-press - Cms based on mongodb, nodejs, koa, vue and more.
- astralapp - Organize Your GitHub Stars With Ease.
- EME - An Elegant Markdown Editor.
- Github-explorer - A spa which can help you check your github in a better way.
- Hotel - Start your dev servers from your browser and get local domains in seconds.
- Surfbird - A Twitter client written with modern web technologies.
- Approach0 - A math-aware search engine.
- Flox - Self Hosted Movie, Series and Anime Watch List.
- JavaScript Guessing Game - A game for identifying JavaScript tools and libraries.
- vue-ghpages-blog - A blog based on GitHub pages by Vue.js 2 + Webpack 2.
- Vuedo - Blog platform, built with Laravel and Vue.js.
- vue-music163 - A Vue.js project for music.
- Tomato5 - Real-time collaboration tool, it combines Pomodoro Technique with a team status share board.
- Web Learn - A service which provides simple access to thousands of video tutorials on web developing and programming.
- ExcelJSON - A tool to convert CSV, TSV to/from JSON.
- Materialize-blog - A material blog built with Laravel5.3 and Vue2.x.
- VueCompomnentGenerator - Generate vue single file component on browser.
- SDR News - News for web designers and developers aggregated from multiple sources (Reddit, Hacker News and Prominent Blogs).
- PJ Blog - Open source blog built with Laravel and Vue.js.
- Lulumi-browser - Lulumi-browser is a light weight browser coded with Vue.js 2 and Electron.
- vue-wordpress-pwa
- OpenAPI 3 viewer - Browse and test a REST API described with the OpenAPI 3.0 Specification
- Stacer - Linux System Optimizer and Monitoring
- Distrochooser.de - An orientation guide for Linux beginners
- Buka - EBook Management
- Docute - A framework for writing documentation without build process
- pm86 - Production process manager for Node.js apps Websites
- vms - A Vue.js 2.0 Management System
- nativescript-vue - A Vue.js implementation of the NativeScript renderer.
- piper - A drag-and-drop mobile website builder base on Vue.
- mmf-blog-vue2 - A blog based on Vue2(Vue-router, Vuex) and Webpack2.
- Media Manager - Web File Manager.
- dyu/bookmarks - A self-contained, self-hosted bookmarking app powered by leveldb, built with Vue2.1.x.
- JSON Schema Editor - An intuitive editor for JSON schema. Develop with Vue.js 2 and Firebase.
- npm-stats - npm package download statistics dashboard
- vue2-admin-lte - a project that converts AdminLTE to work with Vuejs (v2.x).
- Dockeron - A project built on Electron + Vue.js for Docker on desktop.
- Flamme - An open source Tinder desktop client built with electron and Vue.js for educational purposes
- Goldfish - A HashiCorp Vault UI built with VueJS, Golang, and Bulma CSS
- Adminify - An Admin dashboard based on Vuetify, check the Online Demo
- promptie - A framework written in Vue.js for creating command-line like interfaces in web browsers.
- Hare - ? Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js
- Paper-Dashboard -Creative Tim Paper Dashboard made for Vue
- AdminLTE-VueJS2 - An open source project that implements VueJS (v2.x) on AdminLTE.
- Material Dashboard - Creative Tim Material Dashboard made for Vue
- Explore-Github - VueJS 2 Github Explorer Using API v3
- CoreUI - Open Source Admin Template powered by Vue.js
- ChuckNorris - Chuck Norris Jokes Generator built with VueJS + api.chucknorris.io
- LeafPlayer - A simple and fast, privately hosted music streaming server.
- JSON Editor - A schema-aware JSON editor. Develop with Vue2.
- Voten - A Reddit-like platform built with Vue2 and Laravel.
- News Weaver - A web based RSS Reader/Aggregator made using VueJS and VuetifyJS
- Wake Up Billie Joe! - A web site countdown to October, based on Green Day's song Wake me up when September Ends. Created using Vue and Firebase.
- Astrum - A lightweight pattern library designed to be included with any web project.
- vue2-pwa-vision - A Face Detection Google Cloud Vision with Vue2 + Vuetify + Progressive Web App
- vue2-pwa-rekognition - A Face Detection Amazon Rekognition with Vue2 + Vuetify + Progressive Web App
- AmmoBin.ca - meta search site for online ammo prices across Canada
- SPA-asp.net-api-vuejs- - A Vue.js single page application for basic task Management & messaging using ASP .NET Webapi 2 and SQL server
- Book-Trading-Club - Trade or loan books with other book readers in your area. Built using nodejs and vuejs2
- vuejs-extension-pack vscode - An extension packf or vscode with popular VS Code extensions for Vue.js development.
- Wiki.js - A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
- vue-pwa-speech - A Speech to text With Google Cloud Speech on Vue2 + Vuetify + Progressive Web App
- vue-speech-streaming - A Performing Streaming Speech Recognition results in real time Speech To Text with Google Cloud Speech + socket.io on Progressive Web App
- My Animation List - A tool to easy get css animation code
- vue-input-streaming - A TextInput Streaming RealTime And Two Way Data Binding Broadcasting with Pusher
- TidyTab - A Chrome extension for tidying up those tabs.
- peregrine-cms - A Vue.js and Apache Sling based head-optional CMS
- concept-to-clinic - Lung cancer prediction project with Vue.js interface
- grid-awesome - Generate boilerplate css for grid layouts using the css display: grid; property.
- Light Bootstrap Dashboard - Creative Tim Light Bootstrap Dashboard made for Vue
- Hubaga - A free and lightweight WordPress eCommerce plugin for developers and other digital shops.
- vue-webpack-buefy - Vue.js starter with full-featured Webpack and Buefy
- Coypu - Text-editor-like weekly planner
- core-server - Highly scalable VueJs framework with an integrated API system, and multiple advanced features.
- discord-logo - A Vue.js animated discord logo generator based on SVGs. (Github Page)
- node-vue-template - A starter template for building complete application using Node.js (API) and Vue.js (SPA) with some included packages and configurations to help start the development quickly.
- vue-storefront - Vue.js Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento2 supported.
- fd-vue - Vue.js client for an IoT framework
- wildfire - A drop-in replacement for other comment plug-ins.
- Ride Receipts - Simple automation desktop app to download and organize your tax invoices from Uber and Lyft.
- vue-chrome-extension-boilerplate - Boilerplate for Chrome extension using Vue.js and Webpack
- TimeMark - A Time manager which will can record your time and some more function will be developed.
- Laravel Enso - SPA Admin Panel built with Bulma, VueJS and Laravel, packing lots of features out of the box.
- Code Notes - A simple code snippet manager for developers built with Electron & Vue.js.
- Pomotroid - Simple, visually-pleasing and customizable Pomodoro timer.
- XMR Miner - Cryptocurrency (XMR) mining app, built with Vue.js and visualized with D3
- XMR Paper - Monero wallet generator, built with Vue.js
- JoyProxy - Chrome extension for handling proxy settings
- activity-automation - Manage daily activities and get reports on timely basis.
- jsettlers-web Popular German board game to build hexes, settlements, cities, roads with earned resources
- Tamiat CMS - Tamiat is a front-end focused CMS, uses Vue.JS as the frontend and integrates with Firebase for the backend functionality.
- vuegg - vue GUI generator: Create mockups and code in one go! It leverages the creation of pages, components and styles with its visual editor. Generate all scaffolding code for your next vuejs project.
- Podlove Web Player - Podcast-optimized, HTML5-based audio player featuring chapters, transcripts and embedding.
- Leo Vue - Use the open source Leo outlining editor/IDE to create webapps with nested menus, with support for Vue components in content.
- Justine - A configurable HTML documentation generator (currently supports JSDoc) using Vue components for the documentation template
- Deezer-Vue - Deezer client built with Vue\Vuex
- Vuep.run - Online SFC editor for Vue
- V·oogle - Google.com, reVued
- Pomidorus - Pomodoro time tracker build using Vue and D3 ?
- Hubble - ? Travel through GitHub Stars' history.
- Vuepress - Minimalistic Vue-powered static site generator
- Socialhome - A federated rich profile builder with social networking features
- GenVue - a hostable, web application that lets confidential users upload and share private files build on Vue.js, Vuetifyjs and NetCore WebAPI stack
- vue-array - Array object operation under Vue, Array object operation under Vue Use this package to manipulate the array. Vue can monitor the changes in the array
- Laqu-l - A complete App starter kit with Quasar Framework, GraphQL API backend with OAUTH 2.0 authentication, Firebase ready, multilanguage capability and more.
- Protovue - A prototyping component library that helps designers and developers quicky scaffold an abstracted app layout.
- Chattier - SPA social network built with Laravel 5.6, Vue.js 2, and Bulma (Buefy components + Bulmaswatch themes). Also uses JWT authentication.
- chrome-ribbon-reminder - A Chrome extension written using Vue and Async/Await. Uses a popup display and changes badge counts.
- Faviator - A simple easy favicon generator.
- Modular Genealogy - Genealogy / family tree management system using Laravel 5.7, Vue.js 2.5 and various components. Work in progress.
- Minimal Notes - Web app build with Vue.js
- Roast an app built to help coffee enthusiasts find their next cup of coffee while learning about Laravel + Vue.js.
- Stack Edit - In-browser Markdown editor
- Bael Blog Template - A static generated blog template that uses Netlify CMS for the backend and Netlify for hosting. Features a brutalist aesthetic, fuzzy search, serverless email signup, and more.
- Buefy Shop Sample shop, open source, built with Nuxt, Stripe, Firebase, Bulma and Serverless Functions.
- sysmon A B/S mode system monitor for Linux. You can remotely watch the usage of your system resources via web browser everywhere.
- eth-vue A Truffle Box that provides everything you need to quickly build Ethereum dApps that have authentication features with Vue.js, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled.
- Nippon-color Inspired by nipponcolors dot com. This is a nippon-color PWA build with vue-cli 3.
- Saleina CMS A static site content management system built with vue using git as a backend.
- Vuido A framework for creating native desktop applications. It can run on Windows, OS X and Linux, using native GUI components.
- YouGet YouTube Video/Audio/Subtitle Downloader + Cutter
- Vue Pug Stylus Vue + Pug + Stylus boilerplate ? ? ?
- Crypto News allows you to convert cryptocurrencies, view latest news and exchange rates for each ICO – all the data from the world of cryptocurrencies in one place.
- Epiboard A new tab page extension with material design and useful features ? ?
- zhudyos/duic Distributed configuration center ?
- Vuemmerce Free ecommerce template built with Vue.js and Bulma framework ?
- Nucleus Layered architecture ASP.NET Core API and Vuejs client application startup template
- Carpoolear The open source Vue.js frontend (mobile and cordova app) for the argentinian carpooling application: Carpoolear
- Statusfy: Statusfy is a Status Page System, easy to use and completely Open Source.
- DynamoDb-GUI-Client: Cross-platform GUI client for DynamoDb
- RosterWebApp Open source rostering web application which allows the rostering of employees/teams to work sessions and other features.
- Vue E-Store Templet - An e-commerce templet build with vue/vuex/vue-router and bootstrap4.
- Kitty Ipsum - Generate lorem ipsum composed of "meow" in different languages.
- Git Superstar - Count your git stars and top repositories.
- Twill - An open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible.
- MATH_BOT - Learn math by programming a robot.
- Vue Crossword - A Vue.js based crossword puzzle builder and filler front-end application. Built with CodeSandbox.
- Vue Org Chart - Manage and publish your interactive organization chart (orgchart), free and no webserver required.
- Beep - Account Security Scanner built with Vue.js and Ionic 4
- Vue CRUD - Vue.js based REST-ful CRUD system. Vue CRUD allows you to easily create fast applications such as CMS or CRM.
- Vue HQ Admin Dashboard – A modern admin dashboard powered by Vue, Sass, Firestore, and Netlify.
- MToDo - Mini To Do Lists with simple auth built with Vue.js and JSON Server as data mock. Great as reference for anyone that finding reference about real world Vue.js
- FireX Proxy - FireX Proxy is the user's trusted Chrome and Firefox browser extension that allows you to unblock any website and browse the web privately and securely. ?
- VueSolitaire - Solitaire (spider,klondike) imlemented in Vue.js.
- Thermal - One stop to all Git repository.
- QMK Configurator - QMK Firmware Keyboard Configuration UI in Vue.js.
- Eplee Sweet, simple epub reader made with Vue.js and Electron.js.
- vue-realworld-example-app - Exemplary fullstack Medium.com clone
- Daily - Curated dev news delivered to your new tab ???
- Laravel File Manager - Powerful file manager for Laravel
- Vue Crypto Dashboard - Cryptocurrency Dashboard made with Vue.js
Commercial Products
- Wijmo - A collection of UI controls with VueJS support.
- Collate Notes
- Formester - Form, email marketing automation made easy
- ChatWoot - Livechat and agent collaboration over Facebook messenger.
- VueA - VueJS Admin template with multiple layouts and laravel version.
- Teleo - Team collab-app moving effortlessly between talking, planning & doing
- Cover - A high quality Component Library built on Vue.js
- EducationLink - CRM and sales automation for education agents and colleges.
- Pragmatic v2.0 - Responsive and configurable admin template built with Vue.js and Element.
- Seat - Simple and modern team communication and collaboration solution.
- Moonitor - Cryptocurrency tracker for Desktop.
- Deskree - Online collaboration platform that combines Ideas, Tasks, and Issues in one place.
- OSHCExpress - A comparison and ecommerce for OSHC (Overseas Student Health Cover) insurance (Australia's insurance for international students).
- Agiloo - Project Management app for Scrum and Kanban
- ScaffoldHub - Online Web App Generator for VueJS with NodeJS, and MongoDB or SQL.
- Commandeer - Could Management Reimagined. A Desktop cloud management app built with Vue.js and Electron.
- SA Email Builder - Email template builder responsive made with VueJS and Quasar Framework
Apps/Websites
- Laravel Spark
- Vice Video
- Formlets
- Laracasts
- esa.io
- 稀土掘金
- Prague Airport
- Portfolio Site
- Laravist
- Atiiv - An app aimed for personal trainers and their clients.
- Statamic
- Embalses! - A tool to report water dam level using the U.S. Geological Survey database.
- TravelMap - A simple way for travelers to create a blog based on a Map.
- Proper Cloth Shirt Builder - Custom shirt builder.
- CheckIt
- Reddit News - A browser extension which show notifications and news from reddit.
- Powerpuff Yourself by Cartoon Networks
- 小桃酱
- cloudradioo - Web app that plays randomly all top 50 songs from the soundcloud charts
- vNotes - Simple and beautiful notepad to Markdown with Vue.js and Local Storage API.
- Open Function Computers
- Dermail - A webmail client written in Vue.js for Dermail, a mail system written in node.js.
- octimine - A patent search engine.
- Draxed - A web based MySQL and PostgreSQL data browser and dashboard manager.
- Leapspotleap - A simple way to look up wikipedia articles near you. Or simply navigate to a place and find interesting wikipedia information. Responsive web app.
- X-SONGTAO - A Personal blog. FE and CMS are in same vue SPA.
- Jobinja - A Job Board and career platform operating in Iran.
- 滚蛋吧!莆田系 - Show all Putian hospital information
- Jobi : Recruiting Platform
- The Spice House - Ecommerce website for high quality spices. Checkout, cart, the product detail page, and search are built using Vue. Checkout is a single page app written with Vue & Vuex.
- Livestorm - Webinar / Live events app.
- Metric Loop - A technology services and solutions website.
- Holden
- Global-Exam - Online Training for Language Proficiency Tests
- SlugSurvival - A webapp that helps student better plan their courses (hobby project, not in affiliation with UCSC).
- FreePoll.Online - A group decision making tool built using Vue.js, vue-sortable, Semantic UI and Zappa.
- GitRelease - Track github project's new release on mac menubar using vue.js with electron.
- 12BAY.VN - Applications online flight bookings.
- PLAYCODE.IO - Playground for Rapid Frontend Experiments.
- The Void Radio - Underground House Music Online Radio.
- Bitly Vue - Shorten URLs with VueJS & Bitly API.
- Storyblok - API Based/Decoupled CMS using VueJS for its frontend.
- WizzAir
- Moving to HTTPS - Guide to moving different platform/hosting sites to HTTPS
- Booknshelf - Discover great books and bookshelves on different topics.
- Top HN - A real time display of top news activity on Hacker News
- Euronews - Euronews is a multilingual news media service, headquartered in Lyon, France.
- Roozame روزامه� - Roozame is a Persian smart news media service.
- Koumoul
- NinjaCalc - A suite of embedded engineering related calculators, built as an open-source single-page app with vue.js.
- Vue.js Feed - The latest Vue.js news, tutorials, plugins, and more. Made with Vue.js and Laravel, based on Vuedo.
- 蒜瓣 - A web app developed with Vue2.0 and Douban API
- Guess Right - A 'guess the word' game - Written with Vue/vuex/vue-router (front-end) and Laravel/MySQL (back-end). Code is Open Source on GitHub (although not the live files that run the game at kdcinfo).
- GRAP - Business communication service
- Easy Mock
- mmf-blog-vue2-ssr A blog built with Vue 2.0, vue-router & vuex, with server-side rendering
- JSON Schema Editor - An intuitive editor for JSON schema built with Vue.js and Firebase.
- Winsome Trivia - A single or multiplayer trivia game featuring over 2,000 unique questions built with Vue.js and powered by the Open Trivia Database.
- Moon Organizer - Lunar calendar app
- Flash-Vue - ‘Flashcards of the Future’ bring learning everywhere ?
- Kinderbesteck - A full Online Shop SPA with Vue2.0, Vuex, Vue Router
- n2ex - A vue ssr(nust) website, use v2ex API
- Power Thesaurus - A crowdsourced online thesaurus
- Chattanosy - A community-powered database of new things and places in Chattanooga, TN.
- PAIXIN - A genuine picture sale website
- CodeBottle - Drag-and-drop snippets to your projects
- 1XBET - A betting company operating since 2007
- MyOwnTV - A streaming website for creating internet television
- CrowdCircus - Europe’s biggest crowdfunding- and crowdinvesting-aggregator
- Talk to Someone - Free, anonymous and confidential online text chat with strangers around the world.
- 轮子工厂 - A ui components and libraries sharing website
- ابیات ناب پارسی - A collection of Persian poems
- Ripplectron - Ripple(Blockchain coin) Wallet Desktop client for vue-electron
- PingBreak A free and simple website monitoring service using vuejs for real-time dashboard
- Todoist Tribute - Todoist clone, written in Rails + Vue
- JSON Editor - A schema-aware JSON editor built with Vue2 and firebase.
- Develteam - A social network for indie game developers.
- Mixsii - A free video chat room site for teens, adults, family, and friends.
- PipQuest - A retro-style puzzle game built in Vue
- Matryx - A decentralized collaboration platform.
- iPrevYou - YouTube™ Player - A chrome app for watching youtube videos on your desktop.
- Item Manager - An application to transfer items for Destiny 2 game.
- Frontend Masters Intro to Vue - Frontend Masters full day course
- TR-101 - A drum synth / sequencer.
- Bazaar - Media sharing platform.
- WynnStats - A unofficial WynnCraft statistics.
- Vectr - A free vector graphics software
- brain bits - A P300 online spelling mechanism for Emotiv headsets
- Coin Dashboard - The fully client-side cryptocurrency asset dashboard.
- Habitica - online task management application in the form of a role-playing game.
- MadeWithVueJs - A Gallery of Projects made with Vue.js (also the Site itself uses Vue.js)
- CodeDependencyScanner - A C# dektop application that display .Net assembly code dependencies build with Vue, Neutronium and D3.js.
- Thousand Ether Homepage - The Million Dollar Homepage reimagined as an Ethereum DApp. Build on Vue.js and open source.
- Let's Enchance - free online image upscale and enhancement with neural networks.
- Pi.TEAM - Online Invoicing and Accounting - Simple to use online accounting and invoicing, free for single users and freelancers.
- Vuethwallet - A simple app generate ethereum wallet with vuejs.
- Tipe - Next Generation API-first CMS. Create your content with powerful editing tools and access it from anywhere with a GraphQL or REST API. Stop letting your CMS decide how you build your apps.
- Vuethexplore - A simple app explore ethereum blockchain with vuejs.
- Fintechers - Fintech focused job board.
- Devjournal - Collaborative todo list for projects and ideas.
- Bubbleflat - Online platform that helps students and young Professionals find their perfect roommates by searching for people with similar lifestyles, interests, or schools. Laravel & Vuejs
- TeaQuinox Tea Co -- ecommerce site that specializes in loose leaf tea.
- blip - Test websites for speed, mobile-friendliness, security and the HTML5 doctype. Find businesses around a location and test their websites en masse, or just test your own URL.
- sunpos - Sun position, elevation, azimuth, ecliptic/equatorial coordinates and sunrise/sunset time (Julian day) calculation and conversion utilities. Web site is programmed using pure JS, Vuejs and i18n Vuejs localization plugin. Visualization is created using D3.js.
- U3xyz - A personal blog base on vue ssr.
- 27.ua - Ukraine-based internet hypermarket
- Chess Guardian - Answer chess positional questions from your own games.
- Blackjack Break - A quick game of blackjack
- MECHANICAL - Reddit mod for Firefox that surfaces contextual data insights.
- GameVix - Swap your used video game discs with others, hassle free. PWA with Material Design.
- VivifyScrum - Agile project management app for teams that deliver. Customizable Scrum and Kanban boards.
- 9GAG - Popular online platform and social media website
- CryptoVue - Real-time cryptocurrency dashboard
- Kitchen Stories - Cooking platform
- MailRabbit - Create, A/B test, and monitor transactional emails without a developer.
- Vue资源精选 - great Vue components list, category, inline demo show and brief
- Cronhub - Painless Cron Monitoring Tool
- wrkprty - Pop-up coworking events for freelancers, remote workers, and professionals looking to get out of the office.
- Made with love - The Made with Love ❤️ around the world, initiative is a movement to celebrate ?, promote ? and build a brand ?. It feed Tech news, design inspiration and trends from over ? sources including Dribbble, ProductHunt, Behance and Techcrunch. ?
- Path to Product - Discover over 1,000 product jobs at startups and tech companies.
- V·oogle - Google.com, reVued. A joke-project. :)
- Broker Notes - 'Study to become a Real Estate Agent' ?
- SyncLounge - SyncLounge is a tool to sync Plex content across multiple players in multiple locations.
- HCE.it - The website of an Italian agency, entirely made with Vue using a Laravel-based headless CMS.
- Pages - Web design inspiration
- Scrumpy - A Beautiful Project Management Tool for Agile Teams
- Spektrum - The website of Spektrum Media Agency
- SPK The website of SPK Ecosystem
- IDDEF ☪️ The Federation of the Associations that Value Humanity's webpage, CMS, CRM and Donation and all e-commerce pages are designed with Vue.js, Vuex and pure JavaScript ?
- Configuration File Management - A simple way to manage your configuration files
- Roast an app built to help coffee enthusiasts find their next cup of coffee while learning about Laravel + Vue.js.
- YBR - Centralized YBS Public eComplaint Management System. (Full SPA)
- Regex Fiddler
- Myanpwel - The website of event ticketing platform.
- CryptoArte - An Ethereum art collection, non-fungible token, and Dapp.
- Muuviez - A movie discovery and tracking website with stylish design
- NAGA VIRTUAL - NAGA VIRTUAL is the first independent virtual goods market.
- Scroll.in - Scroll.in is an independent news, information, and entertainment venture.
- Akunyi - Charity Website
- What Would Mark Ruffalo Do? - Motivational website based on the story that Mark Ruffalo failed at several hundred auditions before finding success.
- Brandy - brand assets manager for your menu bar.
- Ruster社区 - Rust fullstack community forum for CN.
- NBC Sports - NBC Sports is a sports news website.
- WITHIN - Extraordinary stories in Virtual Reality.
- plottr.io - Plan your running and cycling routes
- beCamp - A community-organized tech conference in Charlottesville, VA. Website code is open-source.
- Trustpilot - a free and open to all review platform.
- Lagom - Simple, intuitive and fully responsive WHMCS theme
- ScoutMyTrip - Roadtrip Planner - Road trip planning app for India which helps travelers to build their itinerary, discover points of interest, find hotels, gas stations, food joints etc along the route.
- Podflix - Podcast app.
- GamersClub - Biggest company of eSport community development in Brazil
- MIT - Official Website of Massachusetts Institute of Technology.
- Elvenar - Elvenar is a browser based fantasy city builder game.
- Beacon - ? A service that allows you to share your content across multiple websites.
- Artfinder - Artfinder is a website for buying & selling art paintings.
- Rolodromo - A spanish website dedicated to tabletop RPG.
- GitHubExplorer - Pure static page webapp for exploring GitHub. Using
Vuejs
andGitHub GraphQL API v4
. - Keynote - Present with Vue.
- HappyPlants - A progressive web app for organizing your plants ?.
- Pocket Lists - World's friendliest to-do list app.
- Padlet - Collaborative bulletin boards
- Glovo - On-demand delivery
- MySigMail - MySigMail is a free, in browser, email signature generator without creating account
- Wordguru - A simple verbal game where you split into teams and try to guess as many keywords as you can.
- ApiFlash - A Chrome based screenshot API built on top of AWS Lambda for Developers
- Kitty Ipsum - Generate lorem ipsum composed of "meow" in different languages.
- Git Superstar - Count your git stars and top repositories.
- DECS - The decentralised all-in-one workspace to manage code snippets and to protect sensitive data.
- Careup - Business management tool for dentists ?.
- Asciiur - Internet's ascii art collection
- Tapestri Designer - Free tool to design PCR primers for genome sequencing experiments (NGS)
- Remote-Access-SSH - Web based remote host access with node-ssh
- Map Marker Generator - A Free Online Tool To Generate Custom Map Icons On The Fly
- Monocle Reader - Follow feeds, Twitter, YouTube, Blogs and everything else, all in one place.
- 前站导航 - 前端社区、文档收录.
- Geenes - Generate and apply color palettes to your UI, then export it to sketch or code.
- Blurrish - Encrypted Morning Pages journal for Mac/Windows, built with Vue and Electron. Blurs as you write so you can journal in public workspaces.
- ExifShot - What and how on photography, beautifully.
- Studolog - Online file sharing platform for students, including tester and reviews. Currently in Czech ?? only.
- sum.cumo – Digital business models (with Vue as a tech stack centerpiece).
- Gamebrary - Open source tool to organize video game collections.
- Guds - Compare prices across supermarkets. Only available in México ??.
- Premium Poker Tools - What poker players use to study.
- QMK Configurator - Configure, Build, and Download Custom QMK Firmware from your browser.
- Worksome - Marketplace/platform for qualified it professionals and freelancers and companies looking to hire them.
- Translator-vuejs - Translation App built with Vuejs, Yandex API & ResponsiveVoice.js API.
- Big Timer - Fullscreen countdown timer for workshops, meetings and presentations. Big Timer helps workshop facilitators, meeting chairs, design sprinters, presenters and aspiring game show hosts stick to their program.
- Wirenook - Free online app for building responsive website wireframes. Hi- and Lo- Fidelity, project sharing and svg download.
- Kvalitetskontroll - Norwegian management system tailored for the construction industry.
- Poolside FM - A retro-style music player
Interactive Experiences
- Jean-Pierre Morin | 1700 LAPOSTE
- Facebook NewsFeed
- YouTube AdBlitz 2016
- Omnisense Experience
- Louis Ansa Website (portfolio)
- Djeco.com
- Tolks.io
- Meet Graham
- NOIZE original
- TR-101 Synth Drum Machine
- Bootstrap 4 Editor
- Subtletab - Browser Extension
- web-riimote - Turn your smartphone into a 3D controller (source code)
- CSS ColorVars - Interactive tool code generation (source code)
Enterprise Usage
- Alibaba
- Baidu
- Sina Weibo
- Xiaomi
- Ele.me
- Optimizely
- Expedia
- UCWeb
- Line
- Nintendo
- Celtra
- Sainsbury's
- AREX
- DJI
- Octimine GmbH
- Hunliji
- GitLab
- Clemenger BBDO Melbourne
- ZenMate
- Codeship
- Storyblok
- Monito - Building the Booking.com for international money transfers
- Hypefactors - Software for data-driven PR professionals
- Adobe
- IBM
- Cotabox
- Aromajoin - Develop the finest digital scent products based on the harmony of hardware, software and material technology.
- Carrefour
A11y
- Vue A11y project - Vue.js community project to improve web accessibility.
- vue-skip-to - It helps people who only use the keyboard to jump to what matters most.
- vue-axe - Accessibility auditing for Vue.js applications.
- vue-announcer - A simple way with Vue to announce any useful information for screen readers.
- eslint-plugin-vue-a11y - Static AST checker for accessibility rules on elements in .vue
- vue-focus-lock - It is a trap! A lock for a Focus. A11y util for scoping a focus.
- vue-a11y-calendar - Accessible, internationalized Vue calendar.
Components & Libraries
UI Components
Table
Tables / data grids
- vuetable-2 - Data table simplify.
- vue-tables-2 - Vue.js 2 grid components.
- vue-datasource - A vue.js server side component to create dynamic tables.
- ag-grid-vue - Vue adaptor for ag-Grid.
- vue-data-tables - Vue2.0 DataTables, based on element-ui.
- vue-floatThead - Vue 2.0 component for floatThead, a floating & sticky table header plugin.
- vuetiful-datatable - Datatable component with sorting, filtering, pagination, grouping and aggregation.
- vue-materialize-datatable - VueJS datatable for Materialize CSS
- vue-good-table - An easy to use, VueJS (2.x) table plugin with sorting, column filtering, pagination etc.
- vue-grid - A flexible grid component for Vue.js
- vue-easytable - A powerful table components based on Vue2.x
- vue2-datatable-component - The best Datatable for Vue.js 2.x which never sucks
- vue-js-grid - Vue.js 2.x responsive grid system with smooth sorting, drag-n-drop and reordering
- vue-handsontable-official A Vue.js wrapper for the Handsontable spreadsheet component
- vue-grid - A powerful flexbox grid system for Vue.js 2.x, built with inline-styles
- vue-data-tablee - Based on vue-good-table, a simple and pretty table component
- vue-scrolling-table - Simple table component with flexbox sizing, scrolled table body (horizontal and vertical), slots for all tr/th/td rendering.
- el-search-table-pagination - Combines Form, Table and Pagination components of Element UI together. Based on Vue 2.x.(Detail)
- vue-crud-x - Extensible crud component using Vuetify layout, other than the usual page, sort, filter, it is able to do nested CRUD, custom forms, filters, operations.
- Vue Datatable - VueJS powered Datatable with Laravel server-side loading and JSON template setup
- v2-table - A simple table component based Vue 2.x.
- vue-cheetah-grid - A high-performance grid engine that work on a canvas for Vue.js.
- vue-table-component - A straight to the point Vue component to display tables.
- @lossendae/vue-table - Simple table component for Vue.js 2.x with pagination and sortable columns.
- el-data-table - base on element-ui, makes crud easily
- DevExtreme Vue Grid - High-performance plugin-based Vue data grid for Bootstrap.
- vue-ads-table-tree - A vue Table component, with filtering, sorting and pagination. Rows can have child rows, so a tree structure can be build. It also supports async calls to load rows from the backend. It's built with the css framework tailwindcss
- Syncfusion Data Grid for Vue - Displays and manipulates tabular data with features such as paging, sorting, filtering, editing, and grouping.
- @marketconnect/vue-pivot-table - A vue component for pivot table
- vue-teible - Lightweight and flexible table component for the web ⚡️
- vue-jqxgrid - Vue data grid with filtering, sorting, editing, grouping, data export and other features.
- vue-jqxpivotgrid - Vue pivot data grid with pivot designer, drill through cells, pivot functions.
- toast-ui.vue-grid - Vue Wrapper for TOAST UI Grid.
- vueye-datatable - Vueye data table is a responsive data table component based on Vue.js 2, it organizes your data per pages in order to navigate easily.
- vue-sorted-table - A plugin to turn tables into sorted tables. Supports nested object keys, custom icons and reusable components.
- vue-bootstrap4-table - An advanced data table based on Vue 2 and Bootstrap 4, which includes Multi column filtering, Multi column sorting, Pagination & Info, Checkbox rows and Highly customizable slot options.
- vuejs-smart-table - Straight Forward Table Component using the vanilla HTML Table Structure with Sorting, Filtering, Pagination and Selection out of the box.
- @myena/vue-table - Table Components for Client/Server data handling. Filter, sort, paginate, group, expanding details row. Highly customizible via slots for filter, headers, column, pagination, details row.
- vue-jd-table - Advanced and flexible data table component for Vue 2. Feature Rich: search, filtering, exporting, pagination (traditional and virtual scroll) and so much more!
- vue-grd - Simple, Light-weight and Flexible Vue.js component for grid layout.
- iview-table-page - Combines Table and Page components of iview UI together. Based on Vue 2.x. And Hear are some examples to use iview-table-page.
Notification
Toaster / snackbar — Notify the user with a modeless temporary little popup
- vue-notifications - Vue.js agnostic non-blocking notifications library.
- vue-easy-toast - A toast plugin for vue/vue2.
- vue-toasted - Responsive Touch Compatible Toast plugin for VueJS.
- vue-notifikation - Vue.js notification plugin.
- vue-notification - Vue.js 2+ notification plugin using
Velocity
for animations. - vs-notify - Tiny but powerful notification component with no dependencies.
- vue2-notify - Vue.js 2+ notification plugin.
- vue-notifyjs - Minimalist, 3kb themable notification plugin
- vueup - Simple, lightweight and elegant global notification popup for Vue.js
- vuex-flash - Flash message component for VueJS 2.x within Vuex 2.x.
- vue-snotify - Vue.js 2 Notification Center
- vue-notify-me - Stackable notification Alert for Vue
- vue-noty - A Vue.js 2 wrapper around Noty
- vue-notice - Vue.js 2 wrapper around Noty.js with native API
- vue-flash-message - Simple yet flexible notification plugin
- @voerro/vue-notifications - Simple Vue.js 2 notifications plugin with HTML and styling support.
- vue-awesome-notifications - Lightweight Vue.js notification library with advanced async support.
- vue-izitoast - A Vue.js 2 wrapper around IziToast.
- vue-toastr-2 - Simple toast notifications for Vue.js built on toastr
- vue-snack - A Vue.JS plugin for Snackbars based on Google Material.
- vue-m-message - A message plugin for vue.
- vue-notification-bell - A Vue UI component for showing notifications.
- v-tostini - Really plain toast notifications mechanism for Vue.js 2.x. No CSS included.
- vue-toast-notification - Yet another Vue.js Toast notification plugin.
Loader
Loaders / spinners / progress bars — Let the user know that something is loading
- vue-radial-progress - Radial progress bar component for Vue.js.
- vue-simple-spinner - A simple, flexible spinner for Vue.js
- vue-wait - Complex Loader Management for Vue/Vuex and Nuxt applications.
- vue-progress-path - Customizable progress indicators and spinners that support any custom SVG path.
- vue-blockui - BlockUI for vue 2, similar to jquery blockUI, can be used for loading screen.
- epic-spinners - Easy to use css spinners collection with vue.js integration.
- svg-progress-bar - A simple progress bar for Vue.js.
- vue-loading-overlay - Tiny full screen loading indicator
- vue-loaders - vue wrappers for loaders.css
- vue-promise-btn - Tiny and powerful tool for asynchronous buttons(or any other tag) lock with fancy built-in spinner
- vue-spinkit - ? A collection of loading indicators animated with CSS for VueJS
- vue2-form-loading - A VueJS directive can be used with forms in order to disable submit button while the next page is loading
- vue-element-loading - ⏳ Loading inside a container or full screen for Vue.js
- tb-skeleton - A skeleton screen loading for Vue.js
- vue-spinners - ? A collection of loading spinner components for Vuejs
- vue-progress-bar - This is a cascading progress bar plugin based on vue
- vue-loading-button - ? Straightforward button with slideout loading indicator
Progress Bar
A slim progress bar at the top of the page
- vue-progressbar - A lightweight progress bar for vue.
- vue2-loading-bar - Simplest Youtube Like Loading Bar Component For Vue 2.
- vue-top-progress - Yet another top progress loading bar component for Vue.js.
- vue-nprogress - Progress bars is based on nprogress for Vue.
- vue-progress-button - Vue.js 2.x animated button component.
- vue-simple-progress - A simple, flexible progress bar for Vue.js
- vue-component-loading - Manage a loading state inside each component and display the global loading state with a progressbar.
- vue-scroll-progress - Simple Vue.js plugin for page scroll progress bar
- vue-read-progress - Customizable progress bar at the top of the page that shows the scroll progress
- easy-circular-progress - Easy circular progress component with counting effect
Tooltip
Tooltips / popovers
- v-tooltip - Easy tooltips with Vue 2.x.
- vue-popper-component - Popper.js directive for Vue.js.
- vue-directive-tooltip - Simple, flexible tooltip directive (based on Popper.js)
- vue-popperjs - VueJS 2.x popover component based popper.js
- vue-tooltipster - VueJS 2.x tooltip component based tooltipster.js. Support html content, hover and hover+click events.
- k-pop - Simple popover component based on popper.js. Highly customizable. Comes with themes. Supports custom triggers and can listen to any event.
Overlay
Overlay / modal / alert / dialog / lightbox / popup
- vuedals - A VueJS (2.x) Plugin for multiple modals windows with a single component instance.
- sweet-modal-vue - The sweetest library to happen to modals. Now available for Vue.js.
- vue-js-modal - Simple to use, highly customizable, mobile friendly Vue.js 2.0+ modal with 0 dependencies.
- vudal - Modal window for vue.js
- vodal - A vue modal with animations.
- vue-image-lightbox - A Vue image lightbox/gallery to display images nicely.
- vue2-simplert - Vue 2 Simple Alert Component (SweetAlert Inspired) By Irfan Maulana
- Vue-Semantic-Modal - Vue 2 Semantic-UI modal component without jQuery dependency
- v-img - Easy to install image gallery.
- vue-dialog-drag - Draggable dialog
- vue-ya-semantic-modal - Yet another semantic-ui modal component for Vue2 without Jquery but with Vue transition
- vue-pure-lightbox - Very simple lightbox plugin without any dependencies - only Vue! ?
- v-viewer - Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js
- vue-messagebox - Easy and made-to-order messagebox component on Vue.
- vuejs-dialog - A lightweight, promise based alert, prompt and confirm dialog.
- @hscmap/vue-window - Window UI Component for vue2.
- vue-gallery - VueJS responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. Based on blueimp-gallery
- vue-swal - A small wrapper for integrating SweetAlert to Vuejs. (Compatible with SSR)
- vue-modal-dialogs - ✨ Promisify your own dialogs!
- vue-img-view - a plugin for Vue.js, you can drag / view / rotate pictures anywhere
- vue-modaltor - most advance configurable modal component for vuejs
- v-modal-backdrop - A simple generic backdrop component for vue
- vue-cute-modal - A simple and easy to use Modal component for Vue applications.
- v-dialogs - A simple and powerful dialog, including Modal, Alert, Mask and Toast modes, based on Vue2.x
- vue-gallery-slideshow - Responsive gallery component for VueJS
- vue-a11y-dialog - A Vue.js component wrapper for the accessible dialog
a11y-dialog
. - vue-slideout-panel - Stackable panel component for VueJS
- v-gallery - A Vue2 plugin for images show in
gallery
orcarousel
- vue2-image-loader - A image lazyLoad loader component for vue2
- vue-my-photos - A simple dependency-free image lightbox component with filtering capabilities
- vue-img-orientation-changer - A Vue.js
directive
that automatically adjust yourimg
to correctorientation
. - vue-topmodal - A fully customisable, easy to use, Vue.js modal component. (Responsive, Stackable, Scrollable, Animated)
- vue-modal ? - Feed your objects array for multiple switchable modal content or quickly inline your content. A fully customisable vue modal component .
- @innologica/vue-stackable-modal - Library for modal dialogs which can be stacked. Fully customizable and very easy to use.
- vue-sweetalert2 - wrapper for sweatlaert2 with support for TypeScript, Nuxt and SSR
Parallax
- vue-parallax - Scrolls an image slower than the window to create a neat optical effect.
- vue-parallaxy - Vue.js component for parallax image scroll effects.
- vue-mouse-parallax - A simple to use Mouse Parallax Component - Made with Vue.js
- vue-parallax-js - Tiny vue component that adds a directive for parallax effect on elements.
Icons
- vue-awesome - Font Awesome component for Vue.js, using inline SVG.
- vue-material-design-icons - A collection of SVG Material Design icons as single file components.
- vue-icon-font - A iconfont plugin for Vuejs (support Font-class and Symbol).
- vue-ionicons - Vue Icon Set Components from Ionic Team.
- vue-ico - Dead easy icons for Vue with drop-in browser support & selective bundling
- mdi-vue - Material Design Icon components for Vuejs
- vue-fontawesome - Font Awesome 5 Vue component
- g-icon - Simple icon component for your svg icons (compatible with Font Awesome-like font toolkits)
- vue-simple-line-icons - Simple Line Icons component for Vuejs
- vue-country-flag - Vue component for country flag icons - vicon - Vicon is an simple iconfont component for vue.
- md-svg-vue - Material Design Icons by Google for Vue.js & Nuxt.js (server side support (with caching), inline svg rendering, official icon names)
- vue-lang-code-flags - Vue component which shows the flag of the country from which the language comes from
- vue-zondicons - Vue component for the beautiful Zondicon svg icons
- vue-eva-icons - Simply beautiful open source eva icons as Vue components.
- vue-unicons - 1000+ Pixel-perfect svg unicons for your next project as Vue components.
- vue-fa - Simple FontAwesome 5 Vue.js 2 component.
- vue-cryptoicon - Beautiful pixel perfect 400+ cryptocurrency and 10+ Fiat currency icon.
Menu
- vue-accordion - Simple accordion nav menu component for Vue.js.
- vue-js-dropdown - Vue.js 2 dropdown menu component. Light, easy to use and extend, no external deps.
- vue-slideout - Vue implementation of the popular library slideout
- vue-quick-menu - This is web navigation component base on vue.js2.
- @hscmap/vue-menu - Menu / Context Menu component for vue2.
- vue-router-nav - Minimalistic responsive navigation bar that renders routes of vue-router.
- vue-drawer-layout - A simple DrawerLayout component like Android has for Vue.js.
- vue-simple-menu - Simple menu component with a set of basic functionality, which is enought in 80% of cases
- vue-tree-navigation - Vue.js 2 tree navigation with vue-router support
- bp-vuejs-dropdown - Vuejs => 2 dropdown. Easy to use, no external, optional.
- vue-bulma-accordion - Simple, easily configurable accordion or collapsible styled with Bulma custom or built in icons available
- v-selectmenu - A simple, easier and highly customized menu solution for Vue2.
- vue-burger-menu - An off-canvas sidebar Menu component with different CSS animations.
- vue-dynamic-dropdown - A Highly Customizable, easy-to-use elegant dropdown component
- vue-navigation-bar - A simple, pretty navbar for your Vue projects.
- vue-simple-search-dropdown - A simple searchable input dropdown component with no external dependency
- @innologica/vue-dropdown-menu - Dropdown menu component for Vue. Any element can be dropdown trigger and anything can be dropded down content.
- vue-menu-aim - Menu triangle select, aka Amazon
Minus Plus Input
- minus-plus-input - A number input with plus minus; included for Vue.js v1 and v2.
- vue-integer-plusminus - Integer input with increment and decrement buttons for vue 2.
- vue-numeric-input - Number input component with controls.
- vue-number-smarty - Number input that can change value on scrolling when field is focused.
- vuetify-number-smarty - Number input that can change value on scrolling when field is focused (Vuetify.js implementation).
Carousel
- vue-easy-slider - Slider Component of Vue.js.
- vue-l-carousel - A responsive carousel(namely slider or swiper) component for Vue.js v2.x+.
- vue-awesome-swiper - Swiper(slide) component for Vue.js(1.x ~ 2.x).
- vue-lory - Vue Slider Component based on lory.
- vue-slick - Vue component for Slick-carousel.
- vue-flickity - A Vue Component for Flickity.js.
- vue-carousel-3d - Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js.
- vue-carousel - A flexible, responsive, touch-friendly carousel for Vue.js.
- vue-coverflow - A vue2.x coverflow component.
- vue-agile – A carousel component inspired by Slick, written in Vue.js and vanilla JS only.
- vue-tiny-slider – A carousel component created by ganlanyuan, written in Vue.js. No jQuery. Works in IE8+.
- vue2-text-swimlane - A Text Swimlane plugin for Vue.js
- vue-picture-swipe - Vue Picture Swipe Gallery (a gallery of image with thumbnails, lazy-load and swipe) backed by photoswipe.
- vue2-siema - Plugin wrapper for the very tiny Siema carousel/slider library.
- vue-flux - Image slider which comes with 20 cool transitions.
- vue-glide - Vue slider & carousel component on top of the Glide.js
- vue-owl-carousel - Vue component for Owl Carousel 2
- vueper-slides - A touch ready and responsive slideshow / carousel for Vue JS.
- vue-canvas-carousel - Vue canvas component for vuc-carousel
- Hooper - Customizable accessible carousel slider optimized for Vue
- Lingallery - Simple image gallery component for Vue which displays a large image with thumbnails below
- vue-piece-slider - Animated slides in a fragmented look
- vue2-photo-carousel - A photo carousel component for Vue2
Charts
- vue-morris - VueJS component wrapping Morris.js.
- vue-charts - Google Charts plugin for Vue.js.
- vue-chartjs - Vue.js wrapper for Chart.js.
- hchs-vue-charts - Based on Vue2.0 wrapper for ChartJs.
- vue-echarts - ECharts component for Vue.js.
- vuetrend - Simple, elegant spark lines for Vue.js.
- vue-highcharts - Highcharts component for Vue.
- vue-echarts-v3 - Vue.js(v2.x+) component wrap for ECharts.js(v3.x+).
- vue-chartist - Vue.js 2.0 component wrap for Chartist.
- g2-vue - Factory wrapper for using G2 easily in a Vue Component.
- vuebars - Simple, elegant spark bars for Vue.js.
- vue-d3-network - Vue component to graph networks using d3-force
- vue2vis - Vue2 wrapper for Visjs.
- vue-c3 - A reusable vue component for c3 charts
- vue-d2b - Vue components for d2b charts. (Including axis, pie, sankey, and sunburst charts)
- VueChart - A very simple Vue wrapper for Chart.
- vue-chartkick - Create beautiful JavaScript charts with one line of Vue
- d3vue - A D3 Plugin for Creating Reactive Data Visualizations in VueJS
- vue2-frappe - A simple wrapper around Frappe Charts for VueJS
- vue-google-charts - Reactive Vue.js wrapper for Google Charts lib
- vue-graph - Data visualization library for dashboard implementation in Vue.js
- vue.d3.sunburst - Reactive sunburst component based on D3.js
- v-chart-plugin - A customizable component for adding D3 charts that binds to your components data.
- vue-jqxchart - Charting component with Pie, Bubble, Donut, Line, Bar, Column, Area, Waterfall, Polar & Spider series.
- toast-ui.vue-chart - Vue Wrapper for TOAST UI Chart.
- vue-apexcharts - Vue.js component for ApexCharts.
- vue-doughnut-chart - Doughnut chart component for Vue.js.
- v-charts - Chart components based on Vue2.x and Echarts.
- vue-css-donut-chart - Lightweight Vue component for drawing pure CSS donut charts.
- vue-trend-chart - Simple trend charts for Vue.js
- vueplotlib - Declarative, interactive, linked plot components
- vgauge - A Vue Wrapper to GaugeJS - Create beautiful gauges
- vue-plotly - Wrapper for plotly.js declarative charting library that ships with 20 chart types, including 3D charts, statistical graphs, and SVG maps.
- vue-funnel-graph-js - Funnel graph drawing library for Vue.js. Create vertical and horizontal animated SVG funnel charts and add labels, values, legend and other info.
- pure-vue-chart - Lightweight vue charts implemented without any chart library dependencies
Time
Display time / date / age
- vue-timeago - A tiny timeago component for Vue.
- vue-moment-jalaali - Jalaali Moment.js filters for your Vue.js project.
- vue-countdown-timer - Added timezone conversion support.
- vue-analog-clock-range - Analog clock range to show time difference.
- vue-moment-lib - A simple Vue.js 2.0 MomentJS library (filters & globals) using the same momentjs API.
- vuejs-countdown - A simple countdown timer component for vue js 2.0
- vue2-flip-countdown - A countdown timer with flip effect for Vue 2.x
- timeline-vuejs - A minimalist timeline for Vue
- vue-awesome-countdown - Countdown plug-in with high performance and high accuracy for Vue 2.5.0+. Official site: https://vac.js.org
- vue-clock2 - Display clock component for Vue.
- vuemodoro - Pomodoro timer as single file Vue component.
Calendar
Display non-editable events in a Calendar
- vue-fullcalendar - Vue calendar fullCalendar. No jQuery required. Schedule events management.
- vue-event-calendar - A simple events calendar for Vue2, no dependencies except Vue2.
- vue-calendar-picker - Lightweight calendar component for events display, period selection and date picker.
- vue-lunar-calendar - A vue component for lunar calendar. Uses Moment.js for date operations.
- vue-simple-calendar - Flexbox-based Vue month calendar compenent; supports multi-day events, localization, holiday emoji, drag/drop. No dependencies.
- vue2-calendar - A simple full calendar component aimed at being flexibile and lightweight.
- vue-jlunar-datepicker - A Chinese lunar datepicker component with festivals and solar terms.
- vue-full-calendar - A complete fullcalendar.io wrapper for both Vue 1 and 2
- v-calendar - Animated calendar/datepicker that displays regions, indicators and day popovers for simple & recurring dates.
- vue-infinite-calendar - A simple infinite calendar implementation for Vue 2
- vue-calendar - A simple calendar components for Vue 2.1.5+, support custom content. No dependencies.
- vue2-event-calendar - An events calendar for Vue2, support customize event items and calendar header.
- vue2-datePicker-infinite - An infinite datePicker for Vue2, easy to use and no dependencies.
- vue2-slot-calendar - A vue 2 calendar, datepicker component which supported lunar or date event, bootstrap style.
- quasar-calendar - A vue.js calendar using the Quasar framework that implements monthly, multi-day and agenda views.
- vue2-datepicker - A beautiful datepicker / datetimepicker component for Vue2
- vue-pikaday - VueJS wrapper component for Pikaday datepicker
- vue-tuicalendar - VueJS wrapper component for tui.calendar calendar
- vue-jqxscheduler - VueJS Scheduler component.
- toast-ui.vue-calendar - Vue Wrapper for TOAST UI Calendar.
- vue-functional-calendar - Lightweight, high performance calendar component(Date Picker, Date Range) based on Vue.
- vue-cal - A Vue JS full calendar, no dependency, no BS. ?.
- vue-draggableCal - Not your ordinary datepicker. A Vuejs draggable date selector with a fresh responsive design, mobile ready and 0 dependencies, 17kb gzipped
- vue-material-year-calendar - A full year (12 months on a page) calendar for Vue2. Uses dayjs.
- vuelendar - Simple and clean calendar written in VueJS
Map
- vue2-google-maps - Google maps component for vue with 2-way data binding.
- vue2-leaflet - Vue 2 components for Leaflet maps.
- vue-mapbox-gl - Vue 2.x component for Mapbox GL JS
- vue-yandex-maps - Vue 2.x component for Yandex Maps
- vue-baidu-map - Vue 2.x component for Baidu Maps.
- vue-choropleth - Vue 2.x component to display a choropleth map.
- vuelayers - Vue 2 components to work with OpenLayers.
- vue-googlemaps - Vue 2.x components to integrate Google Maps.
- vue-static-map - Vue 2.x simple component to generate an static google map
- vue-mapbox - Vue 2.x wrapper around Mapbox GL JS library that provides vueish-way to interact with the map.
Audio / Video
- Vue-APlayer - ? Easy-to-config music player for Vue 2.x.
- vue-audio - audio-tag wrapper; sound player component for Vue 2.x
- vue-dplayer - A Vue 2.x video player component based on DPlayer.
- vue-canvasvideo - A Vue 2.x component for video backgrounds and autoplay video on iOS/Safari.
- vue-music - A Vue component base on html5
<audio>
. - vue-audio-visual - Vue HTML5 audio visualization components.
- vue-plyr - A set of Vue components for the plyr video & audio player.
- v-playback - A Vue2 plugin to make video play easier.
- vue-audio-recorder - Audio recorder for Vue.js. It allows to create, play, download and store records on a server
- vue-video-section - A simple video header/section component for Vue. Good for video backgrounds and overlaying content on them.
Infinite Scroll
- vue-infinite-loading - An infinite scroll plugin for Vue.js 1.0 & Vue.js 2.0.
- vue-mugen-scroll - Infinite scroll component for Vue.js 2.
- vue-infinite-scroll - An infinite scroll directive for vue.js.
- vue-loop - An infinite content loop component for Vue.js 2.
- vue-scroller - An infinite content loop component for Vue.js 2, including functionalities such as 'pull-to-refresh', 'infinite-loading', 'snaping-scroll'.
- vue-infinite-list - An infinite list mixin can recycle dom for Vue.js 2
- vue-infinite-slide-bar - ∞ Infinite slide bar component.
- vue-virtual-infinite-scroll - A vue2 component based on Iscroll, supports big data list with high performance scroll, infinite load and pull refresh.
Pull-to-refresh
- vue-pull-refresh - A pull to refresh component for Vue.js 2.0.
- vue-pull-to - A pull-down refresh and pull-up load more and infinite scroll for Vue.js component.
- vue-data-loading - Another component for infinite scroll and pull down/up to load data.
- vue-quick-loadmore - A pull-down refresh and pull-up infinite scroll plugin for Vue.
Markdown
- vue-markdown - A Powerful and Highspeed Markdown Parser for Vue.
- vue-mavonEditor - A markdown editor based on Vue that supports a variety of personalized features.
- vue-simple-markdown - A Simple and Highspeed Markdown Parser for Vue.
- vue-simplemde - A wrapper around simplemde. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
- toast-ui.vue-editor - Vue Wrapper for TOAST UI Editor.
- vue-pdf - A pdf viewer based on mozilla's PDF.js
- pdfvuer - A PDF viewer for Vue using Mozilla's PDF.js with text support. Demo
Tree
- Vue.D3.tree - A Tree View based on D3.js
- vue-json-tree-view - A JSON Tree View Component for Vue.js.
- vue-tree - A Tree Component for Vue.js 2.X.
- liquor-tree - Amazing Vue Tree component
- vue-trees-ui - A Tree Ui Base On Vue.
- Bosket - Collection of tree view components for front-end frameworks (Vue, React, Angular and Riot).
- plantain-00/tree-component - A reactjs, angular and vuejs tree component.
- sl-vue-tree - A simple customizable draggable tree component for Vue.js
- vue-draggable-nested-tree - A powerful customizable draggable tree view component for Vuejs2 @phphe
- vuejs-tree - A highly customizable VueJs tree viewer
- vue-jstree - A Tree Plugin For Vue2 with beautiful icons and drag&drop
- vue-vtree - Universal and flexible tree component for Vue.js
- vue-json-component - JSON tree view with no dependencies, TypeScript support, and easy customization.
- vue-tree-list - A vue component for tree structure
Social Sharing
- vue-social-sharing - A Vue.js component for sharing links to social networks, work with Vue.js 1.X or 2.X.
- vue-goodshare - Vue.js component for social share with beautiful button design. Simple install, extensive documentation, developer support, SEO friendly, clean code without scripts tracking user activity on the page, high speed. Work with Vue.js 2.x.
- vue-socialmedia-share - A Vue.js component for sharing links to social networks, with Vue 2.X
- vue-picture-sharesheet - A Vue Picture Sharesheet Component heavily inspired by the Image Sharesheet in Apple's Newsroom
- vue-twitter - A Vue.js component for embed twitter widgets (e.g timeline, buttons)
- vue-share-buttons - Vue.js component for placing buttons in your project using which you can share anything
QR Code
- vue-qriously - A Vue.js 2 component to draw QR codes on an HTML Canvas using qrious.
- vue-qart - The directive of vue 2.x for qart.js.
- vue-qrcode-reader - A Vue.js 2 component which detects and decodes QR codes from a camera stream.
Search
- vue-fuse - A lightweight plugin for fuzzy search library, Fuse.js
- vue-instantsearch - The ultimate toolbox for creating instant-search experiences using Algolia.
- vue-innersearch - A Vue.js wrapper for Elasticsearch
- reactivesearch-vue - UI components for building data-driven apps with Elasticsearch
Miscellaneous
- vue-avatar - An avatar component for vue.js.
- vue-touch-ripple - Touch ripple component for Vue.js(1.x ~ 2.x).
- vue-typer - Vue component that simulates a user typing, selecting, and erasing text.
- vue-keyboard - Vue 2 virtual keyboard component.
- vue-twentytwenty - Image comparison component, works with Vue.js 2.x
- vue-cookie-law - Cookie info plugin for Vue.js 2.x
- vue-gravatar - A dead-simple gravatar component for Vue.js 2.x
- vue-clipboard2 - An easy to use clipboard.js binding for Vue.js 2.x
- vue-flashcard - FLashcard component with animation for Vue.js 2.x ?
- vue-truncate-collapsed - A simple component that truncates your text and adds a 'Read More/Show Less' clickable for Vue.js 2.x
- vue-kanban - A flexible drag and drop kanban board component
- vue-letter-avatar - A simple and elegant letter avatar component for vue.js
- vue-highlightjs - Syntax highlighting with highlight.js
- v-clipboard - Simple, tiny and easy to use directive to save your models to clipboard (less than 2kb minified, no dependencies)
- vue-invisible-recaptcha - Super easy integration for Google's Invisible reCAPTCHA
- vue-embed - Embed component is based on embed.js for Vue 2.x, a component that embeds emojis, media, maps, tweets, gists, code, services and markdown.
- vue-particles - Vue.js component for particles backgrounds
- vue-uniq-ids - Vue.js 2.x plugin that helps to use id-related attributes with no side-effect
- vue-multivue - Use multiple vue apps of the same class on the same page.
- vue-affix - A Vue.js 2.x plugin that affixes an element in the window while you scroll, similar to Bootstrap Affix but much simpler and smarter
- X-Browser-Update-Vue - A Vue.js browser-update plugin.
- vue-query-builder - A UI component for building complex queries with nested conditionals.
- vue-info-card - A simple and beautiful card component with an elegant spark line and CSS3 flip animation.
- v-offline - Simple, tiny and easy to use detection of offline & online events for your Vue app (less than 390b minified)
- vue-word-cloud - A word cloud generator.
- vue-flat-surface-shader - A Vue component for flat surface shader
- vue-easteregg - Easey add an easteregg to your vue app (default with konami code)
- vue-barcode-scanner
- vue-heatmapjs - A Vue directive for tracking and visualising mouse activity
- vue-maze - An itty-bitty maze game made as Vue.js component
- vue-drag-verify - This is a vue component, which is sliding to unlock for login or sign up.
- vue-balloon - Vue components for creating fixed, zoomable containers in the corner of a page. Similar to the mail composition wrapper used in gmail.
- vue-sticker - Sticker effect to any directions
- v-rating - ⭐️ Rating component in Semantic-UI made with VueJS (< 500B gzipped, blazing fast)
- vue-content-placeholders - Composable components for rendering fake (progressive) content like facebook in vue
- vue-page-designer - Vue component for drag-and-drop to design and build mobile website.
- vue-creativecommons - CreativeCommons.org Vue.js components library.
- vue-status-indicator - A Vue.js component to show status indicator as colored dots.
- vue-google-adsense - Vue.js Google Adsense Component with InFeed and InArticle Ads support
- emoji-vue - Emoji ??? dropdown for Vue.js project
- vue-chessboard - Chessboard vue component to load positions, create positions and see threats.
- vue-mindmap - Vue component for mindnode maps.
- v-currency - Vue component for formatting currency.
- vue-emoji-picker - Highly customizable unicode emoji picker ??
- vue-8-puzzle - An itty-bitty slide puzzle game made as Vue.js component
- vue-e164 - Customizable phone formatter with E.164 standart support
- vue-pgn - Vue.js component for viewing chess games in pgn format
- vue-avatar-editor - Resize, rotate and crop your uploaded avatar using a clear user interface.
- vue-connection-listener - Vue event bus plugin listening for online/offline changes.
- vue-sauce - "View source" directive for Vue.
- vue-prom - Vue promise wrapper component.
- numeric-keyboard - Numeric keyboard for mobile browsers.
- vue-zoom-on-hover - Image zoom on mouse hover
- vue-responsive-image - A Vue component that lets you quickly create responsive image tags with an optimal number of image sources for all devices.
- vue-highlight-text - Vue component for highlight multiple instances of a word
- vue-cast-props - Provides a convenient way of converting props to common data types.
- vue2-heropatterns - A Vue2 implementation allowing you to add the popular Hero Patterns onto any Div
- vue-link - One component to link them all ? (treat external and internal links same)
- vue-identify-network - ⚡️Identify what kinda internet your users are using!
- vue-cloneya - A vue component to clone DOM elements
- vue-survey-builder - Survey builder for vue.js applications
- vue-if-bot - A lightweight component to hide/show content to clients based on the user agent
- vue-clampy - Vue.js (2+) directive that clamps the content of an element by adding an ellipsis to it if the content inside is too long.
- vue-cookie-accept-decline - Show a banner with text, a decline button, and an accept button on your page. Remembers selection using cookies. Emits an event with current selection on creation. Good for GDPR requirements.
- @lossendae/vue-avatar - An avatar component for VueJS 2.0.
- vue-text-highlight - Text highlighter library for Vue.js ?
- vue2-hammer Hammer.js wrapper for Vue 2.x to support mobile touch..
- vue-countable - Vue binding for countable.js. Provides real-time paragraph, sentence, word, and character counting.
- v-show-slide - A Vue.js directive for animating an element to and from height: auto in a sliding motion.
- vue-swipe-actions - iOS style swipe actions for Vue.js
- vue-friendly-iframe - A Vue js component for creating super fast loading, non-blocking iframes.
- vue-beautiful-chat - A simple and beautiful Vue chat component backend agnostic, fully customizable and extendable.
- vue-magnifier - A simple image zooming / magnifying component for Vue.js 2.x.
- vue-highlight-words - Vue component to highlight words within a larger body of text. Ported from react-highlight-words
- vue-tags-ball - Create a beautiful and spherical tag with this plugin
- vue-rippler - Simple Vue.js plugin for custom ripple effect
- vue-contacts - Mobile contacts component for Vue
- basic-vue-chat - Easy to use Vue.js chat
- vue-resize-text - A vue directive which automatically resize font size based on element width.
- vue-github-profile - A vue component to view the profile and repos of determined user
- vue-niege - ? ? Single File Vue component to add a snow storm through a canvas.
- vue-dynamic-star-rating - A highly dynamic vue stars rating component, like google play rating ⭐️ ⭐️ ⭐️ ⭐️ ⭐️
- vue-katex - Simple plugin for math typsetting using KaTeX in Vue.js
- vue-canvas-identify - Vue canvas component for vuc-identify
- vue-canvas-material - Vue canvas component for vuc-material
- vue-baberrage - A simple Barrage plugin Base on Vue.js?
- vue-terminal-ui - ?Terminal UI emulator Vue: custom and basic commands
- vue-command - A fully working Vue.js terminal emulator
- vue-ribbon - Vue component for GitHub ribbons
- avatio-avatar - Vue component for illustrated avatars - used by Avatio
- vue-jazzicon - A dead-simple Jazzicon component for Vue.
- vue-star-rating - A simple, highly customisable star rating component ⭐️ ⭐️ ⭐️
- vue-fixed-header - Simple and cross-browser friendly fixed header component for Vue.js written by TypeScript.
- vue-particle-effect-buttonsA bursting particles effects buttons component.
- vue-insomnia - Prevent display screen from sleeping (wake lock).
- vue-car-plate-keyboard - A car license plate number keyboard for VueJS 2.x.(车牌号输入键盘,支持新能源车牌???)
- vue-dataflow-editor - Vue2 dataflow graph editor
- cool-emoji-picker - A fast plug-n-play [Tw]emoji Picker (+textarea for Twemoji rendering) component for Vue.
Tabs
- vue-tabs - Simple tabs and pills.
- vue-swipe-tabs - A touch swipe tab component for vue.js(vue2).
- vue-tabs-component - An easy way to display tabs with Vue.
- vue-k-tabs - A simple tabs components with Gitlab design.
- vue-tabs-with-active-line - Simple Vue 2 component, that allows you to make tabs with moving bottom line
- vue-tabs-chrome - A Vue component for Chrome-like tabs.
Form
Let the user create & edit data
Phone Number Input Formatter
- vue-phone-number-input - A beautiful input to format & valid phone number with country code ?
Picker
- vue-smooth-picker - A smooth picker component for Vue 2.x, like iOS native datetime picker.
Generator
- FormSchema Native - Generate a form using JSON Schema and Vue.js
- vue-awesome-form - A vue.js component just like json-editor
- vue-generator - Initial router and components for the Vue project.
- vue-form-json - Generate a vue form with validation and bulma style, from json
- form-create - Form builder with dynamic rendering, data collection, validation, and submission capabilities, supporting json data
- element-form-builder - Build element-ui forms with JSON Schema.
- ncform - a very nice configuration generation way to develop form
- Laraform - Advanced form builder for Vue.js with Laravel support
- vue-ele-form - Vue DataForm, based on element-ui
Date Picker
Date / datetime / time Picker
- vue-datepicker - [unmaintained] Calendar and datepicker component with material design for Vue.js.
- vue2-timepicker - [unmaintained] A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support.
- vuejs-datepicker - A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations.
- vuedt - [unmaintained] Crazy lightweight (5.5kb!) Vuejs Date and Time picker component with nice animations and not too much fuzz.
- vue-flatpickr-component Vue.js component for flatpickr datetime picker
- vue-bootstrap-datetimepicker Vue.js component for eonasdan-bootstrap-datetimepicker
- vue-jalaali-datepicker - Jalaali calendar and datepicker for vue.js 2.
- vue-date-picker - A vue date picker component inspired by material design
- vue-monthly-picker - Vue.js component for month and year picker only
- vue-hotel-datepicker - A responsive date range picker that displays the number of nights selected, allows custom check-in/check-out rules, blocking dates, localization support and more.
- vue2-persian-datepicker - An awesome Persian datepicker component for vue. کامپوننت انتخاب تاریخ برای ویو.
- vue-datetime - Mobile friendly datetime picker for Vue. Supports date, datetime and time modes, i18n and disabling dates.
- vue-rangedate-picker - Range date picker with simple usage
- v2-datepicker - A simple datepicker component based Vue 2.x.
- vue-datepicker-local - A Beautiful Datepicker Component For Vue2.
- vue-airbnb-style-datepicker - A Vue datepicker with a similar look and functionality as the popular AirBnb datepicker. Lightweight, configurable and good browser support!
- vue-persian-datetime-picker Persian material datepicker. Supports datetime, date, time, year, month.
- VCalendar Very customizable and powerful calendar/datepicker component with many features and good documentation.
- @owumaro/vue-date-range-picker - A vue component using Bootstrap 4 styles for date range selection
- vue-datepicker-mobile - A mobile friendly datepicker for vue2. ?? select one day or range of date and custom it that you wish.
- vue-draggable-cal - Not your ordinary datepicker. A Vuejs draggable date selector with a fresh responsive design, mobile ready and 0 dependencies, 17kb gzipped.
- vue-vanilla-datetime-picker - Datetime picker for Vue.
- vue2-daterange-picker - Vue2 date range picker based on bootstrap-daterangepicker (no jQuery dependency)
- vue-timeselector - Fully and simply customizable powerful time picker component for Vue.js.
- vue-date-picker - Lightweight datepicker component for Vue 2.x.
- vue-ctk-date-time-picker - A beautiful VueJS component to pick date & time (with range mode) ?
- simple-vue2-datetimepicker - A simple, easy to use vue.js component for date and time picking. ?
- vue-business-hours - Vue component for selecting business hours in an administration panel or dashboard.
- material-vue-daterange-picker - a daterange picker of Material Design style for Vuejs 2.x, which is compatible with vuetify and friendly for mobile.
- vue-datepicker - A clean & responsive datepicker with Material Design style for Vuejs 2.x. (date/month/quarter && date range picker) ?
Select
- vue-select - A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.
- vue-multiselect - Universal select/multiselect/tagging component for Vue.js.
- stf-vue-select - most flexible and customized select Vue2
- vue-select-image - Vue 2 Component for selecting image from list
- @riophae/vue-treeselect - A multi-select component with nested options support for Vue.js.
- @k186/pd-select - A mobile UI component like IOS picker for Vue 2.x,can be wheel pick what ever you defined.
- vue-dropdowns - A minimalistic and adaptable way to display select boxes if using objects for vue2.x
- v-cascade - A lovely component of cascade selector with Vue 2.x (Support both of PC and Mobile)
- vue-multi-select - A custom component to make select/multiselect for Vue2.
- v-region - A simple region selector, provide Chinese administrative division data.
- v-selectpage - A powerful selector for Vue2, list or table view of pagination, use tags for multiple selection, i18n and server side resources supports.
- vue-cool-select - Bootstrap / Material Design theme, support slots, autocomplete, events, validation and more.
- @myena/advanced-select - Single/Multiple Select component with search, controls for (de)select all and a Bootstrap 3 theme
- @alfsnd/vue-bootstrap-select - Vue version of bootstrap-select.
Slider
- vue-slider-component - Slider for vue1.x and vue2.x.
- vue-circle-slider - Circle slider component for vue2.x.
- vue-netflix-slider - A Netflix like slider.
- vue-slide-bar - Very simple vue slider bar component.
- textra - Vue js add-on to slide text.
- vue-knob-control - A rotary knob control for Vue.js
Drag and Drop
- vuedraggable - Vue component allowing drag-and-drop sorting in sync with View-Model. Based on Sortable.js.
- vue-dragula - Drag and drop so simple it hurts.
- vue2-dragula - A
vue-dragula
fork forVue2
, with a lot of improvements. - awe-dnd - A sortable list directive with Vue.
- vue-draggable-resizable - Vue2 component for draggable and resizable elements.
- vddl - Vue components for modifying lists with the HTML5 drag & drop API, supports VueJs versions 1 and 2.
- vue-drag-drop - A minimal and lightweight wrapper for the HTML5 Drag and Drop API.
- vue-swing - A swipeable cards interface, as seen in apps like Jelly and Tinder.
- vue-slicksort - A dependency-free set of mixins for animated, touch-friendly, sortable lists
- draggable-vue-directive - A simple directive to handle drag and drop of any Vue component.
- vue-smooth-dnd - Vue wrappers of smooth-dnd library. drag and drop, sortable library covering for many cases.
- vue-drag-resize - A dependency-free Vue component for draggable and resizable elements with aspect ratio, reactive props etc
- vue-drag-it-dude - Vue2 component, that allows you to drag object wherever you want.
- vue-draggable - Vue Drag and Drop library without any dependency. Simple and easy to use.
- vue-nestable - A simple drag & drop hierarchical list made as a vue component.
- vue-draggable-nested-tree - A powerful customizable draggable tree view component for Vuejs2 @phphe
Autocomplete
Autosuggest / autocomplete / typeahead
- vue-instant - Vue instant allows you to easily create custom search controls with auto suggestions for your vue 2 applications.
- v-autocomplete - Autocomplete component for Vue.js
- vue-awesomplete - Vue wrapper for Awesomplete
- vue-auto-complete - Autocomplete for Vue2. Works with objects or api calls.
- vue-autosuggest - WAI-ARIA complete Autosuggest component with full customization over rendering and styling.
- v-autosuggest - A simple modular Vuejs component that autosuggest input from a dynamic or static data querying.
- autocomplete - Simple Autocomplete component for Vue.js 2.*
- vue-infinite-autocomplete - Vue infinite-autocomplete wrapper for Vue.js 2.*
- vue-simple-suggest - Simple yet feature-rich autocomplete component for Vue.js
- v-suggest - A Vue2 plugin for input content suggestions, support keyboard to quick pick.
- vue-bootstrap-typeahead - An typeahead/autocomplete component for Vue2 using Bootstrap 4 CSS.
Type Select
Let the user select a tag / something while typing
- vue-input-tag - Vue.js 2.0 Input Tag Component.
- v-distpicker A flexible, highly available district picker for picking provinces, cities and districts of China for Vue.js 2.x.
- vue-img-inputer A graceful, highly customizable img type input for Vue 2
- vue-img-preview An image input preview component in vue 2
- v-image ? Tiny little component for input type=file (< 1kb, gzipped)
- @voerro/vue-tagsinput A simple tags input Vue.js 2 component with typeahead/autocomplete
- vue-tag-selector - Tag-like input. Light, customizable and handles REGEX validation!
Color Picker
- vue-color - Vue Color Pickers for Sketch, Photoshop, Chrome & more.
- vue-swatches - Help the user picking beautiful colors!
- radial-color-picker - Minimalistic color picker with a focus on size, accessibility and performance.
- vue-color-picker-board - Vue Color Picker component designed for humans!
- verte - A Complete Vue.js Color Picker Component.
Switch
Switch / on/off toggle / checkbox
- vue-switches - An on/off switch component for Vue.js with theme support.
- vue-js-toggle-button - Vue.js 2.0+ toggle / switch button - simple, pretty, customizable.
- vue-checkbox-radio - A Vue component to easily styling checkbox and radio inputs.
- vue-enhanced-check - Vue component to redesign/labelize checkbox/radio, including toggle/switch button.
- pretty-checkbox-vue - Implementation of pretty checkbox 3(A pure CSS library to beautify checkbox and radio buttons) components for Vue.js 2.2+.
- vue2-collapse - Vue Collapse is a flexible content toggling plugin for the accordion lists or any other conditional content rendering.
- vue-badger-accordion - A wrapping Component for Badger Accordion for Vue.js 2.0+
- vue-loading-checkbox - A highly customizable Vue.js checkbox UI component with loading state
- vue-rocker-switch - A customizable rocker switch component for Vue.js.
- vue-toggle-btn - A Highly Customizable, easy-to-use elegant toggle/switch button component
Masked Input
- vue-masked-input - Masked input component for Vue.js.
- vue-text-mask - Input mask for React, Angular, Ember, Vue, & plain JavaScript.
- vue-ip-input - An ip input implemented by vuejs.
- vue-numeric - Input field component to display currency value based on Vue.
- awesome-mask - Mask directive based on a pure and simply VanillaJS implementation
- v-money - Tiny (<2k gzipped) input/directive mask for currency
- vue-autonumeric - A Vue.js component that wraps the awesome AutoNumeric input formatter library
- vue-inputmask - Vue.js directive to add Robin Herbots' inputmask library to your inputs (vanilla javascript).
- vue-input-number - A custom input number component for Vue.js 2.
- v-unicode - Vue directive to restrict an input by unicode values.
- vue-cleave-component - Vue.js component for cleave.js
- vue-ip - An ip address input with port and material design support
- vue-r-mask - Directive with template similar to javascript regular expression.
- vue-input-code - Base on Vue.js 2.0+ verification code input component.
- label-edit - Inspired by Trello. Click to show editable input and return the value changes. This is a Vue Component.
- vue-jquery-mask - Vue.js v2.x component for jQuery Mask Plugin
- vue-the-mask - Tiny (<2k gzipped) and dependency free mask input for Vue.js
- vue-canvas-input - Vue canvas component for vuc-input
- vue-currency-input - Easy input of currency formatted numbers for Vue.js.
Rich Text Editing
- vue-quill-editor - Quill editor component for Vue2.
- vue-mobiledoc-editor - A mobiledoc editor component toolkit for Vuejs.
- vue2-medium-editor - A MediumEditor component for Vue 2.
- vue-froala - VueJS wrapper for Froala Editor.
- vue-froala-wysiwyg - Official VueJS plugin for Froala WYSIWIG HTML Editor.
- vue-at - At.js for Vue.
- vue-wysiwyg Lightweight, fast & extensible WYSIWYG editor
- vue-trumbowyg Vue.js component for Trumbowyg WYSIWYG editor
- vue-pell-editor Vue.js component for Pell WYSIWYG editor
- vue-tinymce-editor Tinymce editor component for Vue2.
- vue-mce - tinymce editor component for VueJS.
- Vue2-Editor - HTML Editor using Vue.js and Quilljs
- vue-codemirror - A Codemirror component for Vue2.
- vue-easy-tinymce - A simple and powerful package for easy usage of tinymce in Vue.js project.
- vue-highlightable-input - Highlight and style text as you're typing
- vue-trix - Simple and lightweight Trix rich-text editor for Vue.js
- tiptap - A renderless and extendable rich-text editor for Vue.js
- toast-ui.vue-editor - Vue Wrapper for TOAST UI Editor.
- ckeditor5-vue - An official CKEditor 5 rich text editor component for Vue.js.
- yimo-vue-editor - A wangEditor2 component for Vue2.
- vue-mathlive A MathLive math editor (mathfield) for Vue.hjs
Image Manipulation
Edit images
- vue-core-image-upload - A vue plugin for image to crop and upload.
- vue-croppa - A simple straightforward customizable lightweight mobile-friendly image cropper for Vue 2.0.
- vue-cropper - A picture clipping plugin for vue2.0
- toast-ui.vue-image-editor - Vue Wrapper for TOAST UI Image Editor.
- vue-quick-cropper - Vue mobile avatar upload cropping plugin can choose cropping area and zoom.
- vue-canvas-image - Vue canvas component for vuc-image
- vue-croppie - Yet another image cropper
- vue-slim-cropper - ? A simple and elegant mobile image crop upload component for Vue 2.x.
- vue-advanced-cropper - An advanced cropper that gives you opportunity to create almost any cropper that you desire
Display images
- vue-cloudinary - A vue (2.0) plugin that offers a reusable directive to get images from Cloudinary (https://cloudinary.com) with dynamic manipulation (resizing/cropping/effects/watermarking/scaling/formatting) and optimization (webp/png/auto quality/auto retina).
- img-Vuer - An Mobile-First image viewer/gallery for Vue2
- vue-image-loader - A vue loader/progressive image plugin like Medium.
- vue-load-image - display loader during image loading, as well as by display alternate content when the image fails to load.
- vue-image-painter - ? Image magic animation drawing effect component for Vue 2.x.
Video Manipulation
- vue-playlist - A lightweight vue (2.0) component with no dependancies that offers truly seamless html5 video playback. The one and only working solution for seamless video play done with vanilla JS. It takes an array of videos and stitches them together into a single video.
File Upload
- vue-clip - Simple and hackable file uploader for VueJs. Supports Vue >= 2.1.
- vue-simple-upload - Simple File upload component for Vue.js.
- vue2-multi-uploader - A drag and drop multiple file uploader component that uses Vue.js v2 and Axios. Uploader shows file names, sizes and total size of files added. It also allows setting a minimum required number of files to upload.
- vue-dropzone - A Vue.js (vue2) component for Dropzone.js - a drag’n’drop file uploads utility with image previews.
- vue-transmit - A purely Vue.js drag & drop uploader component based on Dropzone.js for Vue 2.0
- vue-upload-component - Vue upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory. Supports Vue >= 2.0
- vue-uploader - A Vue.js upload component powered by simple-uploader.js
- ic-firebase-uploader - A clean multi-file upload component for Firebase storage.
- vuejs-uploader - A resumable multipart file uploader for HUGE file uploads.
- vue-filepond - A Vue.js component for FilePond - a file upload library that can upload anything you throw at it.
- v-uploader - A Vue2 plugin to make files upload simple and easier, you can drag files or select file in dialog to upload
Context Menu
- vue-context-menu - A context menu component for vue js.
- vue-lil-context-menu - A flexible lil context menu component for Vue.
- vue-mouse-menu - A mouse-menu component for vue 2+.
- @hscmap/vue-menu - Menu / Context Menu component for vue2.
- vue-context - A simple but flexible context menu for vue js.
- vue-simple-context-menu - Simple context-menu component built for Vue. Works well with both left and right clicks.
- vue-context-menu-popup - Context Menu popup for Vue 2. Works on right click or can be triggered programatically.
- @kiyoaki_w/vue-context - A customizable context menu component built for Vue2, supporting fontawesome icons.
Miscellaneous
- vue-gmaps - Search places and address using Google Maps API.
- vuep - A component for rendering Vue components with live editor and preview.
- vue-places - Places component is based on places.js for Vue 2.x. Turn any input into an address autocomplete.
- vue-password-strength-meter - Password strength meter based on zxcvbn in vue.js.
- vue-float-label - Float label pattern for Vue.js.
- vue-longpress - A VueJS (2.x) button component that requires you to keep pressing to confirm a given action.
- vue-google-autocomplete - A Vue.js (2.x) autosuggest component for the Google Maps Places API.
- vue-ip-input - An ip input component for Vue.js 2.x
- vue-default-value - Vue.js 2.x directive to set a default value for editable elements with no affect to the model state
- vue-model-autoset - A Vue.js plugin to workaround Vue limitation in observing dynamically added properties with v-model directive
- vue-submit - Simple implementation of Ladda (1, 2) in less than 90 lines of code with no dependencies.
- vue-rate - Rate component for Vue
- vuetify-google-autocomplete - A Vuetify ready Vue.js (2.x) autosuggest component for the Google Maps Places API.
- vue-ripple-directive - Material Ripple Effect as Vue Directive.
- vue-fab - Vue Floating Action Button.
- vue-complexify - Vuejs porting library from jquery.complexify.js.
- vue-mc - Models and Collections for Vue.js
- vue-stars - Highly customizable rating control (using stars or other characters)
- vue-confirmation-button - Customizable confirmation button that requires users to read messages before performing an action
- vue-poll - A Vue.js component for voting
- vue-diagrams - Diagram component for vue.js, inspired by react-diagrams
- vue-easy-polls - A Vue.js component for creating polls, voting and showing results. It’s easy to implement and easy to customize.
- vue-m-button - A beautiful button component for vue.
- vue-long-click - Long click (long press) directive library for vue, support mobile and desktop.
- vue-ui-predicate - A rules editor, generic filtering UI, predicates component for Vue JS.
- vue-mobile-detection - Vue.js prototype function
this.$isMobile()
that returns a Boolean value depending on whether or not the user is browsing with a mobile. - vue-input-contenteditable - A Vue component wrapper for
contenteditable
with all the features you normally expect. Make beautiful inputs without the restrictions ofinput[type='text']
.
Wizard
- vue-form-wizard - Tab based component which can replace classic bootstrap & jQuery form wizards
- vue-stepper - A simple stepper with simple actions such as next, back and end to perform simple forms.
- vue-stepper-component - A fully customizable Stepper component with Vuex support and Zero dependencies.
CSV
- vuecsv - A Simple CSV Downloader from json with option modal panel component.
Comment System
- vue-comment-grid - ? Responsive Vue.js comment system plugin that built with CSS Grid and Firebase REST API + Authentication.
Canvas
- vue-easeljs - Data-driven control over an HTML5 canvas element.
- vue-canvas-effect - A simple, canvas effect collection for Vue.js.
- vue-konva - Vue & Canvas - JavaScript library for drawing complex canvas graphics using Vue.
- vue-html2canvas - Vue mixin to capture html and convert it to an image using Html2Canvas.
- vue-canvas-nest - A Vue.js component for canvas-nest.
- vue-signature-pad - ? A Vue Signature Pad Component
Link Preview
- link-prevue - Flexible component for generate a link preview.
Tour
- vue-tour - Lightweight and customizable tour plugin
- vue-page-guide - Page tour / guide plugin with directive
UI Layout
Layout for the overall / main view
- vue-waterfall - A waterfall layout component for Vue.js.
- vueisotope - Vue component for isotope filter & sort magical layouts.
- vue-grid-layout - A draggable and resizable grid layout, for Vue.js.
- vue-drag-zone - Drag Zone component for Vue.js(2.x).
- vue-masonry - Vue.js directive for masonry blocks layouting.
- vue-fraction-grid - Flexbox based responsive fraction grid system for Vue.js.
- vue-virtual-scroll-list - A vue (2.x) component support big data by using virtual scroll list.
- vue-virtual-scroller - Component to scroll a large amount of elements efficiently (Vue 2.x).
- vue-virtualscroll - [Vue 2.x] component to virtual scroll things.
- vue-inview - [Vue 2.x] Viewport, get notification when DOM element is entered or leave.
- dnd-grid - A vuejs grid with draggable and resizable boxes
- vue-extend-layout - Extend the default layout or create custom layouts for the pages of your Vue.js SPA
- vue-masonry-css - Vue.js Masonry layout component powered by CSS, dependency free
- vue-fullpage.js - Official fullPage.js component for Vue.js.
- vue-virtual-collection - Vue component for efficiently rendering large collection data.
- autoresponsive-vue - Auto responsive grid layout library for Vue.
- VueFlex - A flexbox grid system.
- v-chacheli - A Vue.js component to create and display custom dashboard-like grid layouts.
- vue-grid-styled - A lightweight set of functional grid components, ported from React's grid-styled
- simple-grid - Vue component for grid layout,support flex.
- vue-container-component - Simple container component inspired on Bootstrap Container
- vue-colcade - A small wrapper for integrating Colcade grid layout to Vuejs.
- vue-ads-layout - A small library of Vue components to quickly generate a responsive web application layout with toolbar, left/right drawers and a footer. All components can be positioned fixed or relative.
- vue-magic-grid - A tiny port of Magic Grid for Vue.js 2.
- vue-splitter-pane - A Vuejs component which renders two slots in a adjustable split arrangement (vetical or horizontal).
- splitpanes - A Vue JS reliable, simple and touch-ready panes splitter / resizer.
- vue-mock-layout - Easily mock the layout of your Vue apps.
- vue-simple-drawer - A tiny drawer panel with bounced animation, nest supported and theme customized. directions: left/right/up/down
- vue-grd - Simple, Light-weight and Flexible Vue.js component for grid layout.
Frameworks
Responsive
Set of components + responsive layout system
- quasar-framework - Quasar Framework. Build responsive websites, hybrid mobile Apps (that look native on Android and iOS) and Electron apps using same code, with VueJs 2.
- vue-material - Material design for Vue.js.
- vuetify - Material Component Framework for Vue.js 2.
- muse-ui - Material Component library for Vue.js 2.
- buefy - Components based on Bulma framework.
- element-ui - A Vue.js 2.0 UI Toolkit for Web.
- vue-bulma-components - Easily use bulma class syntax with vue components.
- iview-ui - A Vue.js 2.0 UI Framework for web.
- AT-UI - A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0
- v-semantic - Implementation of semantic-ui for Vue
- bootstrap-vue - Implementation of bootstrap-4 grid and components for Vue.js 2.
- fish-ui - A Vue.js 2.0 UI Toolkit for Web
- zircle-ui - A frontend library to develop zoomable user interfaces.
- vue-mdc-adapter - Material Components integration for Vue.js as per MDC Team's guidelines.
- Material Components Vue - wrapper around material-components-web for Vue.js
- VueFace - A Vue.js 2.0 UI Component library for Web
- vuesax - Frontend vue Components for Vue.js.
- vuecidity - UI component framework for Vue.js 2.0
- ant-design-vue - An enterprise-class UI components based on Ant Design and Vue 2.5.0
- heyui - (https://www.heyui.top/en) - A Vue.js 2.0 UI Toolkit for Web.
- Carvue.js - IBM's Carbon Design System for Vue.js
- BalmUI - Next Generation Material UI for Vue.js
- Osiris UI - ? A Vue.js 2.0 universal responsive UI component library
- N3-components - Beautiful Web Components built with Vue 2
- Shards Vue - ✨ Sleek & UI Components Library based on the Bootstrap 4 Framework.
- Fundamental Vue - Components based on SAP Fiori Fundamentals.
- Framevuerk - ? Fast, Responsive, Without Dependencies, Both Direction Support and Configurable UI Framework based on Vue.js.
- @Carbon/vue - Carbon Design System components from the @carbon team.
- NutUI - A Vue.js 2.0 UI Toolkit for Mobile Web
- Inkline - Inkline is a modern UI/UX Framework for Vue.js designed for creating flawless responsive web applications.
- vue-awesome-mui - A Vue.js 2.0 MUI Component for Web
- MDBootstrap - Powerful UI toolkit based on the latest Bootstrap 4 and Vue 2.6.10, providing a set of slick, responsive page templates, layouts, components and widgets to rapidly build responsive, mobile-first websites and apps.
Mobile
UI frameworks for mobile
- Framework7-Vue - Build full featured iOS & Android apps using Framework7 & Vue.
- vux - [Chinese] Vue UI Components based on WeUI.
- vue-onsenui - Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.
- Weex - Weex provides the ability to publish cross platform, so web, Android, and IOS apps can use the same API development functions.
- weex-eros - [Chinese] Eros is a app solution based on Weex and Vue, which enables you to use API of Vue, simple and quick development of small and medium app.
Set of components for mobile
- mint-ui - Mobile UI elements for Vue.js.
- vant - A Vue.js 2.0 Mobile UI From YouZan.
- cube-ui - A fantastic mobile ui lib implement by Vue.js 2.
- mand-mobile - A mobile UI toolkit, based on Vue.js 2, designed for financial scenes.
Component Collections
Set of components without layout system
- vue-mdc - Material Components Web for Vue.js.
- keen-ui - A lightweight collection of essential UI components written with Vue and inspired by Material Design.
- vue-admin - Vue Admin Panel Framework, Powered by Vue 2.0 and Bulma 0.3.
- vuikit - UIkit with all the power of Vue.
- uiv Bootstrap3 components implemented by Vue2.
- wffranco/vue-strap - Bootstrap 3 components built with Vue.js 2
- jsmod-vue-pc - Highly scalable web components for vue 2.0
- guilhermewaess/SemVue - Semantic-ui Modules implemented with Vue 2
- office-ui-fabric-vue - Office UI Fabric implementation for Vue.js
- vuestic-admin - Vue Admin Dashboard with collection of custom components. Built with Vue 2 and Bootstrap 4
- Semantic UI Vue - Semantic UI integration for Vue
- vuesax - Frontend vue Components for Vue.js.
- Essential JS 2 for Vue - Full featured 45+ Vue.js components which includes Data Grid, Chart, Scheduler and Diagram components etc.
- Banshee - A mostly renderless Vue UI component and utility framework that ships with no CSS.
- vue-atlas - A library of beautiful Vue components.
- DevExtreme Vue Components - 65+ responsive and feature-complete Vue UI components with customizable Material Design and Bootstrap compliant themes.
- jqwidgets - 70+ Vue.js 2.0 UI Components with Material Design themes.
- vue-uix - UI collection for web page implementation in Vue.js
- vuedarkmode - A Minimalist Dark Design System for Vue.js ?
- Kendo UI for Vue – Over 70 UI components, including a Grid, built for business applications. Fully responsive with support for several Design Languages including Material Design and Bootstrap.
- Vuent - Vue.js components implementing Microsoft Fluent Design
- bpit/vue - Vue components lib which is focused on effects
- vue-tailwind - Vue components with customizable classes ready for TailwindCSS, but compatible with any framework.
Admin Template
Set of admin template
- iView Vue Admin - iView Vue Admin / An admin portal template based on iView 2.x
- element Vue Admin - element Vue Admin / An admin portal template based on Element UI 2.x
- vue-element-admin - A magical vue admin based on Element UI 2.x
- D2 Admin - An elegant backstage template build by vue Online Demo
- rest-admin - Restful Admin Panel Based on Vue and Bootstrap 4 Online Demo
- Shards Dashboard Lite Vue - ✨ Modern admin template featuring dozens of custom components and templates.
- Vue Material Admin - A vue material design admin template
- element-admin - A dead simple but powerful vue admin with Vue CLI 3 and element-ui.
Server-side rendering
- Nuxt.js - Versatile Vue.js Framework.
- Ream - A minimalistic framework for building server-rendered and static websites.
- Universal vue - Vue CLI plugin to create universal Vue applications with ease
Static website generator
- VuePress - Minimalistic Vue-powered static site generator.
- Peco - A static website generator for humans. UNMAINTAINED
- Saber - A static website generator for building blazing fast websites with Vue.js.
- Gridsome - Build super fast, modern websites with Vue.js
Other
- app-framework - IOS and Android Apps with HTML & JavaScript - develop, build and deploy - free and open source.
- Myfirebase - A decoupled Single page application Framework which is highly compatible with google firebase.
- Vue-Access-Control Frontend access control framework based Vue.js 2.
- Basys Toolbox for building full-stack Vue.js apps
- CabloyJS The Ultimate NodeJS Full Stack Business Development Platform, based on KoaJS & EggJS & VueJS & Framework7
UI Utilities
Event Handling
Handling of user events (scroll, click, key strike, ...)
- vue-shortkey - Vue-ShortKey - plugin for Vue.js.
- vue-throttle-event - Throttle events based on requestAnimationFrame.
- vue-waypoint - Waypoint component for Vue, this is the easiest way to trigger a function when you scroll.
- vue-clickaway - Reusable clickaway directive for reusable Vue.js components.
- vue-scrollfire - Fires an event on a specific scroll position.
- vue-resize-directive - Vue directive to detect resize events with deboucing and throttling capacity.
- v-click-outside - Vue directive to react on clicks outside of an element without stopping the event propagation.
- vue-outside-events - Vue 2.x directive to help a specified element listen for specific events occurring outside of itself.
- vue-selectable - Vue 1.x/2.x directive to make items selectable by mouse.
- vue-click-helper - Vue2.x directive to handle click event and dblclick event on same element.
- v-hotkey - Vue 2.x directive for binding hotkeys to components.
- vue-resize - Vue 2.x component to detect DOM elements resizing (event based/no window.onresize)
- vue-observe-visibility - Vue 2.x directive using Intersection Observer API that detects if the element is visible (in the viewport and not hidden by CSS).
- v-dragged - Vue 2.x directive plugin for drag event detection.
- vue-esc - Vue.js directive to add a document event listener on escape keyup.
- vue-global-events – A component to handle global events (like shortcuts) using Vue’s event modifiers
- vue-edge-check – Check browser edge to prevent transition effect triggered oddly when swipe edge with
vue-router
- vue-mutation-observer – A simple and tiny directive to observe changes in DOM use MutationObserver API
- vue-scroll-show – Showing the element if the user reached it after scroll
- vue-tabevents – Easy communication between other opened tabs
- vue-visibility-trigger - ? Declaratively trigger methods when scrolled into view
Responsive Design
- vue-viewports - Define your custom viewports and use them in your components.
- vue-responsive: Vue.js(2.x) directive to hide/show HTML-elements with the Bootstrap 4, 3 or self defined breakpoints.
- vue-match-media - Vue 2.x-compatible plugin that offers a consistent, semantic approach to making components media query-aware.
- vue-media-query-mixin - Vue 2 media query mixin that can be used in both component js and component template. Compatible with bootstrap and vuetify viewports.
wXS
returns if screen width is xs,wSM
returns true if screen width is sm, etc... - vue-breakpoints - Vue 2 minimal components to show and hide elements based on breakpoints. Inspired by Airbnb.
- vue-mq - Offer some useful tools to quickly setup responsive design with a semantic and mobile-first API (Vue 2.x)
- VueResizeSensor - A container that supports resize event.
- vue-breakpoint-component - A render-less component for composing CSS breakpoint state.
- fine-mq - A fine API to manage media queries in JS with ease and first-class integration with VueJS as a plugin.
- vue-responsive-components - Create responsive components with
ResizeObserver
. - vue-screen-size - Get easy and reactive access to the width and height of your screen.
Form
- vue-formly - JavaScript powered forms for Vue.js.
- vue-focus - A reusable focus directive for reusable Vue.js components.
- vue-form-generator - A schema-based form generator component for Vue.js.
- FormSchema Native - Generate a form using JSON Schema and Vue.js
- ic-formly - Simple form component powered by vue-formly.
- Form Builder - Json template based form builder, based on Vue and Laravel.
- vue-autofocus-directive - Vue autofocus directive.
- vue-awesome-form - A vue.js component just like json-editor
- vue-form-components - Clean & minimal vue form elements with validation
- ncform - a very nice configuration generation way to develop form
Validation
- vee-validate - Simple Vue.js input validation plugin.
- vue-rawmodel - RawModel.js plugin for Vue.js v2. Form validation has never been easier.
- vuelidate - Simple, lightweight model-based validation for Vue.js.
- simple-vue-validator - A simple yet flexible validator library for vue.js.
- vue-vform - Vue.js 2 form component that integrates jQuery Validation and Axios.
- vue-form - Comprehensive form validation for Vue.js.
- vuelidation - simple, powerful, vuejs validation.
- laravel-vue-validator - Display errors from laravel validation rules
- vue-daval - Super vue data validator. Easiness, simplicity, accurate.
- willvalidate - Validation Forms for Vue.js.
- vue-m-validator - Model data validation library, for VueJs.
- vue-isyourpasswordsafe - A small utility written in Vue that checks if the given password has been leaked against the Have I Been Pwned API.
- vue-form-send - A Vue.js directive for sending data from form and primitive validation
- FormVuelar - Vue form components with server side validation in mind
- vue-final-validate - Vue validation solution from my development experience, support nested, async.
- vform - A simple way to handle Laravel back-end validation in Vue.
Resize
- vue-not-visible - Vue directive for removing from dom (like v-if) element on screen smaller than breakpoints.
- vue-window-size - Provides reactivity window size properties.
- vue-responsive-text - ↔ Component that scales its child node in relation to its parent node's width
Scroll
Set window scroll position
- vue-chat-scroll - Automatic scroll-to-bottom directive for Vue.js 2.0.
- vue-scrollto - Adds a directive that listens for click events and scrolls to elements.
- vue-next-level-scroll - A component based and SSR ready approach to smooth scrolling using the modern Scroll behavior API
- vue-scroll-sync - A component that synchronizes containers’ scroll positions
- v-scroll-lock - A Vue.js directive for body scroll locking without breaking scrolling of a target element
- vue2-perfect-scrollbar - PerfectScrollbar minimalistic wrapper
- vue-scroll-to - Adds a directive that listens for click events and scrolls to elements.
- vue-scroll-progressbar - A customizable component that indicates the scroll relative position in a progressbar.
- vue-backtotop - A Back-to-top component for Vue.js, which scroll page to the top when clicked.
Virtual scrollbar
- VBar - The virtual responsive cross-browser scrollbar component for Vue.js 2x.
- Vuebar - Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies.
- vue-detached-scrollbar - A simple scrollbar that can be detached from the container it is scrolling.
- vuescroll - A scrolling plugin based on Vue.js for uniforming the scrolling in PC and mobile.
- vue-simplebar - Vue.js wrapper for simplebar plugin.
- smooth-vuebar - Vue directive wrapper for smooth-scrollbar
Detect when components enter viewport
- vue-scrollview - A component utilizing scoped slots to detect when a vue component enters and leaves the viewport.
- vue-scrollactive - Adds an active class in a menu item based on the current section in viewport, also scrolling to the section when clicking the menu item.
- vue-intersect - A Vue component to add intersection-observer to a Vue component or HTML element.
- vue-scrollmonitor - A Vue plugin to watch visibility state of elements inside viewport with a wide range of browsers supported (use provide/inject so compat vue@2.2.x)
- vue-stroll - An Awesome CSS3 list scroll effects component for Vue.js 2.x.
- navscroll-js - Highlights menu items as you scroll, and also scrolls to a section when a menu item clicked. Use as a vue component, a vue directive or with vanilla js.
- vue-scrollwatch - A light plugin detecting scroll event,customize callback when element enter viewport,expose 'scrollTo' api to scroll to specific element .Using vue directive.
- vue-check-view - A plugin that checks if element is in viewport. Fast, small, has no dependencies, live demo.
- vue-stickto - A vue directive that support multiple DOM nodes stick to top automatically
- vue2-scrollspy - A scrollspy plugin and animated scroll-to.
Customize the scroll behavior
- vue-scroll-behavior - Customize the scroll behavior on route navigation. Especially hash mode.
- vue-scroll-stop - Stops propagation scroll when edge reached.
Seamless scrolling
- vue-seamless-scroll - A simple, Seamless scrolling for Vue.js.
Routing
- vue-router - The official router for Vue.js.
- vue-router-storage - Router storage & resolve solution for Vue.js 2 & vue-router 2
- vue-tidyroutes - Decentralized vue-router routes definitions
- vue-routisan - Elegant route definitions for Vue Router based on Laravel routing system
- vue-error-page - Provides a wrapper for router-view that allows you to show error pages without changing the URL
- vue-router-sitemap - Generate sitemap.xml by vue-router configuration
- vue-smart-route - Smart route directive to make intelligent looking apps with Vue.js.
- vue-router-lite - A component-based, declarative router for Vue.js 2.
Lazy Load
- vue-lazyload - A Vue.js plugin for lazyload your Image or Component in your application.
- vue-lazy-background-images - Lazy load background images for Vue 2.
- vue-progressive-image - Vue progressive image loading plugin.
- vue-l-lazyload - A lazyload plugin for Vue.js v2.x+.
- vue-lazyload-img - Especially optimized for mobile browser. support V2 & v1.
- vue-lazy-images - A plugin of lazyload images for Vue 2.x.
- v-lazy-img - Tiny (<0.6kb) directive for progressive image loading for Vue 2.
- vue-clazy-load - Lightweight transitionable image lazy loading component using IntersecionObserver for Vue 2.
- vue-lazy-this - Lazyloading component using Intersection Observer API.
- v2-lazy-list - A simple lazy-load list component based Vue 2.x
- pimg - A Simple Progressive Image Component used for lazy loading images.
- vue-tiny-lazyload-img - A small size Vue.js v.2+ directive for lazy loading images
- vue-lazy-youtube-video - A simple Vue.js component for lazy loading YouTube videos.
- lazyload-vue- Vue Plugin for vanilla-lazyload.
Pagination
- vue-paginate - A simple vue.js plugin to paginate data.
- vue-pagination-2 - Vue.js 2 pagination component.
- vuejs-uib-pagination - Best and complete pagination plugin for Vue.js. Inspired in Angular Bootstrap Pagination.
- vuejs-paginate - A Vue.js(v2.x+) component for creating pagination.
- vue-pagination-bootstrap - A Vue.js (1.x & 2.x) server-side paging component with a template based on Bootstrap
- laravel-vue-semantic-ui-pagination - A Vue.js 2.x pagination used with Laravel & Semantic-UI.
- vue-paginate-al - Vue paginate with return your data.
- vue-tiny-pagination - A Vue component for create a tiny pagination.
- laravel-vue-pagination - A Vue.js pagination component for Laravel paginators that works with Bootstrap.
- vue-lpage - Low-level Vue pagination component.
- v-page - A simple pagination bar, including length Menu, i18n support, based on Vue2.x.
- vue-smart-pagination - Smart pagination of any data with a lot of nice settings.
- vue-paginatron - Pagination component built with scoped-slot props for maximum flexibility.
- vue-ads-pagination - A vue pagination component build with the css framework tailwindcss
Animation
- vue2-animate - A Vue.js 2.0 port of Animate.css. For use with Vue's built-in transitions.
- animated-vue - A Vue.js 2.x plugin to easily use Animate.css animations as transitions. As easy as
<animated-tada>
! - vue-lottie - A Vue.js 2.x plugin to render after effects animations based on bodymovin
- Vueg - Make vue-router have a transition effect / 为 webApp 提供转场特效的开源 Vue 插件
- v-animate-css - The easiest to implement Vue 2 directive for Animate.css
- vue-mixin-tween - Mixin factory that adds tweened values to component context for animations
- v-odometer - Smoothly transitions numbers with ease. Use this library to give your application a smooth animation, only applicable on numbers.
- vue2-transitions ✨ Reusable Vue 2 transition components
- vue-overdrive Super easy magic-move transitions for Vue apps ?
- animated-number-vue Super easy way to animate numbers.
- vue-typed-js Typed.js integration to easily create typying animations.
- vue-parent-change-transition Enable a child components to animate when it changes the parent.
- vue-smooth-reflow Transition an elements reflow in response to data changes.
- VueTween Allows components to tween their properties.
- vue-slide-up-down Like jQuery's
slideUp
/slideDown
, but for Vue! - vue-animejs Simple
anime.js
directives for Vue. - Eagle.js Eagle.js is a web-based slideshow framework for Vue.js.
- vue-pose Pose for Vue is a declarative motion system that combines the simplicity of CSS transitions with the power and flexibility of JavaScript.
- vue-slide-up-down-component It is a simple interface but realizes very flexible and powerful slide animation, for Vue!
- femtoTween A minimalistic (zero-dep, less than 1k) tweening library with first-class Vue support
- vue-sequential-entrance Plugin for creating elegant sequential animation entrances with a list of elements of your page. Zero effort. Simple and lightweight
- vue-animate-scroll Super lightweight way to add CSS animations to elements as they scroll into view.
- vue-svg-transition Create 2-state, SVG-powered transitions
- vue-page-transition Easy route / page transitions for Vue.js
Meta Tags
Manage meta information in the document head
- vue-head - Manage the meta information of the head tag, a simple and easy way.
- vue-meta - Manage page meta info in Vue 2.0 components. SSR + Streaming supported.
- vue-headful - Set document
<title>
and meta tags from within your views. - vue-simple-headful - Easily set meta-tags with vue.js - a simpler
vue-headful
alternative with TypeScript support.
Portal
Move a DOM node to a target DOM node
- vue-dom-portal - An escape hatch for DOM Elements in Vue.js components.
- portal-vue - A Vue Plugin to render your component's template anywhere in the DOM (Works on the virtualDOM level, doesn't move nodes within the DOM)
Filters
- vue2-filters - A collection of standard filters Vue 1.* adapted for use in Vue 2.*.
- vue-morphling - A collection of standard and custom filters for Vue 2.
- vue-currency-filter - Lightweight and Customizeable Vue 2 Currency Filter.
- vue-trans - A simple filter to provide a similar way of translating to the Symfony trans.
- vue-string-filter - Lightweight Vue 2 String Manipulation Filter.
- vue-units - A collection of handy unit conversion filters for use in Vue 2.
- vue-numeral-filter - A collection of filters that allows Numeral.js to be used inline in the template section of a component.
- vue-filter-date-format - Simple datetime filter for Vue 2.
- vue-filter-pluralize - Simple pluralize filter for Vue 2.
- vue-filter-date-parse - Simple parsing datetime filter for Vue 2.
SVG
- vue-svgicon - A tool to create svg icon components. (vue 2.x).
- vue-content-loading - Vue component to easily build (or use presets) SVG loading cards Facebook like.
- vue-annotator - Annotate page using any SVG Element (
rect
,polygon
, and many more, even HTML Element likecanvas
if wrapped inforeignObject
) - vue-svg-sprite - A directive to simply use SVG sprite (vue 2.x).
- vue-svg-filler - Vue component for custom your svg file ? ? (vue 2.x).
Miscellaneous
- vue-resource-progressbar-interceptor - Interceptor that ties a progressbar to all requests, that it is clear that something is loading.
- vue-images-loaded - Vue.js 2.0 directive to detect images loading.
- vue-visible - A v-visible directive for VueJS (2.x), like v-show but for visibility.
- vue-resize-sensor - Component to detect container resizing (event-based)
- v-blur - Vue directive to blur an element dynamically
- vue-async-methods - Helper utilities for promise based methods
- vue-openseadragon - OpenSeaDragon component for Vue.js (zoom and pan)
- vue-match-heights - Directive to set heights of elements to be the same.
- vue-conditional-attrs - A Vue.js component for conditional rendering attributes and directives
- vue-cbsc - A Vue.js 2.x component for programmatically blender, shader and convert colors.
- vue-spatialnavigation - Vue directive (Vue.js 2.x) for spatial navigation (keyboard navigation)
- vue-lifecycle - A Vue.js lifecycle directives.
- vue-aspect-ratio - Aspect ratio directive for vue.
- @kooljay82/vue-m-camera - To avoid changing orientation of photo automatically which taken via camera of user's device.
WebGL
- vue-3d-model - A 3D model viewer in Vue component.
- vue-pano - A panorama viewer in Vue component.
- vue-threejs - Vue bindings for Three.js.
- VueGL - Vue.js components rendering 3D graphics reactively via three.js
- vue-vr - A framework for building VR applications with Vue based on threejs and Panolens, inspired by react-vr
- vue-displacement-slideshow - A Vue.js component that makes Webgl image displacement transitions easier.
Fullscreen
- vue-fullscreen - A simple Vue component for fullscreen.
Page visibility
- vue-page-visibility-awesome - A Vue 2.x component of easy-to-config page visibility api.
- vue-authplugin - an elegant view auth control plugin, support directive and prototype methods.
Printing
- vue-html-to-paper - Vue mixin for paper printing html elements to paper.
Utilities
Utilities not directly related to the UI
- vue-underscore - simple vue plugin to implement underscore
- vue-lazy-calc - A simple calculation plugin in lazy && chaining way with strong typed.
Typescript
- vue-typed - Sets of ECMAScript / Typescript decorators that helps you write Vue component easily.
- vue-typescript - Typescript decorators to make vue feel more typescripty.
- vue-property-decorator - Vue.js and Property Decorator.
- vue-typescript-component - Decorators to use TypeScript classes as Vue.js 2.0 components.
- vue-typescript-import-dts - TypeScript declaration file that allows using 'import' with .vue files.
- vue-ts-loader - Type-check your script in your vue-loader.
- vue-mixin-decorator - Typescript decorator for strongly typed Mixins.
- vue-ts-component-generator - A simple cli tool for generating vue typescript components.
- vue-local-storage-decorator - Persist data by using local stoarge in decorator format
- vuex-module-decorators - Typescript/ES7 Decorators to make Vuex modules a breeze
- vuex-class-modules - Introduce a simple type-safe class style syntax for your vuex modules, inspired by vue-class-component.
HTTP Requests
Retrieve data over HTTP
- vue-resource - The HTTP client for Vue.js.
- vue-async-computed - Async computed properties for Vue.js.
- vue-jsonp - A tiny library for handling JSONP request.
- v-model - V-Model is a model plugin for Vue.js, like ng-resource.
- vue-resource-mock - A helper to mock your http response, based on vue-resource's interceptor.
- vue-async-data-2 - Async data loading plugin for Vue.js.
- vue-api-request - A plugin that provides full control on your APIs, making your request simple, fast and easy to implement.
- vue-fast-axios - Make requests with validations in a simple and beautiful way.
- vue-async-properties - An
asyncData
andasyncComputed
plugin with support for debouncing, transforming results, error handlers, loading/pending flags, lazy/eager requests. - vue-axios-plugin - A plugin that combines axios with Vuejs, making http request more easier.
- vuex-api - A vuex plugin for effortlessly handle api calls.
- zipkin-instrumentation-vue-resource - An interceptor for vue-resource that instruments outgoing HTTP requests with Zipkin
- vue-api-query - Elegant and simple way to build requests for REST API.
- vue-chimera - A full-featured RESTful resource based client, compatible with Nuxt.js and allows server side fetch.
- vue-google-api - A wrapper for easy integration of the Google's APIs client in any vue.js 2 project, based on promises, with built-in Oauth2 "Sign In with Google" facilities.
- vue-apis - A vue plug-in integrated with axios that chain-builds API instances. Available from the context of a vue instance (eg: this.$apis.apiName()).
i18n
Internationalization / L10n / localization / translation
- vue-i18n - Internationalization plugin for Vue.js.
- vue-translate-plugin - VueJS plugin for translations.
- vuex-i18n - Localization plugin for vue.js 2.0 using vuex as store.
- vue-gettext - Translate your Vue.js applications with gettext.
- vue-i18n - A small plugin for implementing translations in Vue.js.
- vue-multilanguage - Support many languages in Vue.js 2.
- vue-ts-locale - A plugin for implementing translations using Intl in Vue.js 2 with typescript support.
- vue-i18next - A i18next wrapper to support translations in Vue.js 2.
- vue-polyglot - Basic translation plugin for Vue.js 2 with async loading.
- v-localize - Simple localization plugin for the amazing Vue.js.
- vue-simple-i18n - Probably the thinnest library to end all Vue i18n solutions within 1kb
- template-string-i18n - I18n using template strings with auto save/load translate documents.
- vue-translations - Translate your vuejs application easy with it.
- vue-i18n-service - Export and import @kazupon/vue-i18n's SFC translations simply using
npx vue-i18n-service export|import
. - vue-i18n-filter - Vue filter extend for Vue-i18n, simply using
{{ hello world | t }}
. - vue-translation-manager - Interactively find and translate strings in your Vue.js application. Works well with vue-18n and vuex-i18n.
- vue-t9n - Simplest way to translate your applications
- vue-simple-inline-translation - A Vue component that simplifies the way text is translated: by translating it inline.
- vue-i18n-extract - Manage vue-i18n localization with static analysis. Make reports about missing and unused i18n entries.
- vscode-vue-i18n-ally - VSCode extension for better Vue-i18n experiences.
Custom Events
- vue-events - Simple event handling for Vue.js.
- vue-event-handler - Event handling plugin for VueJS.
- vue-event-manager - The global event manager for Vue.js.
- vue-geb - A global event bus using Observables.
- vue-bus - Tiny simple central event bus plugin for Vue.js 2.
- vue-simple-events - Yet another event management plugin, but WITHOUT Vue instance
- vue-option-events - Bring Vue.js 1 events option and $emit to Vue.js 2.
Persistence
LocalStorage etc.
- vue-localstorage - Vue.js localStorage plugin with types support.
- vue-ls - Vue plugin for work with LocalStorage from Vue context.
- vue-pouch - Live and reactive bindings for PouchDB. Persist data in IndexedDB and sync with CouchDB.
- vue-idb - Lists and huge lists management with IndexedDB (Dexie.js) only or automatically created and extendible vuex modules
- vuejs-storage - Vue.js and vuex plugin to persistence data with localStorage/sessionStorage.
- vue-browserstore - Browser storage wrapper.
- VueStorage - Allows components to save and load their data across browser sessions.
- vue-web-storage Another Vue.js plugin for localStorage and sessionStorage
- vue-universal-cookies Isomorphic cookies plugin for Vue.js / Nuxt.js supports Browser, Express, http (node).
- vue2-storage Browser storage for Vue.js app
- vue-warehouse A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js.
- vue-storage-watcher - A reactive localStorage/sessionStorage plugin for Vue.js with strong typed.
State Management
- vuex - Centralized State Management for Vue.js.
- vue-sync - Synchronize Vue State with the Browser URL, Server Backend, and other endpoints.
- vuelm - Lightweight state management inspired by Elm architecture.
- vuez - A simple but powerful State Management for Vue.js, with only 2 APIs.
- vuet - Vue.js state management model for Agile Development
- vue-ya-stash - Yet Another stash storage with update/patch event emitters simillar with v-bind.sync
- vue-assign-model - Automatically assign elements value to model for Vue.js.
- vue-stash - Easily share reactive data between your Vue components.
- vue-mc - Models and Collections for Vue.js
- vue-model - Model component for Vue.js
- tuex - A mostly reasonable alternative to Vuex.
- revuejs - A tiny, light and handy state management for vuejs 2, writing less verbose code.
- lue - Vue and vuex based library, writing less verbose code.
- vuex-lite - A 1KB Vuex with just state and mutations.
- Vuenut - is a component to develop faster and more fluently.
- vue-shared - A light and simple alternative to vuex
- vuex-module-generator - It allows you to create a vuex module easily.
- vuex-declaration - Declare state like props, make state inject to vuex dynamically when component created.
- vuex-up - Brings mixing and services injector features to module vuex.
- effector — Fast and powerful reactive state manager. Effector lets you write simple, fast and type safe code and manage reactive state with ease.
- nano-state-vue - Efficient, effective, and extensible state management: less is more
Redux
- vuedeux - Binding Solutions for Vue & Redux.
- redux-store-mixin - Mixin for integrate action creators in methods of vue-component
- vue-redux-prepare-props - Helper for use props of Redux with Vue.js using Vuex and Vuedeux
- vuejs-redux - High order component facilities for Vue and Redux.
- vuex-coolstory - Plugin for vuex to run redux-saga.
Mobx
Authentication/Authorization
- vue-kindergarten
- vue-authenticate - Simple Vue.js authentication library for login/register and OAuth (1.0/2.0) authentication
- vue-facebook-account-kit - Simple vue wrapper to the fb account kit library.
- casl-vue - Restricts what resources a given user is allowed to access
- vue-google-api - A wrapper for easy integration of the Google's APIs client in any vue.js 2 project, based on promises, with built-in Oauth2 "Sign In with Google" facilities.
- vue-auth - A simple light-weight authentication library for Vue.js
- vue-auth-plugin - A simple authentication and authorization library for Vue.js using typescript
- vue-google-signin-button - A simple Vue plugin to include a Google sign-in button into your web app
- vue-facebook-signin-button - A simple plugin to include a custom Facebook sign-in button into your web app
- vue-auth-href - A VueJS directive for downloading files that are under a protected route schema
Vuex Utilities
- vuex-persistedstate - Persist Vuex state with localStorage.
- vuex-plugin-jsdata - A plugin for syncing Vuex store with js-data.
- vuex-local - Local state management within Vuex.
- vuex-action - Utilities for vuex to easily create and manage actions.
- vuex-rest-api - A Helper utility to simplify the usage of REST APIs with Vuex. Based on axios.
- vuex-cache - A Vuex plugin utility to cache action those will make remote request.
- vuex-persist - A Typescript-ready Vuex plugin to help save the store to localStorage or any custom Storage (that you can configure).
- vuex-local-state - Add 'localState/sessionState' options to vuex. Keep the Vuex state with localStorage.
- vuex-cli-scaffold - Scaffold vuex actions, mutations, getters and the state.
- vuex-action-reload - A vuex plugin that reloads actions when a condition is met.
- vuejs-storage - Vue.js and vuex plugin to persistence data with localStorage/sessionStorage.
- vuex-orm - The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.
- vuex-async-module - Reduce async boilerplate code generating Vuex modules. Compatible with Vue 2.x.
- vuex-api - A vuex plugin for effortlessly handle api calls.
- vuex-queries - Vuex-Queries helps you write query functions in Vuex
- vuex-microservice - Define microservice URLs at a dedicated place and use them inside your Vuex actions.
- vuex-iframe-sync - Vuex state synchronization between iframe/window.
- vuex-aspect - Bind remote data of any kind to the vuex store.
- Vuenut - is a component to develop faster and more fluently.
- vuex-map-fields - Enable two-way data binding for form fields.
- vuex-search - Vuex binding for client-side search with indexers and Web Workers.
- vuex-dry - helps keep your vuex codes DRY.
- vuex-pathify - provides a unified path syntax to Vuex stores (such as
foo/bar@a.b.c
) - vuex-loading - Simplify vuex loading state management
- vuex-module-builder - Vuex module builder is a wrapper for writing vuex stores efficiently with some common methods built-in.
- vuex-pagination - Easily work with paginated resources in your Vue/Vuex application. Works well with most of the Vue pagination components.
- vuex-easy-firestore - Easy coupling of Firebase Cloud Firestore and Vuex. 2-way sync with 0 boilerplate!
- vuex-listener - A global Vuex action and mutation listener plugin
- jsonapi-vuex - Use a JSONAPI api with a Vuex store, with client-side restructuring/normalization of records.
Sync Between Tabs
- vuex-basement - Vuex state persistence and synchronization between tabs/windows.
- vuex-shared-mutations - Share vuex mutations between tabs/windows.
GraphQL
- vue-apollo - Apollo/GraphQL integration for VueJS.
- vue-relay - A framework for building GraphQL-driven Vue.js applications.
- vuex-orm-apollo - Apollo/GraphQL integration for Vuex-ORM.
Concurrency Management
- vuency - Concurrency management for Vue.js.
Code Style
Improve readability of code
- vue-types - Vue Prop Types definitions.
- vue-factory - A simple factory/provider extension for Vue.js, like services in Angular.
- eslint-plugin-vue - Eslint plugin for Vue.js projects.
- vue-decorators - Decorators for Vue.js (beta).
- vue-computed-helpers - Computed helpers for Vue.js apps
- vert - Library to build Vue applications in OOP.
- vue-slot-checker - Provide the function to check slot like checking props.
CSS
- vue-bem-cn - Simple BEM class name generator for Vue.JS.
- vue-css - Vue.js plugin that allows you to bundle CSS with your components.
- vue-mods-names - Adding modificators to class names for all components in app.
- vue-styler - Simple, performant styler for vue.
- vue-css-modules - Seamless mapping of class names to CSS Modules inside of Vue components.
- vue-simple-bem - Directive with succint syntax for adding BEM class names to elements.
- fela-vue - CSS-IN-JS mixin for Vue designed for flexibility yet team-oriented.
- j-vue
Asset Management
Utilities for building / compiling / bundling / loading assets
- vue-script2 - Standardized, designer-friendly script tag behavior for your Single Page App.
- vue-loader - Webpack loader for Vue.js components.
- vueify - Browserify transform for single-file Vue components.
- vue-compiler - A simple cli wrapper around the vue-component-compiler.
- vue-brunch - Adds support to Brunch for pre-compiling single file Vue components.
- poi - Start writing an app with a single .js file, Poi could handle all the development setups for you, no more configuration hell.
- http-vue-loader - Load .vue files directly from your html/js without node.js environment nor build step.
- vue-jsx-hot-loader - Enable HMR for Vue.js components with JSX render functions.
- VueInBrowserLoader - Loads a .vue file from the given URL and compiles it to a component directly in the browser.
- vue-separate-files-webpack-loader - Webpack loader for separated Vue components parts
- vue-svg-loader - webpack loader that lets you use SVG files as Vue components
- vue-registrar - ☘️ A package that dynamically registers your components and vuex modules - Makes your code a lot readable!
Page Navigation
- vue-navigation - A page navigation library, record routes and cache pages, like native app navigation. 一个页面导航库,记录路由并缓存页面,像原生APP导航一样。
- vue-acl - Access Control List for VueJS 2.
- vue-breadcrumbs - Implements simple breadcrumb functionality with vue-router for both Vue 1.x and Vue 2.x.
- vue-2-breadcrumbs - breadcrumb together with vue-router for Vue 2.x. and Bootstrap 4
- vs-crumbs - Vue breadcrumbs in 40 lines of code that allows nested paths without child views.
- vue-nav - Page navigation manager, support all navigation function of native mobile app. 页面导航管理器,支持手机原生应用的所有导航功能。
- vue-2-crumbs - Breadcrumbs plugin for Vue.js 2 framework that allows to select parent route in route meta object with no need of sub-routing. Also allows using dynamic data.
- vue-pesdk Vue.js wrapper for the PhotoEditorSDK
- vue-resolve Resolve routes data before entering / rendering the component for that route.
- vue-page-stack - Routing and navigation for your Vue SPA. Vue 单页应用导航管理器
Miscellaneous
- vue-container - A simple dependency injection library for Vue 2.
- vue-super - A simple plugin to call methods on parent components.
- @skyrpex/props-to-local - Vue mixin that maps props to local data.
- vue-inject - Dependency injection for Vue 2.x Components
- vue-deepset - Interact with deeply nested fields in Vue/Vuex objects/state with v-model in Vue 1.x and 2.x
- vue-gaspard - DOM helpers plugin for Vue.js
- vue-configuration - A static configuration object for Vue.js
- vue-lodash - A simple wrapper for integrating lodash to Vue 2.
- vue-ramda - Vue Wrapper for ramda
- vue-router-user-roles - Protects routes based on user roles. Add your own authentication.
- vue-messenger - A series of useful enhancements to Vue component props: Transform, Enum-type, Numeric-type, Two-way data bindings.
- vue-uuid-v4 - Plugin Vue2 to easy get UUIDv4
- vue-async-operations - Managing async operations statuses in your Vue components
- vue-direction - ? Direction aware hover in Vuejs
- vue-unique-id - Generates unique component ids and component-scoped HTML ids.
- stfalcon-vue-di - ⭐️ Lightweight DI for vue components️ ❤️
Web Workers
- vue-worker - A Vue.js plugin to use webworkers in a simply way.
- vue-log-worker - A Vue.js plugin to log error and vuex mutations to your backend through a web worker
JSX
- jsx-vue-functional - A Babel plugin that brings syntactic sugar for Vue functional components.
- jsx-event-modifiers - A Babel plugin that adds event modifiers similar to Vue templates to JSX.
- jsx-v-model - A Babel plugin that brings
v-model
to JSX. - vue-jsx-sync - A Babel plugin that brings vue
sync modifier
to JSX.
Migration
- vue-backbone - Vue.js Plugin to facilitate Backbone integration.
Web Sockets
- vue-socket.io - Socket.io implementation for vuejs.
- vue-websocket - Simple websocket (socket.io) plugin for Vue.js.
- vue-echo - Integrates Laravel Echo into Vue, allows for easy registration of socket events.
- vue-socket-cluster - Web Sockets for vue with uws(Micro web sockets) through socket cluster
- vue-native-websocket - Native websocket implementation for Vuejs 2 and Vuex
- vue-socket.io-extended - Socket.io bindings for Vue.js and Vuex
- vue-phoenix - Elixir Phoenix Web Socket implmentation for vuejs. Also provides typescript decorator for better use.
Payment
Payment utilities.
Stripe
- vue-stripe-checkout A simple vue plugin for Stripe checkout.
- vue-stripe-payment Vue wrapper for jquery.payment by Stripe.
Paypal
- vue-paypal-checkout A simple Vue.js wrapper component for paypal-checkout.
Plaid
- vue-plaid-link Easy to use Vue component for Plaid Link.
Integrations
Integrate with services or other frameworks
- vue-disqus - Vue component to integrate Disqus comments in your application, with support for SPA.
- vue-youtube-embed - Vue.js and YouTube.
- vue-add-to-calendar - A Vue.js component that provides "Add to Calendar" functionality, works with Vue 2.X.
- Vue + Meteor - Vue first-class integration in Meteor.
- av-ts - A modern, type-safe, idiomatic Vue binding library.
- Neutronium - Build .NET desktop applications using HTML, CSS and javascript.
- vue-typescript-jest - Jest preprocessor.js for Vue.js components (supporting html, pug, and babel) and TypeScript.
- vue-jest-utils - Utilities for testing Vue.js components using Jest.
- vue-custom-element - Vue Custom Element - Custom Elements for Vue.js.
- vue-cordova - Vue.js plugin for Cordova.
- vue-wamp - AutobahnJS wrapper library fo Vue.js.
- express-vue - Vue rendering engine for Express.js. Use .Vue files as templates using res.render().
- vue-grecaptcha - Google reCAPTCHA for VueJS 2
- vue-recaptcha - Google reCAPTCHA component for Vue.js
- require-vuejs - RequireJS plugin to async and dynamic load and parse .vue components.
- facebook-login-vuejs - Vue Component for Authenticating your Facebook App and get the benefits of Facebook Login.
- vuejs/vuefire - Official Firebase Integration for VueJS
- vuefire - Firebase for VueJS and Vuex
- vue-runkit - RunKit Embed for Vue.js
- vue-youtube - Provides a simple layer for you to use your imagination while over the YouTube IFrame Player API. (Compatible with SSR)
- vue-introjs - Integrates intro.js step-by-step guide and feature introduction with Vue.js http://introjs.com/.
- vue-loopback - Loopback and Vue application template
- vue-laroute - Integrate Laravel routes into your VueJS application using laroute.
- vue-raven - Automatically reports uncaught JavaScript exceptions triggered from vue component.
- vue-telegram-login - Vue Component for Telegram Login by @vchaptsev
- vuexpress - Vue + Express.js = VueXpress / A server side rendering engine for Express.js. Use .vue files as your express.js templates.
- vue-fixer - A simple vue component for the fixer API.
- amazon-cognito-vuex-module - Vuex module for Amazon Cognito.
- vue-web3 - Web3 blockchain bindings for Vue.js (inspired by Vuefire and Drizzle)
- sbt-vuefy - Vue.js integration for Playframework
- loopback-vue-starter - LoopBack and Vue starter template with easy plugin management through
vue-cli
andvue ui
. - vue.py - Write Vue.js Components in Python
- vue-telegram-passport - Vue Component for Telegram Passport by @vchaptsev
- vue-facebook-login-component - A fully customizable component for integrating Facebook login.
- vue-programmatic-invisible-google-recaptcha - A simple invisible Google reCAPTCHA component focused solely on programmatic invocation.
- vbuild - Its main purpose is to let you use components (.vue files) in your vuejs app, without a full nodejs stack. Since 0.6 versions : you can create your component in pure python !
- feathers-vuex - is a first class integration of the Feathers Client and Vuex. It implements many Redux best practices under the hood, eliminates a lot of boilerplate code, and still allows you to easily customize the Vuex store.
- vue-nocaptcha - Aliyun noCAPTCHA component for Vue.js
- ionic-vue - Vue.js integration for Ionic v4
- vue-0xcert - Vue.js integration for 0xcert Framework - an open-source library that provides tools for building powerful decentralized applications
- vue-zdog Vue wrapper for zDog - a minimalist 3D engine for the browser
Vue CLI 3 Plugins
- vue-cli-plugin-cordova - Vue CLI 3 Plugin to add Cordova easily to your project
- vue-cli-plugin-component - Vue CLI 3 Plugin to create component
- vue-cli-plugin-modular-vuex - Vue CLI 3 Plugin to create modular Vuex store files
- vue-cli-plugin-modular-router - Vue CLI Plugin to create modular route files
- vue-cli-plugin-docker-nginx - Vue CLI Plugin to add a docker deployment using a minimal nginx server
- vue-cli-plugin-element - Vue CLI 3 Plugin to build an enterprise application with element-ui in seconds
- vue-cli-plugin-electron-builder - Vue CLI 3 Plugin for Electron with no required configuration that uses Electron Builder.
Google Analytics
- vue-ua - Google Universal Analytics support in Vue.js.
- vue-analytics - Vue plugin for Google Analytics.
- vue-gtm - Vue plugin for Google Tag Manager
Yandex Metrika
- vue-ya-metrica - Vue plugin for Yandex.Metrica
- vue-yandex-metrika - Vue plugin for Yandex Metrika with router integration, plugin options by @vchaptsev
Dev Tools
- vue-dev-server - A small development server for building
vue
components. - vuepack.org - A simple page that allows you to select Vue components and download them as a single minified JS file.
- Storybook - The UI Development Environment. works with v3.2+ later.
- Font Awesome Finder - Chrome extension to search, preview and choose Font Awesome icons and copy the selected icon HTML code & Unicode to clipboard.
- vue-dummy - Placeholder Text and Dummy Images as a simple
v-dummy
directive. - Bit - Manage and reuse
vue
components between projects. Easily isolate and share components from any project without changing its source code, organize curated collections and install in different projects. - Vuenut - is a component to develop faster and more fluently.
- ComponentFixture - is a component design to develop and test other components, automatically binding their props.
- vue-cli-template-dev-server - A development server for building vue-cli custom templates.
Inspect
Inspecting & debugging
- Vue.js devtools - Chrome devtools extension for debugging Vue.js applications.
- DejaVue - Visualization and debugging tool built for Vue.js.
- vue-clicky - Right click any component to show info about it in the console.
- vuejs-logger - Provides customizable logging functionality for Vue.js.
- bugsnag-vue - Official Vue.js plugin for bugsnag error reporting
- vue-inspector - Vue.js Inspector for Mobile Devices
- Vue Performance Devtool - Vue Performance Devtool is a browser extension for inspecting the performance of Vue Components
- VueSource - Global Vue mixin which identifies components in source code by adding HTML comments
- NW-Vue-DevTools - DevDependency for adding Vue DevTools into NW.js
- bruit-io - Collect feedbacks with screenshot and technical data and post them to an API like bruit.io.
Docs
Create documentation
- vue-markdown-loader - Convert Markdown file to Vue Component.
- vue-play - A minimalistic framework for demonstrating your Vue components.
- vue-styleguide-generator - React inspired style guide generator for Vue.js.
- CheatSheet - Complete Interactive API.
- Vuex CheatSheet - Complete Interactive Vuex API.
- vue-styleguidist - A style guide generator for Vue components with a living style guide.
- vue-elucidate - A component that generates beautiful documentation for your living styleguide / design system.
- vue-md-loader - Markdown files to ALIVE Vue components.
- @vuedoc/parser - Generate a JSON documentation for a Vue file component.
- @vuedoc/md - Generate a Markdown Documentation for a Vue file.
- jsdoc-vue-component - A jsodc3 plugin that extract vue SFC info(name, props, events...) to document.
- jsdoc-vuedoc - A jsdoc3 plugin use
@vuedoc/md
. - vue-storybook – Add
<story>
blocks to your Vue single file components for tighter integration of Vue + Storybook - vue-patterns - Useful Vue patterns, techniques, tips and tricks and helpful curated links.
- vuese - One-stop solution for vue component documentation.
Test
- vue-container - A simple dependency injection library for Vue 2.
- vuenit - Utilities for testing Vue components and directives.
- vue-unit - A library for Vue.js that makes it easier to create and unit test components.
- vue-a2b - A library for Split Testing with Vue.js. Highly configurable and tiny (1.2k gzipped).
- vue-test-utils - Official utilities for testing Vue components.
- vue-test-actions - Unit testing Vuex actions with Jest mocks.
- jest-vue-matcher - Additional jest matchers for vue
- vue-hubble - A better way to select elements for UI testing in Vue.
- Vue Testing Library - Simple and complete testing utilities that encourage good testing practices. Based on DOM Testing Library and built upon the official Vue Test Utils.
Browser-less require
Load Vue components without browser
- vuegister - Vuegister (a portmanteau of vue & register) is a require hook for loading of the Vue.js single-file components (or .vue files).
- vue-node - Load vue components in node.
Source Code Editing
Text editor plugins
Atom
- language-vue@atom.io - Vue component file syntax for Atom.
- language-vue-component@atom.io - Adds syntax highlighting to Vue Component files in Atom.
- vue-snippets@atom.io - Atom snippets for Vue component files.
- vue-autocompile@atom.io - Auto compile vue file on save.
- lint-sass-vue@atom.io - Atom.io package to lint Sass/SCSS in
.vue
files. - vuejs2-snippets@atom.io - Atom snippets for javascript and components, including lifecycle hooks, directives, properties, vuex, vue-router, vue-i18n support.
- vue2-autocomplete@atom.io - Vue.js 2.0+ autocomplete for Atom.
Sublime Text
- Vue Syntax Highlight - Sublime Text syntax highlighting for single-file Vue components.
- VUEFormatter - Sublime Text code format
- vuejs-sublime-complete - Sublime Text code complete
- Vue Next Formatter - Sublime Text Vue formatter, Supported ES5/6/7, Less/Sass and Pug/Html template.
Vim
- Vim Vue - Syntax Highlight for Vue.js components.
- vim-vue-plugin - Vim syntax and indent plugin for .vue files.
Visual Studio Code
- Vetur - Vue tooling for VSCode.
Visual Studio
- VuePack - Contains HTML Intellisense and code snippets for the Vue.js JavaScript library.
Brackets
- Brackets Vue - Brackets extension for Vue.js.
Intellij
- Vue.js support for WebStorm, IntelliJ IDEA, PhpStorm, PyCharm & RubyMine – official Vue.js support by JetBrains
Emacs
- Vue Mode - Emacs major mode for vue.js.
Kate
- Kate Syntax Files - Syntax files (modified or original) for katepart (kate, kwrite, kdevelop).
Scaffold
Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generator
- vue-cli - Simple CLI for scaffolding Vue.js projects.
- Vue-Django - A boilerplate to set you up in bringing the awesomeness of VueJS into a Django (Python) app.
- python-vuejs - Gluing Python web frameworks and Vue.js with a set of scripts. Basically a
vue-cli
wrapper. - generator-vue-plugin - Yeoman generator generating vue plugin.
- vue-seed - vue-seed is minimal seed for those looking to get up-and-running with Vue
- nuxt-seed - nuxt-seed is minimal seed for those looking to get up-and-running with Vue and Nuxt
- rails_vue_melt - Rails view with webpack=vue optimizer.
- vue-starter - A Vue.js starter kit that lets you focus on more programming and less configuration.
- vue-standalone-component - A standalone component generator with documentation support using jsdoc and vue-styleguidist
- vuejs-wordpress-theme-starter - A WordPress theme with the guts ripped out and replaced with Vue
- Cordovue - A sample Apache Cordova application using Vue.
- Cookiecutter-Django-Vue - Django+VueJS+Docker customizable project generator with a large number of settings/integrations by @vchaptsev
- iBiu A visual CLI for scaffolding large Vue projects in 2 seconds.
- wp-vue - A simple Vue blog template that displays posts from a WordPress REST API endpoint.
- vue-cli-template-nativescript - Template for starting new nativescript+vue projects with rollup+babel+eslint
- vue-element-ui-scaffold - Online and visual Vue 2 with Element-UI CRUD scaffold/generator.
- vue-firebase-element-ui-scaffold - Online and visual Vue 2, Element-UI and Firebase scaffold/generator with CRUDs, authentication, file/image upload, activity log and more.
- vuesion - The most complete boilerplate for production-ready PWAs. With focus on performance, development speed, and best practices
- vue-vuex-typescript-webpack-seed - A seed project with Vue, Vuex, Typescript, Scss & Webpack with hot reloading
- VueCharged Template - A highly opinionated, feature-first Vue 2 template with CLI scaffolding. Uses Vue 2, Vuex, Vue Router and Vue I18n.
- Huncwot - Vue.js boilerplate with Node.js for building modern JavaScript applications with « batteries included » approach.
- wemake-vue-template - Bleeding edge vue template focused on code quality and developer happiness. Featuring: nuxt, flow, and jest.
- vue-lib-template - ? A simple template for building and publishing Vue component/library as a opensource.
- Awesome Vue Boilerplate - ? Awesome Vue, ? Vuex, Vuex-pathify, element-ui, tailwindcss
- ScaffoldHub.io - Generate full Vue applications with SQL, MongoDB or Firebase Firestore databases.
- VuePlay - Generate disposable Vue playgrounds in seconds. Allows you to test things quickly.
- Mevn-CLI - Light speed setup for MEVN stack based apps.
- vue-cli-template-registry - A solution for installing vue-cli custom templates hosted on private/enterprise repositories.
- vue-enterprise-boilerplate - An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI 3.
Client
Render Vue application in the browser only
- Vue Plugin Boilerplate - Boilerplate for Vue.js plugin.
- Bourgeon - Bourgeon is an opinionated-featured VueJS 2.0 setup for Webpack.
- VuePack - A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron).
- Vue Settler - An opinionated Vue 2.0 SPA Starter.
- vue-build - Ultra Simple, Development, Testing and Production Build Cli.
- Vue Element Starter - Robust Vue 2 starter with Element-UI.
- vue-multiple-pages - A modern Vue.js multiple pages starter which uses Vue 2, Webpack2, and Element-UI
- vue-typescript-boilerplate - A Vue.js typescript SPA starter with Vue 2, Vue Typed, Vuex, Vue Router and localization
- vue-tachyons-template - A Vue 2 project starter template w/ Tachyons, Webpack, and ESLint
- Vuets - A Vue, TypeScript ready boilerplate using class-style components, vue plugin options, webpack & vue-cli.
- MMF-FE/vue-typescript - A vue2.x typescript template.
- Friendly Vue Starter - A full featured Vue.js starter project with GraphQL support via Apollo-client (Vuex, Vue-router, Vue-i18n, Webpack 3, Eslint, Prettier, ...)
- vue-webpack-typescript - A Vue 2.2 Webpack 2 and Typescript 2 setup with hot reload, unit testing, code coverage, sass and bundling/minification.
- vue-ts-amd - A full-featured Vue.js 2 boilerplate using AMD pattern (RequireJS) and Typescript.
- vue-2-boilerplate - Vue 2 boilerplate for developing medium to large single page applications by petervmeijgaard
- layout - A full-featured Webpack + Vue Extend layout
- layout-simple - A simple Webpack + Vue Extend layout
- vue-cli-template-library - Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease.
- vue-cli-template-github-pages - A full-featured Webpack + vue-loader setup for Github Pages Deployment with travisCI.
- vue-webpack-chrome-extension-template - Template for quick creation of Chrome extension on Vuejs hot reloading when developing.
- buildless-vue - Quickly use Vue without a build step.
- vue-component-template - Webpack setup for building & publishing a Vue component/library (with docs/demo site).
- vue-auth-boilerplate - Vue SPA boilerplate with Router/Vuex/CLI3 and auth functions (cool looking register and login). Works with minimal setup out of the box with laravel-api-boilerplate-jwt.
- vue-atomic-design - Vue front-end boilerplate based on atomic design methodology.
Universal
Render Vue application to HTML on the server and to the DOM in the browser
- SPA Starter Kit - A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js.
- SSR Boilerplate - Vue.js Server Side Rendering Boilerplate without Polluting Vuex.
- neutrino-preset-vue-static - A minimalistic starter kit for building static sites using Vue.js.
- Vueniverse - A fully featured, universal Vue template for user-based applications, powered by Nuxt.js and Express.
- vue-preload - A plugin Vue for adding
<link rel="preload"
capabilities - Vue.js/Nuxt.js full featured boilerplate professional agency frontend template for building fast, robust, and adaptable web apps or sites by vuejs/nuxtjs.
Server
Includes a backend boilerplate
- Vuetober - Single page apps with Laravel, Vue.js, and October CMS.
- Toucan - Boilerplate for building single page apps. Server is multi-project .Net Core solution designed around SOLID principles. Client is TypeScript 2, Vuejs 2, Vuex 2.
- vue-server-demo - Writing koa server in Vue.
- vue-apollo-connector-kit - JWT authentication with 2 different strategies (localStorage and httpOnly cookies). Authorization using custom directives (apollo).
- DotVue - Implement .vue file handler in .NET with server ViewModel postback. Single-file components with server-side ViewModel. Use all power of VueJS with simple C# server side data access.
- isomor-vue-app - Setup a working environment with Vue and isomor, to unify the frontend and the backend by generating automatically the API.
Electron
- Electron Vue - An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
- VuePack - A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron).
- vue-flexible-link - Tiny Vue component for Electron to open links in a browser. Ideal for cross environment apps (Web & Native)
- vuelectron - electronjs starter kits for vue.
- vue-design - the best website visualization builder with Vue and Electron.
- vue-cli-plugin-electron-builder - A Vue Cli 3 plugin for Electron with no required configuration that uses Electron Builder and Electron Webpack.
- dapp - Boilerplate for stack of Vue/Parcel/Electron.
- vue-electron-template - An Electron & Vue.js boilerplate with Hot-reloading enabled and common Vue plugins, dev and build scripts configured using webpack-4
Parts
Scaffold parts of the app
- vue-generator - A CLI generator for Vue components, views and store modules.
- vue-component-generator - A generator for vue component, supports Vue1.X and Vue2.X.
- rapydml_cmp - Vue-component pythonic generator, built on top of RapydML & RapydScript.
- vue-authoring-template - Template for authoring also publishing Vue component and their use case in story-scenario (storybook) format in easy way.
- vue-component-boilerplate - Template for generating the boilerplate code for a VueJS components, with build scripts and testing pre-installed.
- vue-generate-component-typescript - A typescript code generator for vue, it can generate components, directives, filters.
Runtime
Command Line / Terminal
- blessed-vue - A VueJS runtime to let you write command line UI in Vue Edit
Prerendering
- react-snap - A zero-configuration static pre-renderer for SPA
- prerender-plugin - A Node.js/ webpack plugin to prerender static HTML in a single-page application (SPA).
- vue-prerender - A Vue.js tailored plugin which implements three strategies for prerendering Vue.js pages using headless chrome.
- Rendora - dynamic SSR (server-side rendering) using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
原文:https://github.com/vuejs/awesome-vue
本文:
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 228 次浏览
【工作流引擎】精选的开源工作流引擎列表
awesome-workflow-engines
A curated list of awesome open source workflow engines
Full fledged product
- Airflow
- Python-based platform for running directed acyclic graphs (DAGs) of tasks
- Argo
- Open source container-native workflow engine for getting work done on Kubernetes
- Azkaban
- Batch workflow job scheduler created at LinkedIn to run Hadoop jobs.
- Brigade
- Brigade is a tool for running scriptable, automated tasks in the cloud — as part of your Kubernetes cluster.
- Cadence
- An orchestration engine to execute asynchronous long-running business logic developed by Uber Engineering.
- CloudSlang
- Workflow engine to automate your DevOps use cases.
- Conductor
- Netflix's Conductor is an orchestration engine that runs in the cloud.
- Copper
- A high performance Java workflow engine.
- Cromwell
- Workflow engine written in Scala and designed for simplicity and scalability. Executes workflows written in WDL or CWL.
- Cylc
- Workflow engine that orchestrates complex distributed workflows with cyclic or acyclic graphs. It was originally designed to automate weather forecasting systems at NIWA.
- DigDag
- Digdag is a simple tool that helps you to build, run, schedule, and monitor complex pipelines of tasks.
- Fission Workflows
- A high-perfomant workflow engine for serverless functions on Kubernetes.
- Flor
- A workflow engine written in Ruby.
- Imixs-Workflow
- A powerful human-centric Workflow Engine based on the BPMN 2.0 standard.
- Kiba
- Data processing & ETL framework for Ruby
- Mistral
- Workflow service, in OpenStack foundation.
- Oozie
- Workflow Scheduler for Hadoop.
- Pegasus
- Automate, recover, and debug scientific computations.
- Pinball
- scalable workflow manager by Pinterest
- Piper
- A distributed Java workflow engine designed to be dead simple.
- RunDeck
- Job Scheduler and Runbook Automation.
- Titanoboa
- Titanoboa is a platform for creating complex workflows on JVM.
- Wexflow
- A high-performance, extensible, modular and cross-platform workflow engine.
- Workflow Core
- Workflow Core is a light weight workflow engine targeting .NET Standard.
- Workflow Engine - A lightweight .NET and Java workflow engine.
- Zeebe
- A workflow engine for microservices orchestration that's capable of executing BPMN models, developed by the team at Camunda
BPM Suite
- Activiti
- Activiti is a leading lightweight, java-centric open-source BPMN engine supporting real-world process automation needs.
- Activiti Cloud - is now the new generation of business automation platform offering a set of cloud native building blocks designed to run on distributed infrastructures.
- Flowable
- The Flowable project provides a core set of open source business process engines that are compact and highly efficient. They provide a workflow and Business Process Management (BPM) platform for developers, system admins and business users.
- jBPM
- The core of jBPM is a light-weight, extensible workflow engine written in pure Java that allows you to execute business processes using the latest BPMN 2.0 specification.
SAAS
- Bip.io - Web Automation For People And Robots.
- Zenaton - Workflow engine for data processes and background jobs available in PHP, Node.js, Python and Ruby.
Library (embedded usage)
- Camunda
- Both a java library and optionally a full fledged product on top of it.
- Captain
- Distributed, light-weight java workflow engine for a microservice architecture.
- Luigi
- Python module that helps you build complex pipelines of batch jobs.
- Viewflow
- Reusable workflow library that helps organize people collaboration business logic in django applications.
- Workflow Core
- Lightweight workflow engine for .NET Standard
原文:https://github.com/meirwah/awesome-workflow-engines
本文:https://pub.intelligentx.net/curated-list-awesome-open-source-workflow-engines
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 450 次浏览
【开发工具】2022 年面向 Vue 开发人员的 5 大 VS Code 扩展
如果您是 Web 开发人员,很有可能正在使用 VS Code。毕竟,它是最流行的代码编辑器。在很大程度上,它的受欢迎程度主要归功于开源、高度可配置和可扩展性。
在本文中,我们将看看一些专门针对 Vue 的最佳 VS Code 扩展。随着Vue 3的采用,生态系统发生了很多变化,相关工具也不例外。这是您需要了解的有关正在进行的更改以及 2022 年要使用的扩展程序的所有信息!
随着 Vue 3 + TypeScript 组合越来越受欢迎,Vue 的官方 VS Code 扩展 — Vetur — 开始出现问题,例如将 Vue 与 TypeScript 一起使用时 CPU 使用率高,或者缺乏对 Vue 3 的新 <script setup> 语法的支持。
这就是创建 Volar 的原因——解决 Vetur 的问题,并为 Vue 3 + TypeScript 用户提供可能的最佳开发体验。它为 Vue 3 提供完整的语言支持——包括标准的单文件组件 (SFC) 语法及其最新添加的内容,如 <script setup>。
如果你正在使用 Vue 3——尤其是 TypeScript——你应该看看 Volar。它是 Vue 的创建者推荐的,也是 Vite 开发的推荐扩展。
尽管 Volar 是 Vue 3 的当前推荐,但 Vetur 不会很快消失。它仍然是目前最流行的 Vue 相关 VS Code 扩展,并且许多生态系统仍在 Vue 2 上运行,对于那些没有升级的人来说,它是最好的选择。
与 Volar 一样,Vetur 提供了完整的语言支持,虽然更加成熟和功能丰富,但在 Vue 3 和 TS 支持方面有所欠缺。您仍然可以在 Vue 3 和 TS 中使用它就好了,但您应该意识到可能缺乏经验。
已经有人讨论在 Vetur 下再次结合现代 Vue 工具;但是,目前,您仍然必须选择哪个用于您的工作流程。
想要使用 Vetur 的一些附加功能(Snippets、ESLint 和 Prettier 集成)但希望拥有良好的 Vue 3 + TS 体验的开发人员还有一个解决方案 - VueDX。
VueDX(又名 Vue 开发者体验)是一组工具,旨在改善 Vue 的开发体验——特别是对于那些将它与 TypeScript 一起使用的人。它与 Vetur 集成得非常好,填补了它的许多功能漏洞。
主要扩展 - VueDX - 扩展 TS 以提供 .vue SFC 的类型检查、完成、重命名和重构。此外,还有一个 SFC 语法高亮扩展和一个独特的预览——VueDX 扩展,用于在 VS Code 中实时预览 Vue 组件。
Vue VSCode 片段(Vue VSCode Snippets)
代码段一直是提高编码效率的好方法,在 Vue 中也不例外。
Vue VSCode Snippets 提供了一组很棒的代码段,可用于 Vue 2 和 Vue 3。有用于常见导入的代码段、Vue 3 的组合 API、选项 API、生命周期钩子等等。
这个扩展将很棒的 ESLint linter 直接集成到 VS Code 中,直接在你的代码中向你展示所有的 linting 问题。虽然不是特定于 Vue 的,但 Vue 为 ESLint 提供了官方插件,以确保您的 Vue 代码中的最佳实践的正确性和使用。
要正确配置您的设置,请确保遵循官方文档。该插件提供了许多 linting 规则,您可以通过提供的预设之一或一对一地使用它们。如果您使用的是 TypeScript — 您还应该查看 TypeScript ESLint 工具。
必备品
现在,除了上述所有内容之外,VS Code 市场充满了我认为无论您在做什么类型的 Web 开发都必不可少的扩展。以下是我个人的一些首选。
- Prettier 是一种自以为是的代码格式,可以在任何配置的操作(例如文件保存)上快速格式化您的代码。支持开箱即用的 Vue SFC 语法。
- GitLens 是一个功能丰富的扩展,可满足您所有的 Git 需求。我最喜欢的功能是 Git 修订导航、Git 代码镜头和丰富的 Git 侧边栏视图。
GitHub 存储库
谈到 Git,GitHub Repositories 是一个相当新的扩展(目前处于预览阶段),它允许您在舒适的 VS Code 编辑器中搜索、获取和浏览任何可访问的 GitHub 存储库的代码。将它与 GitLens 结合起来,在任何开源 Vue 项目上工作都将是一场爆炸!
值得注意的是,此扩展可能会在不久的将来成为内置功能。
代码拼写检查器(Code Spell Checker)
Code Spell Checker 鼓励您提高代码的可读性和语法正确性。它会根据任何已安装的字典检查您代码中的单词,以确保它首先是正确的和人类可读的。如果您想完善您的命名游戏 - 这是必不可少的。
TODO 亮点(TODO Highlight)
如果您习惯于在代码中留下大量 TODO 类型的注释,以便您将来应该做的事情,TODO Highlight 正适合您。它不仅会突出显示带有 // TODO: 或 // FIXME: 等标签的评论,还会向您展示所有 TODO 的摘要!
结论
就是这样了!希望您发现这篇文章很有见地,现在知道应该为 Vue 开发考虑哪些扩展。现在 Vue 生态系统发生了很多变化,我希望你和我一样兴奋地看到 2022 年的未来。
原文:https://medium.com/@epicprogrammer/top-5-vs-code-extensions-for-vue-dev…
- 186 次浏览
【首席架构师推荐】一个棒棒的Flutter库,工具,教程,文章列表。
Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase.
If you appreciate the content ?, support projects visibility, give ?| ⭐| ?
![]() |
Contents
- Articles
- Videos
- Components
- Navigation
- Template
- Plugins
- Frameworks
- Open Source Apps
- Web
- Utilities
- Community
- Bonus
Articles
Introduction
- Google IO 2018 [??] - Building beautiful, flexible user interfaces.
- Presentation - by Helio S. Junior.
- Flutter Web [??] - Ins and Outs of Flutter Web by Nash.
Websites / Blogs
- Welcome to Flutter - English and French blog dedicated to providing practical solutions to most asked questions about Flutter by Didier Boelens.
- SZAŁKO-BLOG - Step by step advanced design by Marcin Szalek.
- Flutter by Example - Tutorials based on Redux, Firebase, Custom Animations, and UI.
- Flutter Institute - Very original content and tutorials by Brian Armstrong.
- Iirokrankka.com - Articles and tutorials and anything related by Iiro Krankka.
- Norbert - In depth articles, features and app creation by Norbert515.
- Flutter Tips - Articles, tips & tricks in the development by Diego Velásquez.
- FilledStacks - Tutorials and guides on development by Dane Mackier.
Tutorial
- Animated Chat - Building beautiful UIs by Google Code Labs.
- Firebase Chat - Firebase integration by Google Code Labs.
- Planets-Flutter: from design to app - Detailed planets design tutorial.
- Todo List [114⭐] – Step by step tutorial how to build Todo List with Flutter by Andrei Lesnitsky
Beginner
- Zero to One Animation [??] - Focus on animation by Mikkel Ravn.
- Animations in Flutter [??] - Commonly used animation examples by Muhammed Salih Güler.
- Layout Cheat Sheet - Extensive examples of layout widgets by Tomek Polański.
- Pooja's Guide to Flutterverse [??] - Step by step guide for learning Flutter for super beginners by Pooja Bhaumik.
Advanced
- Rendering Pipeline [358?] - Engine architecture by Adam Barth.
- Render Objects [??] - What are Widgets, RenderObjects and Elements? by Norbert515.
- Streams and RxDart - Skillmatters presentation by Brian Egan.
- Gesture System [??] - Flutter Deep Dive: Gestures by Nash.
- Schemas - Widget, State, Context and InheritedWidget explanations by Didier Boelens.
- Rendering Engine Tutorial [??] - Flutter's Rendering Engine: A Tutorial by AbdulRahman AlHamali.
- Inherited Widget - Flutter’s InheritedWidget to hold app state by Chema Molins.
- From Mobile to Desktop - Building applications for smartphones and desktops by Marcelo Henrique Neppel.
- Accessibility widgets [??] - Deep dive information about all aspects of accessibility by Muhammed Salih Güler.
- Profiling w/ Timeline [??] - Using the Timeline allows you to find and address specific performance issues in your application by Chinmay Garde.
Howtos
- Parallax Effect - Parallax & non linear animation by Marcin Szalek.
- Build Flavor [??] - Define build configurations and switch them by Salvatore Giordano.
Videos
- Boring Show - Exploration with the Flutter Team.
- Tensor Programming [81?] - Very rich content by Tensor Programming.
- Mtechviral [151?] - [Hindi/English] Mtechviral Series By Pawan Kumar.
- Flutter in Practice - Free video course for beginners & non-programmers by Zaiste.
- Whatsupcoders [81?] - Free video series on Flutter Widgets by Kamal.
- Fluttery - High-production value and in-depth challenges.
Components
Demonstrations
- Official Gallery - Demo for the material design widgets provided by Flutter Team.
- Flutter Examples [3443⭐] - Simple basic isolated apps for devs by Nishant Srivastava.
- Flutter Catalog [702⭐] - An app showcasing Flutter components, with side-by-side source code view, by X-Wei.
Web Demonstration
- Flutter Widget Live Book - Live web preview of widgets by JianyingLi.
UI
- Contact Picker [42⭐] - Picking contact from the address book by Michael Goderbauer.
- StaggeredGridView [960⭐] - GridView with tiles of variable sizes by Romain Rastel.
- Radial Menu [243⭐] - Animated Radial Menu by Victor Choueiri.
- Tinder Cards [322⭐] - Tinder like cards swipe effect by Ivascu Adrian.
- Login Animation [651⭐] - Smooth animation from login to home by Ruchika Gupta.
- Flip Panel [240⭐] - Flip panel with built-in animation by HungHD.
- Facebook Reactions [134⭐] - Facebook reactions widget by Duy Tran.
- Flushbar [369⭐] - Highly configurable Snackbar by Andre Haueisen.
- Stepper Touch [127⭐] - Lateral value stepper nicely animated by Raouf Rahiche.
- Typeahead [236⭐] - Display overlay suggestions to users as they type by Abdul Rahman Al Hamali.
- Snaplist [193⭐] - Create snappable list views by David Leibovych.
- Pin Code [71⭐] - Animated & customisable Pin code for login and OTP by Liew Jun Tung.
- Folding Cell [170⭐] - Fold your widget by Faob.
- Liquid Pull To Refresh [407⭐] - A beautiful and custom refresh indicator by Ayush Agarwal.
- Slide Container Slide vertically and horizontally with a smooth dampened motion by Quentin Le Guennec.
- Rubber Bottom Sheet [189⭐] - Elastic material bottom sheet by Mattia Crovero.
- Direct Select - Selection widget with an ethereal, full-screen modal popup by Ivan Yatsouba.
- Before After [226⭐] - Beautiful slider which makes it easier to display the difference between two images, by Sahil Kumar.
Sticky Headers
- Sticky Infinite List [30⭐] - Highly configurable multi directional infinite list with Sticky Headers by TatsuUkraine.
- Sticky Header [341⭐] - Sliver based sticky headers by Romain Rastel.
- Sticky Headers [367⭐] - Configurable sticky headers by Simon Lightfoot.
Drawers
- Hidden Drawer Menu [90⭐] - Beautiful drawer mode menu feature with perspective animations by Rafael Almeida Barbosa.
- Flutter Inner Drawer [74⭐] - Easy way to create an internal drawer (left / right) where you can enter a list-menu or other by Di Natale Antonino.
Bottom bars
- Fancy Bottom Navigation [234⭐] - Animated bottom navigation by Tony Owen.
- Circular Bottom Navigation [198⭐] - Beautiful animated bottom navigation bar by Iman Khoshabi.
- Bottom Navy Bar [215⭐] - Beautiful and colorful animated bottom navigation bar by Pedro Massango.
Sliders
- RangeSlider [178⭐] - 2-thumb configurable RangeSlider by Didier Boelens.
- Fluid Slider [151⭐] - A slider with a minimal design and fluid like animation by Vamsi Krishna.
- Flutter Xlider [99⭐] - A material design slider and range slider, horizontal and vertical, with RTL support by Ali-Azmoud.
UI Helpers
- Reorderables [134⭐] - Drag&Drop Table, Row, Column, Wrap(Grid) and SliverList elements by Hansheng Chiu.
- Liquid Pull To Refresh [407⭐] - A beautiful and custom refresh indicator by Ayush Agarwal.
- Infinite Listview [70⭐] - Infinite scroll in both directions by Simon Lightfoot.
- Offline [338⭐] - Tidy utility to handle offline/online connectivity by Jeremiah Ogbomo.
- Scroll To Index [72⭐] - Scroll to specified child element with given index for SliverList/ListView by Jerry Chen.
- In View Notifier List - ListView that notify when widgets are on screen within a provided area by Vamsi Krishna.
- Snap [31⭐] - Tool/Widget for extensive snap management & snapping between widgets by Ali Yigit Bireroglu.
- Flick [4⭐] - Tool/Widget for extensive flick management. Work flawlessly with the snap lib or standalone by Ali Yigit Bireroglu.
Material Design
- Material Color Picker [70⭐] - Based on the Google Docs color picker by Lung Razvan.
- Unicorn Speed Dial [165⭐] - Floating Action Button with Speed Dial by Tiago Martins.
- Slidable [872⭐] - Slidable list item with left and right slide actions by Romain Rastel.
Cupertino Design
- Peek & Pop [29⭐] - Peek & Pop implementation based on the iOS functionality by Ali Yigit Bireroglu.
Effect
- Frosted Glass - Render effect by Collin Jackson.
- Parallax [467⭐] - ViewPager by Iiro Krankka.
- Shimmer [575⭐] - Shimmer effect while content is loading by HungHD.
- Wave [281⭐] - Displaying some waves with custom color, duration, floating and blur effects by RockerFlower.
- Liquid Swipe - A plugin to provide a Liquid swipe to your stacked containers by Sahdeep Singh.
Calendar
- Calendar Widget [86⭐] - Calendar widget by David Bennett.
- Calendar Carousel Widget - Calendar carousel by dooboolab
- Date range picker - Date range picker modified based on Flutter date picker by An Doan
- Table Calendar [255⭐] - Calendar organized neatly into a Table, with vertical autosizing by Aleksander Woźniak.
Backend-Driven
- Dynamic Widget [239⭐] - Build your dynamic UI with json, and the json format is very similar with flutter widget code by Denny Deng.
Image
- Image Picker - Images Selection by Collin Jackson.
- Carousel Slider [448⭐] - Carousel slider widget, support infinite scroll and custom child widget by serenader.
- Parallax Image [160⭐] - Image parallax by Anatoly Pulyaevskiy.
- Photo View [595⭐] - Scalable image view with loading placeholder by Renan C. Araújo.
- SVG [507⭐] - SVG parsing, rendering, and widget library by Dan Field.
- Image Cropper [382⭐] - Crop your images support ratio, rotation, zoom by HungHD.
- Cached Network Image [745⭐] - Show images from the internet and keep them in the cache directory by.
- Multi Image Picker [416⭐] - Display multi image picker by Radoslav Vitanov.
- Lottie [79⭐] - Use airbnb's popular After Effects Animation library by Cameron Smith.
Map
- Google Map View [386⭐] - Displaying google map plugin by AppTree Software.
- GeoCoder [73⭐] - Forward and reverse geocoding by Aloïs Deniel.
- Map [14⭐] - Solution based on Leaflet and customizable by AppTree Software.
- Mapbox GL [213⭐] - Interactive, customizable vector maps by Mapbox.
- AMap [473⭐] - Access to AMap services(高德地图) by OpenFlutter.
Charts
- Circular Chart [244⭐] - Animated radial and pie charts by Victor Choueiri.
- Charts [167⭐] - LineChart and VerticalBarChart Library by Milan Zimmermann.
- Sparkline [164⭐] - Sparkline by Victor Choueiri.
- Charts [1054⭐] - By Google Charts Team.
- Flutter Plot [23⭐] - Pretty plots by R. C. Howell.
- Candlesticks [195⭐] - OHLC and Trade Volume Charts by Trent Piercy.
- FCharts [287⭐] - Beautiful, responsive, animated charts by Keenan Thompson.
- FL Chart [668⭐] - Draw fantastic charts in Flutter by Iman Khoshabi.
- Bezier Chart [169⭐] - Beautiful bezier line chart widget for flutter that is highly interactive and configurable by Diego Velasquez.
Navigation
- Fluro [1716⭐] - The brightest, hippest, coolest router for Flutter with Navigation, wildcard, query, transitions by Posse.
- PageView Indicator [68⭐] - Build page indicators for the PageView by Leo Cavalcante.
- Swiper [39⭐] - Horizontal, Vertical, Partial swipe with indicator by Xueliang Ren.
Auth
- Local Auth - Touch ID, lock code, fingerprint auth on iOS and Android.
- Login [377⭐] - FaceID, TouchID, and Fingerprint Reader by Rody Davis.
- Google Sign-In - Google OAuth.
- Firebase Auth - Firebase OAuth.
- Facebook Login [232⭐] - Authenticate with native Android & iOS Facebook login SDKs by Iiro Krankka.
- Apple Sign-In [39⭐] - Apple sign in by Tom Gilder.
- OAuth [121⭐] - Buffer, Strava, Unsplash, Github OAuth by Joe Birch.
- Firebase Phone Auth [??] - Phone number auth via SMS by Gildásio Filho.
- SimpleAuth [153⭐] - Azure Active Directory, Amazon, Dropbox, Facebook, Github, Google, Instagram, Linked In, Microsoft Live Connect, Github, OAuth, Basic Auth by James Clancey.
- Flutter AppAuth [38⭐] - Plugin for displaying local notifications by Michael Bui.
Text & Rich Content
- Markdown [351⭐] - Markdown renderer for Flutter. It supports the original format, but no inline html.
- Masked Text [123⭐] - Masked text with custom and monetary formatting by Ben-hur Santos Ott.
- Zefyr [787⭐] - Soft and gentle rich text editing by Memspace.
- AutoSizeText [530⭐] - Automatically resizes text to fit perfectly within its bounds by Simon Leier.
- Parsed Text [44⭐] - Interactive text based on content recognition, also supports Regex by Fayeed Pawaskar.
Analytics
- Usage [63⭐] - Google Analytics wrapper for command-line, web, and Flutter apps.
- Firebase Analytics - Connect to Firebase Analytics API.
- Segment.com Analytics [8⭐] - Make your Segment.com analytics a breeze! by Faisal Abid.
- Pure Mixpanel [13⭐] - Analytics for the popular Mixpanel.com Nick Manning.
Build automation
Build solutions
- Bitrise for Flutter - Flutter build, test and deployment automation, free for Open Source and smaller projects.
- Code Magic - Automate the entire flow, build and distribution by NeverCode.
- Travis CI for Flutter [61⭐] - Continuous integration by Yegor Jbanov.
Build articles
- Test on Travis [??] - Widget testing framework by Yegor Jbanov.
- Building Apks/Ipas on Travis [??] - Automated build for Android and IOS by Yegor Jbanov.
- Automatic code signing for iOS without Mac by Helina Ariva
Styling
- Flutterial [376⭐] - Flutter Material Theme explorer by Erick Ghaumez.
- Pigment [108⭐] - Simple but useful package for use colors in flutter.
Media
Audio
- Audio Plugin [323⭐] - Beta by Erick Ghaumez.
- Audio Recorder [102⭐] - Record audio and store it locally by Jordan Alcaraz.
- Stereo [55⭐] - Playing music on iOS and Android by 2Find.
- Flutter Sound [179⭐] - Flutter audio recorder and player at one hand by dooboolab.
Video
- WebRTC [681⭐] - WebRTC plugin for iOS/Android by CloudWebRtc.
- Chewie [555⭐] - Provides low-level access to video playback by Brian Egan.
Voice
- Speech Recognition [184⭐] - Speech to text by Erick Ghaumez.
- OK Google - Integrate google assistant by Marcin Szalek.
Storage
- Firebase Storage - Firebase as data storage.
- Secure Storage [248⭐] - Keychain and Keystore storage by German Saprykin.
Preferences
- Streaming Shared Preferences - Reactive key-value store, shared preferences with Streams by Iiro Krankka.
Monetization
- Admob - GoogleAdmob supports interstitial ads in both iOS and Android by Brett Nesbitt.
- Firebase AdMob - Ad integration using Firebase.
- Billing [93⭐] - Enable billing on iOS and Android by Volodymyr Lykhonis.
- Inapp Purchase [241⭐] - Features set of 'in app purchase' derived from react-native-iap by dooboolab.
- Admob Flutter - Admob plugin that shows banner ads using native platform views by Youssef Kababe.
- Facebook Audience Network - Facebook Audience Network Ad plugin that shows banner, interstitial, in-stream video, rewarded video & natvie ads by Dreamsoft Innovations.
- Square In-App Payments SDK [137⭐] - Take payments by embedding a card entry form in your app that produces nonces from customer-provided card information or digital wallets by Square.
Templates
- Movie Details [277⭐] - Movie details page by Iiro Krankka.
- Mates [343⭐] - How to load profiles from the randomuser.me API and a nice profile details page by Iiro Krankka.
- Weather [119⭐] - Weather app to learn how to use Canvas and Animation by Alessandro Aime.
- TodoMVC [3808⭐] - TODO application ready to go with different flavors : Vanilla, Redux, built_redux by Brian Egan.
- Restaurant Menu [439⭐] - Restaurant menu by Braulio Cassule.
- UI Challenges [858⭐] - Profile, Travel, Food App by Tomi Alagbe.
- Cupertino Settings [87⭐] - iOS Settings by Matthias Rupp.
- Music Player [134⭐] - music player component by Tobe O.
- Dashboard [505⭐] - Dashboard and Shop Items by Ivascu Adrian.
- Todo [338⭐] - Todo template from Dribble by Marc L.
- Card Swipe Animation [276⭐] - Swipe cards template by Ruchika Gupta.
- UI Kit [3544⭐] - Collection of useful UIs in a UIKit by Pawan Kumar.
- Book [220⭐] - Bookshelf by Ardiansyah Putra.
- The Gorgeous Login [849⭐] - Design and smooth login template by Hugo Extrat.
- Liquid Pay Payment App [145⭐] - Liquid Pay App Concept by Long Hoang.
- DrawApp [113⭐] - Sample Drawing App to demonstrate how to allow user to draw onto canvas with color picker and brush thickness slider by Jake Gough.
- Starter Kit [333⭐] - App Store implementation to learn Bloc, RxDart, Sqflite, Fluro and Dio. by King Wu.
- Feather [240⭐] - Beautiful weather application. Application includes RxDart, Dio, BLoC, i18n, unit and widget tests. by Jakub Homlala.
- Clone UI Challenges [533⭐] - Collection of useful UIs clones by Javier González.
- FlutterFoodybite [389⭐] - A beautiful food app UI template by JideGuru.
Web
- Tasks [68⭐] - Google Tasks for the Web by Rody Davis.
Clone
- GitTouch [89⭐] - Open source GitHub client by Rongjian Zhang.
Machine Learning
- MLKit [217⭐] - Firebase Machine Learning Kit by Naoya Yoshizawa.
- IBM Watson [13⭐] Easily integrate with IBM Watson by Victor Rances
Vision
- ML Vision Camera Stream [64⭐] - ML vision recognitions (QRcode, face, ...) with live camera stream by Aumard Jimmy and Santetis.
- Google Mobile Vision [259⭐] - Google Mobile Vision by Eduardo Folly.
Augmented Reality
- ARKit Plugin [255⭐] - Wrapper for ARKit - Apple's augmented reality platform for iOS by Olexandr Leuschenko.
- ARCore Plugin [58⭐] - Augmented reality with ARCore platform by Gian Marco Di Francesco.
Plugins
- Pub packages - Packages filter in Dart Pub Repository.
- Plugins - Official Flutter Team Plugins.
Device
- WebView [844⭐] - Render web content by Hadrien Lejard.
- Location [337⭐] - Handle location, handling callbacks to get continuous location by Lyokone.
- Battery - Access various information about the battery.
- Proximity Sensor Plugin - A plugin to access the proximity sensor of your device by Manoj NB.
- Geolocation [152⭐] - Fully featured geolocation plugin: current location, location updates, geocode, places and more by Loup.
- Local Notifications [555⭐] - Plugin for displaying local notifications by Michael Bui.
- Device Calendar - Plugin for modifying calendars on the user's device by Built to Roam.
- Get Version [5⭐] - Version Name, Version Code, App ID and Platform with OS Version by Rody Davis.
- Badger [103⭐] - Update app badge on the launcher by Edouard Marquez.
- UDID [90⭐] - Persistent UDID across app reinstalls by Leon Kukuk.
- Downloader [262⭐] - Create and manage download tasks by HungHD.
- InAppBrowser [343⭐] - Add inline WebView widgets or open an in-app browser window by Lorenzo Pichilli.
- AppAvailability [26⭐] - List, launch and check installed apps by Lorenzo Pichilli.
- Aeyrium Sensor [32⭐] - A plugin which provide easy access to the Pitch and Roll on Android and iOS devices by Diego Velásquez.
- File Picker [132⭐] - Native file explorer to load absolute file path by Miguel Ruivo.
- VPN - Access VPN services by Jason C.H.
Scanner
- QR Code Reader [140⭐] - QR Code reader plugin by Matheus Villela.
- Fast QR Reader View [171⭐] - Live multicode reader by Facundo Medica.
Bluetooth / NFC / Beacon
- Blue [836⭐] - Bluetooth by Paul DeMarco.
- Beacons [46⭐] - Flutter beacons plugin by Loup.
- NFC Reader [104⭐] - NFC reader plugin for iOS and Android by Matteo Crippa.
- Beacon broadcast [29⭐] - Library for turning your phone into a beacon by Paulina Szklarska.
Storage
- Sqflite [1152⭐] - SQLite flutter plugin by Alexandre Roux.
- Hive [336⭐] - Lightweight and blazing fast key-value store written in pure Dart by Simon Leier.
Services
- Dialogflow [95⭐] - Plugin to easily integrate with dialogflow by Victor Rances.
- Intercom [22⭐] - Add Intercom integration to your app by Maido Kaara.
- OneSignal [237⭐] - Push notification service by OneSignal.
- Place Dialog [44⭐] - Places picker dialog returning the places to the app by David Bennett.
- App Rating [6⭐] - Requesting and Writing Reviews for the App Store and Google Play by Rody Davis.
Log / Tracing
- Catcher [205⭐] - Automatically catches errors and handles them by Jakub Homlala.
- Logger [198⭐] - Easy to use and beautiful logs by Simon Leier.
Frameworks
State management
Standard
- Bloc [2483⭐] - Collection of packages that help implement the BLoC design pattern by Felix Angelov.
- MobX [770⭐] - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land.
Redux / ELM / Dependency Injection
- Built redux [73⭐] - Automatic subscribing to your redux stores. Based on the built pattern by David Marne.
- Redux.dart [323⭐] - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by John Ryan and Brian Egan.
- Redux [992⭐] - Built to work with redux.dart, utilities that allow you to easily consume a Redux Store to build Widgets.
- Inject [509⭐] - Compile-time dependency injection by Google.
- Flux [321⭐] - Implementation of the Flux framework by Google.
- Fish [5090⭐] - Alibaba Redux implementation.
- Async Redux [43⭐] - Redux without boilerplate. Allows for both sync and async reducers by Marcelo Glasberg.
Widgets
- Hooks [685⭐] - Advanced code sharing between widgets by Remi Rousselet.
- Functional widget [180⭐] - Code generator writing widgets as functions with annotations by Remi Rousselet.
Data
- Graphql [1237⭐] - Implementation of the GraphQL spec by Zino App B.V..
- GeoFlutterFire [75⭐] - Implementation of GeoFirestore for flutter by Darshan Gowda.
Animation
- Sequence Animation [215⭐] - Composite staggered animations by Norbert Kozsir.
- SpinKit [1094⭐] - Animated loading indicators by Jeremiah Ogbomo.
- Villains [229⭐] - Page transition animations by Norbert Kozsir.
- AnimatedTextKit [419⭐] - A collection of cool text animations by Ayush Agarwal.
- Drawing Animation [160⭐] - Create drawing line animations based on SVG path data by Carl Hauck.
- Simple Animations - Create awesome custom animations easily by Felix Blaschke.
- Flutter-animation-set [67⭐] - Easy to build an animation set by efoxTeam.
- Staggered Animations [199⭐] - Easily add staggered animations to your ListView, GridView, Column and Row by mobiten.
Game Engine
- Flame [1630⭐] - Minimalist game engine by Luan Nico.
- SpriteWidget [834⭐] - Toolkit for building complex, high performance animations and 2D games by Viktor Lidholt.
Misc
- Cache Manager [221⭐] - Generic cache manager by Rene Floor.
- Frideos - Helpers for streams, BLoC pattern and various widgets (blur, transitions, timed widgets, ...) by Francesco Mineo.
Testing
- Ozzie [138⭐] - Ozzie will take an screenshot during integration tests whenever you need by Jorge Coca.
- Flutter Gherkin [41⭐] - Fully featured Gherkin parser and UI automated test runner by Jon Samwell.
Others
Open Source Apps
Premium
- History Of Everything [3978⭐] - Animated vertical timeline of humanity by 2D, Inc.
- Developer Quest [1997⭐] - Become a tech lead, slay bugs by 2D, Inc.
Top
- Flutter Team Samples [4059⭐] - Collection of examples (including maps, json, Material and Cupertino) by the Flutter team.
- Flutter Common Widgets [16709⭐] - Collection of official widgets demos & docs in chinese to help developers learn quickly by Alibaba Auction Frontend Team.
- Meme Chat [404⭐] - Chat app on Flutter, using Firebase, Google Sign In, and device camera integration by a team of Googlers.
- Flitter [162⭐] - Glitter app by Hadrien Lejard and Kevin Segaud. It uses Redux and Jaguar.
- Lime [281⭐] - Lime social network by Sebastian Sellmair.
- Planets [505⭐] - Planet exploration that demonstrate rich UI by Sergi Martínez.
- NewsBuzz [353⭐] - Firebase backed news reader using News API by Ankur Kedia.
- DroidKaigi2018-flutter [435⭐] - Unofficial conference app for DroidKaigi 2018 Tokyo by konifar.
- Music Player [740⭐] - Full featured music player by Pawan Kumar.
- WhatTodo [609⭐] - Todoist like UI by Burhanuddin Rashid.
- FlutterGram [790⭐] - Complete Instagram based on Firestore & Google Functions by MDanics.
- BookSearch [346⭐] - Digital BookShelf for your reading progress by Norbert515.
- Cinematic [572⭐] - UI for Movie DB Public API by Aaron Oertel.
- Beer-Me-Up [264⭐] - Beer tracking nicely designed by Benoit Letondor.
- Trace [400⭐] - Modern and powerful crypto portfolio & market explorer by Trent Piercy.
- Taskist [328⭐] - Taskist is a ToDo List app for Task Management by Hugo EXTRAT.
- Tourism [143⭐] - Tourism app based on redux w/ animations & i18n by blueMix.
- Trinity Orientation @ Univ Toronto [301⭐] - Orientation week at Trinity College, U of T by Matthew Tory.
- Transform Widget - Image widgets as 3D game engine sprites by Paul Thomas.
- Deer [153⭐] - Minimalist Todo Planner built using BLoC pattern by Aleksander Woźniak.
- TailorMade [131⭐] - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by Jeremiah Ogbomo.
- Instory [119⭐] - Instgram story downloader with a beautiful UI Sarath.
- Spacex-Go [268⭐] - Simple yet powerful, open-source SpaceX launch tracker. jesusrp98.
- Superhero Interaction [180⭐] - Cool Superhero interaction animation by Pinkesh Darji.
- Reply [373⭐] - 'Reply' Material Design case study by Frederik Schweiger.
- Enigma - Privacy chat with end-to-end encryption by AmitJoki.
- Chillify - Fancy music app made with Provider and Bloc pattern by Karim Elghamry.
- Pokedex - Pokedex app with beautiful UI and smooth animation by Hung Pham.
Games
- Flip [136⭐] - Reversi game by Andrew Brogdon.
- 2048 [95⭐] - 2048 game by Anuran Barman.
- TRex [163⭐] - Port of the famous Chrome's Trex game by Renan C. Araújo.
- Crush [215⭐] - How to build a Math-3 game, like Candy Crush, Bejeweled by Didier Boelens.
- Slide Puzzle [56⭐] - Classic slide (15) puzzle by Kevin Moore.
- Tetris [548⭐] - Tetris game by YangBin.
Utilities
- Mutisya 2 - Online Flutter Studio by Paul Mutisya.
- Launcher Icons - Generate your launcher icons easily by Mark O'Sullivan and Franz Silva.
- Redux Starter/Code Generator [214⭐] - Starter project and code generator with Redux support by Hillel Coren.
- FlutterIcon [126⭐] - Icon set generator by Mike Hoolehan.
- FVM [52⭐] - Flutter Version Management: A simple cli to manage Flutter SDK versions.
- Flutter Debugger [100⭐] - Standalone app for debugging Flutter apps based on Flipper by JianyingLi.
- genLang [32⭐] - Code generator for Internationalization by King Wu.
VSCode
- Awesome Snippets - Collection of commonly used classes and methods by Nash.
- Flutter Files - Quick generation for BLoC templates files by context menu by Gorniv.
IntelliJ / Android Studio
- Enhancement_Suite [47⭐] - Search for pub.dev libraries, update version, Bloc, Snippet, etc you're covered by Marius Höfler.
Desktop
- Desktop Embedding [5738⭐] - Desktop implementations of the Flutter embedding API by Google.
- Golang Desktop Embedder [3084⭐] - Golang embedder for desktop by Pierre Champion.
- Rust Desktop Embedder [729⭐] - Rust embedder for desktop by juju.
Bonus
- It's All Widgets! - Open list of published apps by Hillel Coren, Thomas Burkhart, Simon Lightfoot and Scott Stoll.
Fun
- The One [293?]
Hardware
Jobs/Interview Questions
- Interview Questions - List of helpful questions you can use to interview potential candidates by Whatsupcoders.
Community
Presentation material
- Logo - Logo for stickers impressions.
Communication
- Gitter - Exchange channel.
- r/FlutterDev - Reddit community by u/JaapVermeulen.
- Discord - Discord server to discuss and get help by Pritykin.
- Flutter Community - Central place for community made packages.
- OpenFlutter - Make it easier 让 Flutter 更简单.
- Hashnode - Read and write posts, participate in discussions or ask questions.
原文:https://github.com/Solido/awesome-flutter
本文:https://pub.intelligentx.net/node/731
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 155 次浏览
【首席架构师推荐】关于React生态系统的一系列精选资源
A collection of awesome things regarding React ecosystem.
- React
- React Native
- React AR/VR
- ReasonReact
- Flux
- Redux
- MobX
- GraphQL
- Relay
- Apollo
- Videos
- Demos
- Example Apps
- Real Apps
- Contribution
React
JavaScript Library for building User Interfaces
React General Resources
React Community
React Online Playgrounds
React Tutorials
React General Tutorials
- React Official Tutorial
- Using React in Visual Studio Code
- Scrimba - Learn React for free interactively
- FreeCodeCamp React Challenges
- React Cheatsheet
- React Patterns
- Setup Flow with React
React Hooks
- React Hooks
- Replacing Redux with React Hooks and Context
- React Hooks cheat sheet: Unlock solutions to common problems
- How to fetch data with React Hooks?
- Easy to understand React Hook recipes
- Awesome React Hooks
React and TypeScript
React Performance
- React Optimizing Performance
- Introducing the React Profiler
- Optimizing React: Virtual DOM explained
- A Definitive Guide to Optimize Major Performance issues in React
- Twitter Lite and High Performance React Progressive Web Apps at Scale
- Using the React DevTools Profiler to Diagnose React App Performance Issues
- Top 5 Practices to Boost React Performance
- React is Slow, React is Fast: Optimizing react Apps in Practice
- Rendering large lists with react-window
React Internals
- Reconciliation
- React Fiber Architecture
- Build your own React
- Inside Fiber: In-depth overview of the new reconciliation algorithm in React
React Interview Questions
React Tools
React Development Tools
- create-react-app - Set up a modern Web app by running one command
- react-starter-kit - Isomorphic Web app boilerplate
- react-devtools - Inspection of React component hierarchy in the Chrome and Firefox Developer Tools
- react-hot-loader - Tweak React components in real time
- react-loadable - A higher order component for loading components with promises
- loadable-components - React code splitting made easy
- reactotron - A desktop app for inspecting your React and React Native projects
- storybook - UI component dev & test
- react-styleguidist - Isolated React component development environment with a living style guide
- react-cosmos - Dev tool for creating reusable React components
- eslint-plugin-react - React specific linting rules for ESLint
- eslint-plugin-jsx-a11y - Static AST checker for a11y rules on JSX elements
- react-axe - Accessibility auditing for React applications
React Frameworks
React Styling
- styled-components - Visual primitives for the component age
- emotion - Library designed for writing CSS styles with JavaScript
- radium - A toolchain for React component styling
- jss - Authoring tool for CSS
React Routing
- react-router - Declarative routing for React
- navi - Declarative, asynchronous routing for React
- curi - JavaScript router for single-page applications
React Component Libraries
- material-ui - React components for faster and easier web development
- ant-design - A design system with values of Nature and Determinacy
- blueprint - A React-based UI toolkit for the webs
- office-ui-fabric-react - React components for building Microsoft web experiences
- react-bootstrap - Bootstrap components built with React
- reactstrap - Simple React Bootstrap 4 components
- semantic-ui-react - The official Semantic-UI-React integration
- react-fontawesome - Font Awesome 5 component library for React
- Reakit - Accessible, Composable and Customizable components for React
React Awesome Components
- Awesome React Components list
- react-select - The Select Component for React
- react-dnd - Drag and Drop for React
- react-grid-layout - A draggable and resizable grid layout with responsive breakpoints
- react-table - A lightweight, fast and extendable datagrid for React
- react-data-grid - Excel-like grid component built with React
- react-draggable - React draggable component
- react-resizable-and-movable - A resizable and draggable component for React
- react-resizable - A simple React component that is resizable with a handle
- react-resizable-box - A resizable component for React
- react-sortable-pane - A sortable and resizable pane component for React
- react-dates - An easily internationalizable, mobile-friendly datepicker library for the web
- react-big-calendar - Calendar component
- react-datepicker - ReactJS Datepicker
- react-list - A versatile infinite scroll React component
- react-intl - Internationalize React apps
- react-i18next - Internationalization for React done right
- react-aria-modal - A fully accessible React modal
- react-hotkeys - Declarative hotkey and focus area management for React
- react-keydown - Lightweight keydown wrapper for React components
- react-joyride - Create guided tours for your apps
- react-virtualized - React components for efficiently rendering large lists and tabular data
- react-window - React components for efficiently rendering large lists and tabular data
- react-text-mask - Input mask for React
- react-loading-skeleton - Create skeleton screens that automatically adapt to your app
- react-spinkit - A collection of loading indicators animated with CSS for React
- rheostat - Accessible slider component built with React
- qrcode.react - QR component for use with React
React for Command Line
- ink - React for interactive command-line apps
- react-blessed - A React renderer for blessed terminal interface library
React Testing
- jest - Delightful JavaScript Testing Framework
- enzyme - JavaScript Testing utilities for React
- react-testing-library - Simple and complete React DOM testing utilities
- react-hooks-testing-library - React hooks testing utilities that encourage good testing practices
React Libraries
- react-border-wrapper - A wrapper for placing elements along div borders in React.
- react-magic - Automatically AJAXify plain HTML with the power of React
- react-toolbox - A set of React components implementing Google's Material Design specification
- tcomb-react - Library allowing you to check all the props of your React components
- react-responsive - Media queries in react for responsive design
- react-is-responsive - A utility to create responsive components in React
- react-cursor - Functional state management abstraction for use with Facebook React
- Omniscient.js - Abstracting React components for fast top down render of immutable data
- Touchstonejs - React.js powered UI framework for developing beautiful hybrid mobile apps.
- Elemental - A UI Toolkit for React.js Websites and Apps
- StateTrooper - Centrally manage state for React applications with CSP
- Preact: Fast 3kb React alternative with the same ES6 API.
- riotjs - A React- like, 3.5KB user interface library
- Maple.js - Bringing the concept of web-components to React
- react-i13n - A performant, scalable and pluggable approach to instrumenting your React application
- react-icons - svg react icons of popular icon packs
- Keo - Plain functions for a more functional Deku approach to creating React components, with functional goodies such as pipe, memoize, etc...
- Bit - A virtual repository for managing and using react and other web components across applications
- AtlasKit - Atlassian's React UI library
- ReactiveSearch - UI components library for Elasticsearch
- Slate - A completely customizable framework for building rich text editors.
- react-animated-transitions - Easy animated transitions in React
- react-json-schema - Construct React elements from JSON by mapping JSON definitions to React components that you expose.
- compose-state - Compose multiple setState or getDerivedStateFromProps updaters in React
- react-with-analytics - Google Analytics for React apps with ease
- react-cache-me-outside - OTA data updates for React apps. How bow dat!
- PrimeReact - The Most Complete UI Framework for React!
- react-lodash - Lodash as React components
- react-helmet - A document head manager for React
- Stator - Simple, plain JavaScript state management with built-in support for React
- ClearX - Fast & Effortless State management for React with zero learning curve. ClearX gives great flexibiility in separation of concerns for your React applicationss
- react-snap - Zero-configuration framework-agnostic static prerendering for SPAs
- Draft.js - A React framework for building text editors
- refract - Harness the power of reactive programming to supercharge your components
- react-desktop - OS X and Windows UI components built with React
- Reapop - A React & Redux notifications system
- react-extras - Useful components and utilities for working with React
- react-instantsearch - Lightning-fast search for React and React Native applications, by Algolia
- uppy - The next open source file uploader for web browsers
- react-motion - A spring that solves your animation problems
- react-esi - React Edge Side Includes
React Integration
- React Rails
- ReactJS.NET
- React ASP.NET Boilerplate
- React Bootstrap Components Playground
- om - ClojureScript interface
- quiescent - A lightweight ClojureScript abstraction over React
- Reagent - A minimalistic ClojureScript interface to React.js
- react-haskell - React bindings for Haskell
- Express React views
- Express Coffee-React views - render coffee-react on the server
- React Page Middleware
- ngReact - React Components in Angular
- React Laravel
- coffee-react-transform - Provides React JSX support for Coffeescript
- sprockets-coffee-react - Sprockets preprocessor for CJSX
- react-kup - A simple, non-intrusive alternative to jsx for coffeescript
- turbo-react - Combine Turbolinks and React to apply DOM diffs
- react-bacon - A little module for using React with Bacon.js
- msx - React's JSX Transformer, tweaked to output calls to Mithril
- React.withBackbone - React 16 ready backbone binding
- Backbone React Component
- react-backbone - Backbone-aware mixins for react
- NestedReact - transparent integration with Backbone Views and NestedTypes models
- backbone-reaction - React, Backbone and then some
- react.backbone - Plugin for React to make Backbone migration easier
- reactbone - React extensions for Backbone
- backbone-react-ui - React components for use with backbone and backbone paginator
- react-events - Declarative managed event bindings for react components
- react-mixin-manager - React mixin registration manager
- gsap-react-plugin - A GSAP plugin for tweening React.js component state
- react-topcoat by @plaxdan - Topcoat CSS components built with the React library
- react-topcoat by @arnemart - A collection of React components for Topcoat
- reactdown - Write React components using markdown syntax
- react-jade - Compile Jade to React JavaScript
- jade-react - Compile Jade templates to React.DOM expressions
- gulp-jade-react - Compile Jade templates into React de-sugared JSX with Gulp
- sbt-reactjs - React SBT Plugin using npm
- scalajs-react - A guilty affair between Scala.js and Facebook's React
- react-xtags - Using React to implement xtags
- jreact - React on server-side Java (with Rhino or Nashorn)
- React.hiccup - A complete replacement for JSX written in sweet.js
- react-play - Rendering React components in the Play Framework with JDK8's Nashorn
- rx-react - Utilities to works with React in a RxJS
- react-with-di - A hacked prototype of React.js with DI
- reactfire - ReactJS mixin for easy Firebase integration
- firedux - Firebase + Redux for ReactJS
- react-clickdrag-mixin - ClickDrag mixin for React component
- Rewrite the Admin UI of KeystoneJS in React
- react-masonry-mixin - Standalone mixin for Masonry (@desandro)
- react-packery-mixin - Standalone mixin for Packery (Metafizzy)
- react-dropzone - Simple HTML5 drag-drop zone with React.js.
- aframe-react - A-Frame VR + React
- react-three - React bindings to create and control a 3D scene using three.js
- react-three-renderer - Render into a three.js canvas using React
- react-threejs - Simplest bindings between React & Three.js
- react-masonry-css - Fast Masonry layout powered by CSS, dependency free
- react-captcha - A react.js reCAPTCHA for Google
- reaptcha - Clean, modern and simple React wrapper for Google reCAPTCHA
- react-recaptcha-that-works - A reCAPTCHA bridge for React that works
Forms
- React Forms
- react-formal - Better form validation and value management for React, Provides minimal wiring
- react-forms - Forms library for React
- valuelink - full-featured two-way data binding with extended React links
- wingspan-forms - A dynamic form library for Facebook React
- newforms - Isomorphic form-handling for React
- formjs - A form generator for Reactjs
- react-form-builder - A Form Builder for React.js
- plexus-form - A dynamic form component for react using JSON-Schema
- tcomb-form - UI library for developing forms writing less code
- formsy-react - A form input builder and validator for React JS
- Learn Raw React: Ridiculously Simple Forms
- Winterfell - Generate complex, validated and extendable JSON-based forms in React
- Redux-Autoform - Create Redux-Forms dynamically out of metadata
- uniforms - Bunch of React components and helpers to easily generate and validate forms
- formik - Forms in React, without tears
- NeoForm – Modular HOCs for form state management and validation
- react-jsonschema-form – A React component for building Web forms from JSON Schema
- List View Select - A Toggleable select box for React Native with native components
- Final Form ?
- formland - A simple, super-flexible, extensible config based form generator
- react-reactive-form - Angular like reactive forms in React
- unform - ReactJS form library to create uncontrolled form structures with nested fields, validations and much more!
Autocomplete
- react-autocomplete by @rackt - WAI-ARIA compliant React autocomplete
- react-autosuggest by @moroshko - WAI-ARIA compliant React autosuggest component
- react-autocomplete by @eliseumds- Just tasting some ReactJS + RxJS
- react-autocomplete by @prometheusresearch - Autocomplete widget based on React
- instatype by @gragland - Simple react autocomplete component
- downshift - ? Primitives to build simple, flexible, WAI-ARIA compliant enhanced input React components
- React Bootstrap Typeahead - A React-based typeahead that relies on Bootstrap for styling and was originally inspired by Twitter's typeahead.js.
Graphics
- react-art - React Bridge to the ART Drawing Library
- react-canvas - High performance rendering for React components
- react-famous - Complex 3D animations UI at 60 FPS with Famo.us
- react-kinetic - HTML5 Canvas via KineticJS using React
- react-svg-morph - morph your svg components one into another
- react-hooks-svgdrawing - SVG Drawing with React hooks
Model Libraries
- mori - ClojureScript's persistent data structures and supporting API
- NestedTypes - fast mutable models with "pure render" support
- swarm - JavaScript replicated model (M of MVC) library
- caplet - JavaScript models library
Data Managing
- Immutable.js - Immutable Data Collections for Javascript
- cortex - A javascript library for centrally managing data with React
- avers - A modern client-side model abstraction library
- imvvm - Immutable Model-View-ViewModel for React
- morearty.js - Better state management for React in pure JavaScript
- valuable - An immutable data store for React
- react-resolver - Isomorphic library to recursively lazy-load data for React components
- freezer-js - Lightweight and reactive immutable data structure for React
- MobX - Simple, scalable state management
- Qaf - Components as stores. Simple state management for React based on context
- baobab - JavaScript persistent and optionally immutable data tree with cursors
- baobab-react - React integration for Baobab
- datascript - Immutable database and Datalog query engine in ClojureScript
- immstruct - Immutable data structures with history for top-to-bottom properties in component based libraries like React
- seamless-immutable - Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects
- tydel - Typed Models and Collections, with React bindings
- extendable-immutable - Extend any Immutable.js data structure
- statty - A tiny and unobtrusive state management library for React and Preact apps
- Hydux - An Elm-Like state manager for React with "batteries included"
- ReSub - A library for writing better React components and data stores
- ProppyJS - A tiny library for functional props composition
- WatermelonDB - ? Next-gen database for powerful React and React Native apps that scales to 10,000s of records and remains fast
- Effector — Fast and powerful reactive state manager. Lets you write simple, fast and type safe code and manage reactive state with ease.
- reactn - React, but with built-in global state management
- immer - Create the next immutable state by mutating the current one
Maps
- react-googlemaps - React interface to Google maps
- react-maps - A map component for React
- react-google-maps - React.js Google Maps integration component
- react-gmaps - A Google Maps component for React.js
- react-map-gl - A React wrapper for MapboxGL-js plus overlay API
- google-map-react - Isomorphic google map React component
- react-mapbox-gl - A mapbox-gl-js wrapper to make the API react friendly
- google-maps-react - A declarative Google Map React component using React, lazy-loading dependencies, current-location finder and a test-driven approach by the Fullstack React team.
- react-leaflet - React components for Leaflet maps
- react-geo - A set of geo-related components using react, antd, and ol
- pigeon-maps - ReactJS maps without external dependencies
Charts
- DevExtreme React Chart - High-performance plugin-based React chart for Bootstrap and Material Design
- react-chartjs - Common react charting components using chart.js
- react-stockcharts - Highly customizable stock charts with ReactJS and d3
- Number Picture - Low-level building blocks for constructing animated visualizations with React & D3.
- Victory - A collection of composable React components for building interactive data visualizations
- Recharts - A charting library built on D3 with an awesome declarative API
- React-ApexCharts - React component for ApexCharts (An Interactive SVG Chart Library)
- reaviz - React Data Visualization Library based on D3.js
- react-vis - A React visualization library designed with the following principles in mind: React-friendly, high-level and customizable, expressive, and industry-strong.
- nivo - It provides a rich set of data visualization components, built on top of the D3 and React libraries.
- vx - A collection of reusable low-level visualization components. It combines the power of D3 to generate your visualization with the benefits of React for updating the DOM.
- echarts-for-react - A very simple ECharts wrapper for React.
- Chartify - React plugin for building charts using CSS.
- Semiotic - A data visualization framework combining React and D3.
React Native
Framework for building native apps using React
React Native General Resources
- React Native Official Site
- React Native GitHub
- React Native Newsletter
- React Native Playground
- React Native Awesome List
- React Native StackOverflow
- React Native Radio
React Native Tutorials
- React Native Tutorial
- Introducing React Native: Building Apps with JavaScript
- Introduction to React Native: Building iOS Apps with JavaScript
- React Native Meets Async Functions
- Gesture detection in React Native – fixing unexpected panning
- Digital Smart Mirror lab with React Native
- The Beauty Of React Native: Building Your First iOS App With JavaScript (Part 1)
- The Beauty Of React Native: Building Your First iOS App With JavaScript (Part 2)
- A Mini-Course on React Native Flexbox
- A Complete Guide to Flexbox
- Test driving react native applications
- Using React Native With TypeScript
React Native Development Tools
- react-native-code-push - React Native module for CodePush
React Native Sample Apps
React Native Boilerplates
- Create React Native App - Create a React Native app on any OS with no build config, with or without Expo
- Snowflake - React Native iOS & Android with Redux, Parse.com, Jest (88% coverage)
- Ignite - The hottest CLI for React Native, boilerplates, plugins, generators, and more!
- React Native Starter Kit - A powerful starter project that bootstraps development of your mobile application
React Native Awesome Components
- Expo - The Expo platform for making cross-platform mobile apps
- react-navigation - Routing and navigation for your React Native apps
- react-native-social-share - Use the iOS and Android native Twitter and Facebook share popup with React Native
- react-native-fbsdk - A wrapper around the iOS Facebook SDK
- react-native-side-menu - Simple customizable component to create side menu
- react-native-mapbox-gl - A Mapbox GL react native module
- react-native-icons - Quick and easy icons in React Native
- react-native-vector-icons - 3000 Customizable Icons for React Native with support for NavBar/TabBar
- react-native-google-signin - Google Signin for React Native
- react-native-picker-modal-view
React AR/VR
Usage of React for Augmented and Virtual Reality
- React 360 - Create exciting 360 and VR experiences using React
- Viro React - Platform for rapidly building AR/VR applications using React Native
ReasonReact
Reason bindings for ReactJS
Flux
Application Architecture for Building User Interfaces
Flux General Resources
Flux Implementations
Flux Tutorials
- Building Applications with React and Flux
- Flux: A simple architecture model to build Client-side apps
- Isomorphic Flux examples using Dispatchr and Fetchr from Yahoo
- Async requests with React.js and Flux
- Implementing Flux in CoffeeScript
- React: Flux Architecture
- Understanding Flux
- Yo in Flux
- React.js architecture - Flux VS Reflux
- Avoiding Event Chains in Single Page Applications
- ReactJS and Flux
- Deconstructing ReactJS's Flux
- Flux Step By Step
- Flux in practice
- What is the Flux Application Architecture?
- React + Flux Backed by Rails API: Part 1
- React + Flux Backed by Rails API: Part 2
- React + Flux Backed by Rails API: Part 3
- Flux solutions compared by example
- Flux Cargo-Culting
- The Case for Flux
- The Evolution of Flux Frameworks
- React with Flux by example - a simple Todo List dissected
- FOR FLUX SAKE! - a beginners tutorial
- Simple Counter App with React and Nuclear JS
- LearnCode.academy Flux Tutorial Series
Redux
Predictable State Container for JavaScript Apps
Redux General Resources
Redux Tools
- react-redux - Official React bindings for Redux
- redux-devtools - DevTools for Redux with hot reloading, action replay, and customizable UI
- redux-form - A Higher Order Component using react-redux to keep form state
- redux-thunk - Thunk middleware for redux
- redux-logger - Logger middleware for redux
- reselect - Selector library for Redux
- normalizr - Normalizes nested JSON according to a schema
- redux-saga - An alternative side effect model for Redux apps
- redux-data-fx - Declarative Side Effects for Redux
- redux-observable - RxJS middleware for Redux
- redux-analytics - Analytics middleware for Redux
- redux-undo - Higher order reducer to add undo/redo functionality to redux state containers
- redux-search - Redux bindings for client-side search
- redux-mock-store - A mock store for your testing your redux async action creators and middleware
- redux-immutable - Create an equivalent function of Redux combineReducers that works with Immutable.js state
- redux-react-i18n - An i18n solution for redux/react
- R16N - A redux/react I18n solution
- redux-actiontyper - Helper to create less verbose action types for Redux
- redux-state-validator - A simple redux middleware to validate redux state values and object types using JSON Schema
- redux-persist - Persist and rehydrate a redux store
Redux Tutorials
- Building Applications with React and Redux in ES6
- Getting Started with Redux
- Building React Applications with Idiomatic Redux
- Redux Tutorial
- Getting Started with React, Redux and Immutable: a Test-Driven Tutorial: Part 1
- Getting Started with React, Redux and Immutable: a Test-Driven Tutorial: Part 2
- Full-Stack Redux Tutorial
- Server-Side Rendering with Redux and React-Router
- Deep Introduction to Redux
- Unit Testing Redux Apps
- Secure Your React and Redux App with JWT Authentication
- Build an Image Gallery Using React, Redux and redux-saga
- A simplified approach to calling APIs with redux
- React Redux based blood donor demo application
- LearnCode.academy Redux Tutorials Series
- Practical Redux
- A Complete React Redux Tutorial for Beginners
MobX
Simple, scalable state management for JavaScript Apps
MobX General Resources
MobX Tools
MobX Tutorials
- Ten minute introduction to MobX and React
- Manage Complex State in React Apps with MobX
- Refactor your application from Redux to MobX
- Redux or MobX: An attempt to dissolve the Confusion
GraphQL
Query Language
GraphQL Spec
GraphQL Tools
- GraphCMS - The GraphQL Headless CMS
- GraphQL CMS
- Mongoose schema To GraphQL
- GraphQL bridge to REST API
- GraphQL Playground - GraphQL IDE for better development workflows
GraphQL Tutorials
- GraphQL Introduction
- First Thoughts on GraphQL
- Modeling Queries in a GraphQL Like Way
- Thin and Graphy
- GraphQL Overview - Getting Started with GraphQL and Node.js
- Writing a Basic API with GraphQL
- Building a GraphQL Server with Node.js and SQL
- GraphQL Tour: Variables
- How to Graphql - The Fullstack Tutorial for GraphQL
GraphQL Implementations
- graphql-js - A reference implementation of GraphQL for JavaScript
- react-transmit - Relay-inspired library based on JavaScript Promises
- graphql-ruby - Ruby implementation of Facebook's GraphQL
- graphql-java - GraphQL Java implementation
- sangria - Scala GraphQL client and server library
- graphql-php - A PHP port of GraphQL reference implementation
- graphene - GraphQL in Python made simple
- graphqllib - GraphQL implementation for Python
- graphql-dotnet - GraphQL for .NET
- graphql-go - GraphQL for Go/Golang
Server Integration
- express-graphql - Create a GraphQL HTTP server with Express
- graphql-yoga - Easiest way to run a GraphQL server
Database Integration
- Hasura - Instant Realtime GraphQL on Postgres
- Prisma - a performant open-source GraphQL ORM-like * layer doing the heavy lifting in your GraphQL server.
- graphql-bookshelf - Some help defining GraphQL schema around BookshelfJS models
- GraphpostgresQL - GraphQL for PostgreSQL
- graffiti - Node.js GraphQL ORM
- sql-to-graphql - Generate a GraphQL API based on your SQL database structure
- graphql-sequelize - GraphQL & Relay for MySQL & Postgres via Sequelize
Relay
Data-Driven React Applications
Relay General Resources
Relay Tutorials
- official Relay Getting Started
- Relay for Visual Learners
- Getting Started with Relay
- Relay and Routing
Relay Tools
- graphql-relay-js - A library to help construct a graphql-js server supporting react-relay
- react-router-relay - Relay integration for React Router
- relay-local-schema - Use Relay without a GraphQL server
- relay-codemod - Codemod scripts based for on jsodeshift to update Relay APIs
Apollo
Data stack based on GraphQL
Apollo General Resources
Apollo Tools
Videos
reactjsvideos.com
Important Talks
-
Pete Hunt: React: Rethinking best practices - JSConf EU 2013
-
Pete Hunt: React: Rethinking Best Practices (updated) - JSConf.Asia 2013
-
Tom Occhino and Jordan Walke: JS Apps at Facebook - JSConfUS 2013
-
Pete Hunt: Be Predictable, Not Correct - Mountain West JavaScript 2014
-
Bill Fisher and Jing Chen: React and Flux - NewCircle Training 2014
-
Sebastian Markbage: Minimal API Surface Area - JSConf EU 2014
-
Avik Chaudhuri: JavaScript Testing and Static Type Systems at Scale - Scale 2014
-
React Native & Relay: Bringing Modern Web Techniques to Mobile - f8 2015)
-
Citrusbyte Presents GraphQL: A Horizontal Platform with Nick Schrock
-
Laney Kuenzel: Mutations and Subscriptions in Relay - JSConf 2015
-
React Today and Tomorrow and 90% Cleaner React With Hooks - React Conf 2018
React.js Conf 2015 Playlist
ReactEurope Conf 2015 Day 1 Playlist
ReactEurope Conf 2015 Day 2 Playlist
ReactRally Conf 2015 Playlist
React.js Conf 2016 Playlist
React Amsterdam 2016 Playlist
ReactEurope Conf 2016 Day 1 Playlist
ReactEurope Conf 2016 Day 2 Playlist
ReactRally Conf 2016 Playlist
React.js Amsterdam 2018 Playlist
Video Tutorials
Demos
- React and React Native State Museum
- react.rocks - Pinterest-style directory of online demos with available code
- react-hn - A React & react-router-powered implementation of Hacker News
- react-pokemon - A React component for displaying Pokémon
- React + Backbone TodoMVC
- React + NestedTypes TodoMVC
- react-rxjs-todomvc - TodoMVC implementation with React and RxJS
- react-mvc - A sample chat application written with React and pure MVC
- react-observe-todomvc - TodoMVC implementation built on top of React and Object.observe
- react-lights-out - Simple demo of the React framework's power and flexibility
- todomvc-swarm - React TodoMVC implementation using Swarm for real-time collaboration
- reactodo - Multiple localStorage TODO lists, built with React
- lifequote - React port of a life insurance quick quoting application
- reactor-demo - Isomorphic Javascript app with React
- imgsible - React-based Imgur-like isomorphic demo app
- wow-realm-status-react - WoW Realm Status: React Edition
- react-json-editor - A generic JSON editor
- react-todos - Backbone's example TODO app with React JS for views
- github-issues-viewer - A github issues viewer build in react + backbone
- wolfenstein3D-react - Wolfenstein with the rendering layer written in React
- Flux ImmutableJS TodoList
- Hapi+React+Flux user management system
- Redux TodoMVC
- React/Redux CRUD with persistent state in Local Storage
- React Slack clone - comprehensive Slack clone built with React and Chatkit
- react-color-wander - Generative art with React
- overreacted.io - Personal blog by Dan Abramov
Example Apps
- isomorphic500 - Isomorphic JS app built with React and Fluxible
- fil - A playground for in-browser interpreters (Redux)
- sound-redux - A Soundcloud client built with React / Redux
- react-pomodoro - A Pomodoro timer for developers
- Do - Notes management application built with React and Redux
- soundcloud-react-redux - A SoundCloud Client built with React / Redux
- soundcloud-react-mobx - A SoundCloud Client built with React / MobX
- A Reimplementation of Winamp 2.9 with React and Redux
- ComingOrNot - Event Planner built with react, react-router, redux, graphQL & serverless
- React Reduction - Admin Dashboard built with React + Bootstrap4
- React Code Splitting Sample - React + React Router + Flux
- Responsive React 'The Movie Database' (TMDb) App
- CoreUI - Free Admin Panel built with React and Bootstrap 4
- react-shopping-cart - Simple ecommerce cart application built with React and Redux
- hackernews-react-graphql - Hacker News clone rewritten with universal JavaScript, using React and GraphQL
Real apps
- Firefox debugger
- Remote Retro – Agile retrospectives for distributed teams
- Spectrum – Simple, powerful online communities
- Mattermost – Open source Slack alternative
原文:https://github.com/enaqx/awesome-react
本文:https://pub.intelligentx.net/collection-awesome-things-regarding-react-ecosystem
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 135 次浏览
【首席架构师精选】JavaScript图表库的比较
有不同的JavaScript图表库可用。下面是每种功能的比较。
ry Name | Supported Chart Types | Supported Bar Chart Types | Other Features | Interactivity | Rendering Technologies | Databinding | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | Free | Line | Timeline | Scatter | Area | Pie | Donut | Bullet | Radar | Funnel | Gantt | Network | Grouped | Stacked | Negative | Discrete | Horizontal | 3D | Legends | Mouse Over | onClick | HTML5 Canvas | SVG | VML | AxisXY | |
amCharts | Proprietary | Free with a link [1] or commercial[2] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes[3] | Yes | |
AnyChart | Proprietary | Free for education and non-profit use.[4] Paid for commercial applications.[5] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes |
ApexCharts | MIT[6] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | ||
C3.js | MIT[7] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | Yes | |
CanvasJS | Proprietary[8] | Free for Personal, Educational and Non-Commercial Uses | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes[9] | No | No | Yes | |
canvasXpress | GPLv3, name/email required for source link[10] | Yes | Yes | No | Yes | Yes | Yes | No | No | No | No | No | Yes | Yes | Yes | No | No | Yes | Yes | Yes | Yes | Yes[11] | No | Yes[12] | ||
Chartist | WTFPL[13] or MIT[14] | Yes | Yes | No | Yes | Yes | Yes | Yes | No | No | No | No | No | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | No | Yes | No | ||
Chart.js | MIT[15] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | No | |
Chart Builder By Livegap | Free | Yes | Yes | No | No | Yes | Yes | Yes | No | Yes | No | No | No | No | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | No[16] | No | ||
Charts 4 PHP | Proprietary | Free basic edition[17] | No | No | Yes | Yes | Yes | No | No | No | No | No | No | Yes | No | No | Yes | Yes | Yes | Yes | Yes | No | No | |||
Cytoscape.js | MIT[18] | Yes | No | No | No | No | No | No | No | No | No | No | Yes | No | No | No | No | No | No | Yes | Yes | Yes | No | No | Yes | |
D3.js, formerly Protovis[19][20] | BSD-3[21] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes[22] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes[23] | No | Yes | |
dc | Apache 2.0[24] | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | No | No | No | No | Yes | Yes | No | No | No | No | Yes | Yes | No | Yes[25] | No | ||
DevExtreme | Proprietary | Non-commercial or commercial[26] | Yes[27] | Yes[28] | Yes[29] | Yes[30] | Yes[31] | Yes[32] | Yes[33] | Yes[34] | Yes[35] | No | No | Yes[36] | Yes[37] | Yes | Yes[38] | Yes | No | Yes | Yes | Yes[39] | Yes[40] | Yes | No | Yes |
DHTMLX Charts | GPL[41] | Yes | Yes | No | Yes | Yes | Yes | Yes | No | Yes | No | Yes[42] | No | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | No | Yes | ||
dimple | MIT[43] | Yes | Yes | No | Yes | Yes | Yes | Yes | No | No | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | Yes | |
Dojo Charting | BSD or AFL[44] | Yes | Yes | No | Yes | Yes | Yes | No | No | No | No | No | No | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes[45] | ||
Dygraphs | MIT[46] | Yes | Yes | Yes | No | Yes | No | No | No | No | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | ||
Echarts | BSD-3[21] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes |
Factmint Charts | Proprietary | Non-commercial or commercial [47] | Yes | Yes[48] | Yes[49] | Yes[50] | Yes[51] | No | No | No | No | No | No | No | Yes[52] | Yes[52] | Yes[52] | Yes | Yes | Yes | No | Yes | No | |||
Flot Charts | MIT[53] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | No | No | No | No | Yes | No | No | No | Yes | Yes | Yes | Yes[54] | No | No | ||
FusionCharts | Proprietary | Free for personal and non-commercial uses.[55] Paid for commercial applications.[56] | Yes [57] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes[58] | |||
Flotr2 | MIT[59] | Yes | Yes | No | Yes | No | Yes | No | No | Yes | No | No | No | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes[60] | No | No | ||
MuzeJS | MIT[61] | Yes | No | Yes | Yes | Yes | Yes | No | No | No | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | Yes | ||
LightningChart JS | Proprietary | Free for personal and non-commercial uses.[62] Paid for commercial applications.[63] | Yes [64] | Yes | No | Yes | Yes | Yes | Yes | No | Yes | Yes | No | No | Yes | No | Yes | Yes | Yes | No | Yes | No | Yes | No | Yes | |
Google Charts | Free[65] | Yes[65] | Yes | Yes | Yes | Yes | Yes | Yes[66] | No | No | Yes[67] | Yes[68] | Yes | Yes | Yes[69] | Yes[70] | Yes | Yes[71] | Yes | Yes | Yes | Yes[72] | Yes | Yes[73] | Yes[73] | Yes[74] |
gRaphael | MIT[75] | Yes | Yes | No | Yes | No | Yes | No | No | No | No | No | No | Yes | Yes | No | No | Yes | Yes | Yes | No | No | Yes[76] | No | ||
Highcharts, Highstock | Proprietary | Free for personal and non-commercial uses.[77] Paid for commercial applications.[78] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes[79] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes |
Library Name | Supported Chart Types | Supported Bar Chart Types | Other Features | Interactivity | Rendering Technologies | Databinding | ||||||||||||||||||||
License | Line | Timeline | Scatter | Area | Pie | Donut | Bullet | Radar | Funnel | Gantt | Network | Grouped | Stacked | Negative | Discrete | Horizontal | 3D | Legends | Mouse Over | onClick | HTML5 Canvas | SVG | VML | AxisXY | ||
JenScript | BSD-3[80] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No[81] | Yes | No | Yes | |
jqPlot | MIT or GPLv2[82] | Yes | Yes | No | Yes | Yes | Yes | Yes | No | No | No | No | No | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes[83] | No | No | ||
jqxChart | Proprietary | Free with a link [84] or commercial[85] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | |
JSCharting | Proprietary[86] | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | No | Yes | No | |
KoolChart | Proprietary | Free with a link [87] or commercial[88] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes[89] | No | Yes | Yes |
MetricsGraphics | Mozilla Public License Version 2.0[90] | Yes | Yes | No | Yes | Yes | No | No | No | No | No | No | No | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | ||
NextCharts | Apache 2.0[91] | Yes | Yes | No | No | Yes | Yes | No | No | No | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | Yes | |
NVD3 | Apache 2.0[92] | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | No | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes[93] | No | ||
OLAPCharts | Proprietary | Free basic edition[94] | No | Yes | Yes | Yes | Yes | Yes | Yes | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | |||
plotly.js | MIT[95] | Yes | Yes | Yes[96] | Yes | Yes | Yes | Yes | via Bars & Scatter[97] | Yes | via Python[98] | via Python[99] | via Python[100] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes[101] | No | ||
PlusCharts | Free | Yes | Yes | No | No | Yes | Yes | No | No | No | No | No | No | Yes | Yes | No | No | Yes | Yes | Yes | Yes | No | Yes | Yes | ||
ReactiveChart | MIT[102] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | No | No | No | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | No | Yes | |
RGraph | MIT[103] | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | |
rickshaw | MIT[104] | Yes | Yes | No | Yes | Yes | No | No | No | No | No | No | No | Yes | Yes | No | No | No | Yes | Yes | No | No | Yes[105] | No | ||
Shield UI | Proprietary | Non-commercial or commercial[106] | No | Yes | Yes | Yes | Yes | No | Yes | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes[107] | |||
Syncfusion | Proprietary | Free[108] or commercial[109] | Yes | Yes | Yes | Yes | Yes | Yes[110] | Yes | Yes | Yes[111] | No | Yes | Yes | Yes | Yes | Yes | [112] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | [113] |
TeeChart JS | MIT[114] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | |
Vaadin Charts | Proprietary | No[115] | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | |||
VanCharts | Proprietary | cc-by-nc 4.0 [116] or commercial [116] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | |||
VisJS | Apache 2.0 and MIT[117] | Yes | Yes[118] | Yes[119] | Yes[120] | Yes[121] | No | No | No | No | No | Yes[122] | Yes[123] | Yes | Yes | Yes | No | No | Yes[124] | Yes | Yes | Yes | Yes | No | No | |
Webcharts | MIT[125] | Yes | Yes | Yes | Yes | No | No | No | Yes | No | No | No | No | Yes | Yes | No | No | Yes | Yes | Yes | Yes | No | Yes | No | ||
Webix UI | GPL[126] | Yes | Yes[127] | No | Yes[128] | Yes[129] | Yes[130] | Yes[130] | No | Yes[131] | No | No | No | Yes[132] | Yes[133] | Yes | No | Yes[133] | Yes [134] | Yes [135] | Yes [136] | Yes | No | Yes | Yes | |
xcharts | MIT[137] | Yes | Yes | No | No | No | No | No | No | No | No | No | No | Yes | No | No | No | No | No | Yes | Yes | No | Yes[16] | No | ||
YUI Charts | BSD-3[138] | Yes | Yes | No | No | Yes | Yes | No | No | No | No | No | No | Yes | Yes | No | No | No | Yes | Yes | No | Yes | Yes | Yes[139] | ||
ZingChart | Proprietary | Free with a link [140] or commercial[141] | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes[142] | Yes | ||
ZoomCharts | Proprietary | Non-commercial or commercial[143] | Yes | Yes | Yes | Yes | Yes | Yes | No | No | No | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes[144] | Yes | No | |||
Library Name | License | Free | Line | Timeline | Scatter | Area | Pie | Donut | Bullet | Radar | Funnel | Gantt | Network | Grouped | Stacked | Negative | Discrete | Horizontal | 3D | Legends | Mouse Over | onClick | HTML5 Canvas | SVG | VML | AxisXY |
Supported Chart Types | Supported Bar Chart Types | Other Features | Interactivity | Rendering Technologies | Databinding |
原文:https://en.wikipedia.org/wiki/Comparison_of_JavaScript_charting_libraries
本文:https://pub.intelligentx.net/wikipedia-comparison-javascript-charting-libraries
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 38 次浏览
【首席架构师精选】精选JavaScript库列表
Constraint programming
DOM (manipulation) oriented
Graphical/visualization (canvas or SVG related)
See also: List of JavaScript graphics libraries
- Chart.js
- D3.js
- FusionCharts
- Highcharts
- JavaScript InfoVis Toolkit
- p5.js
- Pixi.js
- Plotly
- Processing.js
- Raphaël
- SWFObject
- Teechart
- Three.js
- Velocity.js
- Verge3D
GUI (Graphical user interface) and widget related
- Angular (application platform) by Google
- AngularJS by Google
- Bootstrap
- Dojo Widgets
- Ext JS by Sencha
- Foundation by ZURB
- jQuery UI
- jQWidgets
- OpenUI5 by SAP
- Polymer (library) by Google
- qooxdoo
- React.js
- SmartClient
- Vue.js
- Webix
- WinJS
No longer actively developed
Pure JavaScript/Ajax
- Google Closure Library
- Joose
- JsPHP
- Microsoft's Ajax library
- MochiKit
- PDF.js
- Rico
- Socket.IO
- Spry framework
- Underscore.js
Template systems
Unit testing
Web-application related (MVC, MVVM)
- Angular (application platform) by Google
- AngularJS by Google
- Backbone.js
- Cappuccino
- Chaplin.js
- Echo
- Ember.js
- Enyo
- Express.js
- Ext JS
- Google Web Toolkit
- JavaScriptMVC
- JsRender/JsViews
- Knockout
- Meteor
- Mojito
- MooTools
- Node.js
- OpenUI5 by SAP
- Polymer (library) by Google
- Prototype JavaScript Framework
- PureMVC
- qooxdoo
- React.js
- Rialto Toolkit
- SproutCore
- Vue.js
- Wakanda Framework
Other
See also
External links
- JSter, a community-driven catalog of the most useful javascript libraries.
- Up-to-date reference guide to JavaScript frameworks.
原文:https://en.wikipedia.org/wiki/List_of_JavaScript_libraries
本文:https://pub.intelligentx.net/node/754
讨论:请加入知识星球或者小红圈【首席架构师圈】
- 29 次浏览