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

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

A multi page classic webapp with example of a vue spa within
https://github.com/hellraiserrob/classic-webapp-spa

Last synced: 6 months ago
JSON representation

A multi page classic webapp with example of a vue spa within

Awesome Lists containing this project

README

          

# Webpack seed
A simple development and build seed using webpack

### Features
- webpack
- webpack-dev-server
- eslint
- babel
- pug templates
- mocha / chai test

### Scripts
- npm run dev
- starts development server
- npm run build
- produces a production build
- npm run demo
- serves up the contents of the build for a demo
- npm run test
- runs the mocha / chai tests