Giter Site home page Giter Site logo

nodejs-emberspa's Introduction

#Node Server Side Express/MVC Model/Rest API/ MongoDB

#The EmberJS SPA:

http://www.asp.net/single-page-application/overview/templates/emberjs-
template

app/components/ – This folder should contain all the components of your application. According to Ember CLI resolver conventions, the components' names should have a - in them. In the latest versions of Ember, there has been a lot more focus on components, rather than views. We will discuss more about components in Chapter 7, Building Reusable Components. www.it-ebooks.info Getting Started with Building Ambitious Ember.js Applications with Ember CLI [ 12 ] • app/controllers/ – This folder should contain the controller modules of your application. Controllers are covered in Chapter 5, Handling Display Logic Using Ember.js Controllers. • app/helpers/ – This should contain all the handlebars helpers of your application. Handlebars and helper methods are covered in Chapter 3, Rendering Using Templates. • app/models/ – This contains all the ember-data model modules. You can learn more about ember-data and model classes in Chapter 6, Communicating with the API Server Using ember-data. • app/routes/ – All application routes should go inside this folder. Child routes are defined inside app/routes/parent/child.js. Routing is covered in Chapter 4, Managing Application State Using Ember.js Routes. • app/styles/ – This folder should contain all your style sheets. • app/templates/ – This folder should have all the handlebars/HTMLBars templates. You can learn more about templates in Chapter 3, Rendering Using Templates. • app/views/ – This folder contains all your application views. • app/router.js – This file contains your route configuration. The routes defined here are resolved from the modules defined in app/routes/. • app/app.js – This file is the main entry point of your application and contains the configuration that applies to your Ember.js application.

Semantic UI 2+, added theme, and build toolsa

nodejs-emberspa's People

Watchers

James Cloos avatar Daniel Nguyen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.