All Projects → static-dev → Spike

static-dev / Spike

Licence: other
A modern static build tool, powered by webpack

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Spike

React Static Boilerplate
A boilerplate for building static sites with Webpack 2, React and React Router
Stars: ✭ 108 (-76.62%)
Mutual labels:  webpack, static-site-generator
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (-62.99%)
Mutual labels:  webpack, static-site-generator
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-69.91%)
Mutual labels:  webpack, static-site-generator
Prerender Spa Plugin
Prerenders static HTML in a single-page application.
Stars: ✭ 7,018 (+1419.05%)
Mutual labels:  webpack, static-site-generator
Cogear.js
Modern static websites generator (Node.JS/Webpack)
Stars: ✭ 315 (-31.82%)
Mutual labels:  webpack, static-site-generator
Ng Static Site Generator
ng-static-site-generator is a webpack-based command line build tool that builds an Angular app and Jekyll-style blog entry html files into a static html and css website. It also supports building a client app so you can have static pages that are also capable of running dynamic functionality coded in Angular.
Stars: ✭ 42 (-90.91%)
Mutual labels:  webpack, static-site-generator
Deventy
A minimal 11ty starting point for building static websites with modern tools.
Stars: ✭ 157 (-66.02%)
Mutual labels:  webpack, static-site-generator
Generator Infinitely Static
💫 Static page generator with routes support thats infinitely awesome
Stars: ✭ 11 (-97.62%)
Mutual labels:  webpack, static-site-generator
Peco
nothing here, move on..
Stars: ✭ 213 (-53.9%)
Mutual labels:  webpack, static-site-generator
Gulp Webpack Starter
Gulp Webpack Starter - fast static website builder. The starter uses gulp toolkit and webpack bundler. Download to get an awesome development experience!
Stars: ✭ 199 (-56.93%)
Mutual labels:  webpack, static-site-generator
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+269.26%)
Mutual labels:  webpack, static-site-generator
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (-31.17%)
Mutual labels:  webpack, static-site-generator
Jamstack Web Starter
Static website workflow utilising Eleventy, Tailwind CSS, Webpack and PostCSS.
Stars: ✭ 198 (-57.14%)
Mutual labels:  webpack, static-site-generator
Bridgetown
A Webpack-aware, Ruby-powered static site generator for the modern Jamstack era
Stars: ✭ 317 (-31.39%)
Mutual labels:  webpack, static-site-generator
Phenomic
DEPRECATED. Please use Next.js instead.
Stars: ✭ 3,264 (+606.49%)
Mutual labels:  webpack, static-site-generator
React
React+webpack+redux+ant design+axios+less全家桶后台管理框架
Stars: ✭ 4,414 (+855.41%)
Mutual labels:  webpack
React Snap
👻 Zero-configuration framework-agnostic static prerendering for SPAs
Stars: ✭ 4,565 (+888.1%)
Mutual labels:  static-site-generator
Koa Webpack
Development and Hot Reload Middleware for Koa2
Stars: ✭ 429 (-7.14%)
Mutual labels:  webpack
One
基于Spring Boot和Vue2开发的前后端分离的后台管理系统
Stars: ✭ 426 (-7.79%)
Mutual labels:  webpack
Gatsby Material Starter
A high performance blog starter with Material design in mind for GatsbyJS.
Stars: ✭ 456 (-1.3%)
Mutual labels:  static-site-generator

Spike

version tests dependencies coverage chat

A modern static build tool, powered by webpack

No Maintenance Intended

Note: This project is currently unmaintained. If you are interested in taking over maintenance, please reach out!

What is Spike?

We ❤️ static.

If you're building a website or client-side app – then 🌵 spike is probably for you. Spike aims to be simple, efficient, and a pleasure to use.

Spike certainly is not the only static site generator out there, but in our opinion, it's the most powerful and easiest to use.

Spike's default stack is built on plugin-based architecture which defaults to syntax based on official specs for the future of html, css, and javascript. Out of the box, Spike is based on:

It is also able to integrate any webpack loader and plugin, making it possible to use any other language and configuration you want.

Features

Installation

  • npm install spike -g
  • spike new <projectname>

NOTE: You must be using >= node v6.0.0 in order for Spike to work!

Usage

Spike can operate through either a javascript API or a CLI interface. This project is just the command line interface, for more information on the js api, check out spike-core.

To read all about how spike works, check out our documentation

For information on how to use the command line interface, check the CLI section

Analytics

In order to continue improving Spike, we collect anonymous usage data from anyone using the command line tool. This data is important to us because it helps us to know which features are important to users. It also helps us to convince our sponsors about how great this project is and how many people are relying on it, so that its development can continue to be funded. Here's a breakdown of the data we collect:

  • A randomly generated unique id for each spike install
  • Any time a spike command is run, the contents of that command (for example spike watch -e production would record "watch -e production")
  • Any time a spike site is compiled, only the fact that a compile has run

We use this data specifically to keep tabs on how frequently spike's various features are being used so that we can better prioritize issues and upgrades, and to show our "total compiles" number, which is typically a large and impressive number, to our sponsors, and they can then be wowed by how awesome and popular this project is. That's it!

We want to make it clear that no private information is being collected at all here, and that all information collected is 100% anonymous, and tagged only to an entirely randomly generated id. However, if you would like to opt-out and ensure that analytics are not sent, you can run spike analytics disable, and no further information will be collected.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].