Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hellraiserrob/classic-webapp-gulp-spa
- Owner: hellraiserrob
- Created: 2018-02-20T08:31:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T07:46:01.000Z (almost 7 years ago)
- Last Synced: 2024-10-01T14:34:42.511Z (3 months ago)
- Topics: gulp, jest, nunjucks, postcss, vue, webpack
- Language: JavaScript
- Homepage:
- Size: 578 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)