All Projects → nathanchase → super-minimal-aurelia

nathanchase / super-minimal-aurelia

Licence: other
A barebones Aurelia + webpack2 build

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to super-minimal-aurelia

Angular4-boilerplate-webpack2
Clean Angular Boilerplate with webapack 2
Stars: ✭ 17 (-10.53%)
Mutual labels:  webpack2
harpers
A forum app written by node & thinkJS
Stars: ✭ 12 (-36.84%)
Mutual labels:  webpack2
aurelia-notify
A notification plugin for Aurelia.
Stars: ✭ 14 (-26.32%)
Mutual labels:  aurelia
aurelia-mdl-plugin
Material Design Lite plugin for Aurelia.
Stars: ✭ 19 (+0%)
Mutual labels:  aurelia
tech1-temple-javascript
JavaScript Proofs of Concepts repository. No Longer Supported
Stars: ✭ 61 (+221.05%)
Mutual labels:  webpack2
vscode-exts
Visual Studio Code Extensions
Stars: ✭ 33 (+73.68%)
Mutual labels:  webpack2
aurelia-dotnet-template
A starting point for new dotnet projects using the aurelia-framework with typescript and webpack.
Stars: ✭ 13 (-31.58%)
Mutual labels:  aurelia
aurelia-webpack-electron
a basic aurelia app running in electron with development debugging and hmr
Stars: ✭ 13 (-31.58%)
Mutual labels:  aurelia
Aurelia-Bootstrap-Plugins
Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
Stars: ✭ 45 (+136.84%)
Mutual labels:  aurelia
typescript-webpack-tree-shaking
Tree-shaking example with Typescript and Webpack
Stars: ✭ 144 (+657.89%)
Mutual labels:  babili
movielist
A demo application built using Aurelia.io to search for and list movies
Stars: ✭ 17 (-10.53%)
Mutual labels:  aurelia
aurelia-mdc-plugin
MDC (Material Design UI Components) plugin for Aurelia.
Stars: ✭ 13 (-31.58%)
Mutual labels:  aurelia
firebase-ignite
Firebase PWA Boilerplate
Stars: ✭ 12 (-36.84%)
Mutual labels:  webpack2
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (+73.68%)
Mutual labels:  webpack2
webpack-starter
'Just Add Water' Webpack 2, babel and glslify gourmet mix.
Stars: ✭ 13 (-31.58%)
Mutual labels:  webpack2
bindable
A design system built in Aurelia JS that allows for faster and easier web development.
Stars: ✭ 20 (+5.26%)
Mutual labels:  aurelia
bower-resolve-webpack-plugin
Offers an enhanced bower support for enhanced-resolve plugin.
Stars: ✭ 12 (-36.84%)
Mutual labels:  webpack2
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+315.79%)
Mutual labels:  webpack2
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-31.58%)
Mutual labels:  webpack2
vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+505.26%)
Mutual labels:  webpack2

super-minimal-aurelia

A barebones Aurelia + webpack2 build with decorators and async/await support

This boilerplate is up to date as of April 13th, 2017, and incorporates the following:

  • An ES6-based Aurelia implementation (rather than Typescript)
  • Code-splitting by routes (using latest syntax in Aurelia's router to designate chunk creation according to files under a route)
  • Use of plain CSS (rather than SASS/LESS)
  • Fully working in all evergreen browsers AND Internet Explorer 11, 10, and 9!

Here's all you need to get started.

Step 1) Install npm, and then install Yarn on your command line:

npm install -g yarn

Step 2) Install the dependencies:

yarn

Step 3) Test it out in your browser (at http://localhost:8080):

yarn run web

Step 4) (optional) Build an optimized version ready to upload to a web server:

yarn run prod

Step 5) Enjoy how easy that was!

Hope this helps someone else out there!

-Nathan


Special thanks to:

jods4

nashwaan

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].