Eagle.js

screenshot of Eagle.js
vue
scss

A hackable slideshow framework built with Vue.js

Overview:

Eagle.js is a slideshow system built on top of Vue 2, featuring support for animations, themes, interactive widgets, reusable components and styles across presentations. With a lightweight core and various extensions, Eagle.js offers a hackable API for crafting customizable slideshows. Although the project is not actively maintained, it is still considered feature-complete.

Features:

  • Built on Vue 2: Utilizes the features of Vue 2 for creating dynamic and interactive presentations.
  • Supports Animations and Themes: Allows users to incorporate animations and themes into their slideshows.
  • Interactive Widgets: Provides interactive widgets for creating engaging web demos.
  • Reusable Components: Easily reuse components, slides, and styles across different presentations.
  • Lightweight Core: Offers a lightweight core with various helpful extensions.
  • Hackable API: Provides all APIs publicly accessible for maximum hackability and customization.
  • Not Actively Maintained: Although not actively maintained, the project is considered feature-complete.
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Pug

Pug is a high-performance template engine for Node.js and browsers that enables developers to write HTML templates using a concise and intuitive syntax. It supports a range of features, including template inheritance, conditionals, loops, mixins, and more, and can be easily integrated into a variety of web frameworks and build tools.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.