Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/betocantu93/modern-ember-fastboot


https://github.com/betocantu93/modern-ember-fastboot

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# modern-ember-fastboot

This app features modern ember:

- No JQuery
- No Ember Data (you can add it if you want it)
- Native es6 classes and decorators via ember-decorators
- ember-fetch
- SSR with fastboot (using a middleware we only run SSR if we detect any bot 🤖 for SEO and OG tags 🔥)
- Sass css preprocessor via ember-cli-sass
- Tailwind via ember-cli-tailwind (using ember-cli-postcss with the plugins autoprefixer and @fullhuman/postcss-purgecss)
- Web Manifest via ember-web-app

And a couple of extra handy addons, files and configuration

- ember-cli-bundle-analyzer (check your bundle size)
- ember-auto-import (import npm packages easily)
- ember-get-config (get env variables easily everywhere)
- /nodeServer.js and /Procfile for heroky deployment, you can delete these if you prefer to deploy elsewhere
- ember features enabled/disabled
```
{
"application-template-wrapper": false,
"jquery-integration": false,
"template-only-glimmer-components": true
}
```

You probably will need to run the blueprint for ember-cli-tailwind... `ember install ember-cli-tailwind` or `ember generate ember-cli-tailwind`