Skip to content

一个基于Ember.js的图书管理系统,主要是用于学习、交流。

Notifications You must be signed in to change notification settings

ubuntuvim/library-app

Repository files navigation

library-app

一个基于Ember.js的图书管理系统,主要是用于学习、交流。

我将会用6篇博文一步步介绍如何使用Ember.js构建一个复杂项目。下面是教程地址:

如何构建一个复杂的Ember.js项目

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

一个基于Ember.js的图书管理系统,主要是用于学习、交流。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published