Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 Ember.js,我想创建一个简单的Ember.js + AdminLTE应用程序。我做了以下步骤:
$ ember new app
$ cd app
$ bower install admin-lte
$ ember build --env production
我的问题: