All Projects β†’ mirego β†’ ember-boilerplate

mirego / ember-boilerplate

Licence: BSD-3-Clause license
πŸ‘“ The stable base upon which we build our Ember.js projects at Mirego.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
shell
77523 projects
HTML
75241 projects
Handlebars
879 projects

Projects that are alternatives of or similar to ember-boilerplate

ember-best-language
🏳 A FastBoot-enabled addon to detect the best language for your user.
Stars: ✭ 18 (-45.45%)
Mutual labels:  ember, emberjs, fastboot
glimmer-apollo
Ember and Glimmer integration for Apollo Client.
Stars: ✭ 32 (-3.03%)
Mutual labels:  ember, emberjs, apollo-client
React Boilerplate
βš› The stable base upon which we build our React projects at Mirego.
Stars: ✭ 39 (+18.18%)
Mutual labels:  apollo, apollo-client, prettier
Ember Apollo Client
πŸš€ An ember-cli addon for Apollo Client and GraphQL
Stars: ✭ 257 (+678.79%)
Mutual labels:  ember, emberjs, apollo-client
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-42.42%)
Mutual labels:  mocha, apollo-client, prettier
ultimate-hot-boilerplate
πŸš€ node-react universal app boilerplate with everything on hot reload, SSR, GraphQL, Flow included
Stars: ✭ 35 (+6.06%)
Mutual labels:  stylelint, apollo, prettier
gitstar
Github Client built with React Apollo
Stars: ✭ 15 (-54.55%)
Mutual labels:  apollo, apollo-client
ember-link
Link primitive to pass around self-contained route references. It's {{link-to}}, but better!
Stars: ✭ 50 (+51.52%)
Mutual labels:  ember, emberjs
friendly-vue-starter
Full featured Vue.js starter project for browser apps
Stars: ✭ 37 (+12.12%)
Mutual labels:  apollo-client, prettier
figma-plugin-typescript-boilerplate
Figma plugin TypeScript boilerplate to start developing right away
Stars: ✭ 43 (+30.3%)
Mutual labels:  stylelint, prettier
ember-fastboot-app-tests
FastBoot testing support for Ember apps
Stars: ✭ 17 (-48.48%)
Mutual labels:  ember, fastboot
ember-event-helpers
Complimentary event template helpers to the {{on}} modifier
Stars: ✭ 33 (+0%)
Mutual labels:  ember, emberjs
github-react-native-apollo-graphql
πŸ“± A GitHub mobile app built with React-Native and Apollo GraphQL
Stars: ✭ 24 (-27.27%)
Mutual labels:  apollo, apollo-client
ember-foxy-forms
Ember Addon for Making Foxy Forms
Stars: ✭ 27 (-18.18%)
Mutual labels:  ember, emberjs
laika
Log, test, intercept and modify Apollo Client's operations
Stars: ✭ 99 (+200%)
Mutual labels:  apollo, apollo-client
agollo
πŸš€Go client for ctrip/apollo (https://github.com/apolloconfig/apollo)
Stars: ✭ 563 (+1606.06%)
Mutual labels:  apollo, apollo-client
graphql-workshop
βš’ 🚧 A GraphQL workshop to learn GraphQL implementations
Stars: ✭ 20 (-39.39%)
Mutual labels:  apollo, apollo-client
react-apollo-client-testing-example
A React with Apollo Client application with a mocked GraphQL server and tested Query and Mutation components.
Stars: ✭ 17 (-48.48%)
Mutual labels:  apollo, apollo-client
hyperchannel
Kosmos Chat for the Web
Stars: ✭ 17 (-48.48%)
Mutual labels:  ember, emberjs
react-apollo-graphql
Get rid of decorators and use Apollo GraphQL queries and mutations in the simple and readable way.
Stars: ✭ 16 (-51.52%)
Mutual labels:  apollo, apollo-client


This repository is the stable base upon which we build our Ember.js projects at Mirego.
We want to share it with the world so you can build awesome Ember.js applications too.

Introduction

To learn more about why we created and maintain this boilerplate project, read our blog post.

Content

This boilerplate comes with batteries included, you’ll find:

Usage

With GitHub template

  1. Click on the Use this template button to create a new repository
  2. Clone your newly created project (git clone https://github.com/you/repo.git)
  3. Run the boilerplate setup script (./boilerplate-setup.sh your-project-name)
  4. Commit the changes (git commit -a -m "Rename ember-boilerplate parts")

Without GitHub template

  1. Clone this project (git clone https://github.com/mirego/ember-boilerplate.git)
  2. Delete the internal Git directory (rm -rf .git)
  3. Run the boilerplate setup script (./boilerplate-setup.sh your-project-name)
  4. Create a new Git repository (git init)
  5. Create the initial Git commit (git commit -a -m "Initial commit")

Preferred libraries

Some batteries aren’t included since all projects have their own needs and requirements. Here’s a list of our preferred libraries to help you get started:

Category Libraries
Animations ember-animated
Click outside event ember-click-outside
Custom calendar ember-power-calendar
Custom datepicker ember-power-datepicker
Custom select ember-power-select
File upload ember-file-upload
Flash messages ember-cli-flash
Isomorphic cookie management ember-cookies
Isomorphic locale detection ember-best-language
List sorting ember-sortable
Modal dialog ember-modal-dialog
Permissions management ember-can
Sticky element ember-sticky-element
CSS transitions ember-css-transitions

License

Ember Boilerplate is Β© 2015-2020 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md file.

The glasses logo is based on this lovely icon by Daniela Baptista, from The Noun Project. Used under a Creative Commons BY 3.0 license.

About Mirego

Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We’re a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.

We also love open-source software and we try to give back to the community as much as we can.

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].