Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellraiserrob/classic-webapp-gulp-spa

Boilerplate for a classic webapp with vue SPAs within
https://github.com/hellraiserrob/classic-webapp-gulp-spa

gulp jest nunjucks postcss vue webpack

Last synced: 3 months ago
JSON representation

Boilerplate for a classic webapp with vue SPAs within

Awesome Lists containing this project

README

        

# Gulp4 Webpack Boilerplate

A boilerplate with development and build workflows, specically for the situation where you have a classic webapp or multipage app and want to liberally drop in SPAs.

## Features
- Gulp 4
- Webpack
- es6
- Vue single file components
- eslint
- Sass
- stylelint
- susy grids
- Nunjucks templates (for building up a style-guide of reusable components)
- Jest

## Commands
- npm install (install dependencies)
- npm run dev (run development workflow)
- npm run build (run build workflow)
- npm run test (run unit tests)
- npm demo (demo build)