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

🍦 Our JavaScript foundation.

License

Notifications You must be signed in to change notification settings

gridonic/js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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