This repository represents our starting point(s) for creating JavaScript applications. Each folder holds its own specific setup.
See below for an overview of setups.
Provides a plain component-orientated transpiled ES6+ «vanilla» script environment which gets assembled with Browserify.
See /es6-browserify.
Provides a plain component-orientated non-transpiled ES6+ «vanilla» script environment which gets assembled with rollup.js.
See /es6-rollup.
Provides a Vue.js application foundation (ES6+ transpiled) which is focused on asynchronous loading of components, scoped styles and “separation of concerns”. This is mostly achieved with code-splitting by webpack.
See /es6-vue-webpack.