Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1.86 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.86 KB

JavaScript

JavaScript foundation

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.

ES6+ and Browserify

Provides a plain component-orientated transpiled ES6+ «vanilla» script environment which gets assembled with Browserify.

See /es6-browserify.

ES6+ and rollup.js

Provides a plain component-orientated non-transpiled ES6+ «vanilla» script environment which gets assembled with rollup.js.

See /es6-rollup.

ES6+ and Vue.js and webpack

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.

gridonic.chgridonic.github.io@gridonic