Graffino Docker Ninja

screenshot of Graffino Docker Ninja
vue
scss

Webpack 4 based boilerplate to jumpstart your static or WordPress project.

Overview:

Ninja is a feature-packed and lightning-fast boilerplate used by Graffino for building modern responsive static and WordPress powered websites. It offers a variety of features and tools to enhance the development process.

Features:

  • Modern CSS: powered by SCSS with easy media queries and PostCSS optimization.
  • ES6 vanilla JS, VueJS: supports Vanilla JS modules, transpiling via Babel with browserlist support, and Babel polyfills.
  • Assets: includes NodeJS assets via package.json, SVG sprites for modern dynamic SVG icons, image assets compression and optimization, lazy loading, and low-resolution placeholders.
  • WordPress (PHP) powered: offers Composer integration for WordPress and plugins, support for private packages and .env based configuration, custom OOP base theme with automatic class loading and dependency injection, cache busting support, and regression testing via Cypress and Backstop.
  • Toolset: provides an optional dockerized development environment, custom SSL certificate support for .dev domain, one-command WordPress setup and initialization, database migration and dump scripts for WordPress, automatic JavaScript and Composer packages update scripts, automatic deployment scripts, automatic file synchronization scripts for WordPress, automatic package version bumping, and a development server with code injection and hot reload.

Summary:

Ninja is a powerful boilerplate with a wide range of features and tools for building modern websites. It provides support for modern CSS and JavaScript, as well as WordPress integration. With its comprehensive toolset, developers can streamline the development process and improve efficiency.

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.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.