Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

bmybbs/web

Repository files navigation

本项目是 BMYBBS 的web新界面。其后端使用 BMYBBS API,前段基于 ember.js

项目结构采用 ember-cli 生成,原有的项目文件可以废弃掉,包括:

  • app.html
  • css/
  • index.html
  • js/

依赖

安装

  • git clone https://github.com/bmybbs/web this repository
  • change into the new directory
  • npm install
  • bower install

开发、运行

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