/js

🍦 Our JavaScript foundation.

Primary LanguageJavaScriptMIT LicenseMIT

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