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
- Host: GitHub
- URL: https://github.com/hellraiserrob/classic-webapp-spa
- Owner: hellraiserrob
- Created: 2018-02-16T08:20:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T08:03:58.000Z (over 8 years ago)
- Last Synced: 2025-05-29T18:57:12.053Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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