项目作者: bradmax-com

项目描述 :
Bradmax Player AngularJs example app.
高级语言: HTML
项目地址: git://github.com/bradmax-com/bradmax-player-ag-example.git
创建时间: 2018-03-19T19:04:32Z
项目社区:https://github.com/bradmax-com/bradmax-player-ag-example

开源协议:MIT License

下载



BradmaxAngularJs


Repository contains bradmax player AngularJs application skeleton for a typical AngularJS web app.

It’s based on starter project for AngularJS, please visit angular-seed github for more details.

Difference against angular-seed:

  • replaced bower as deprecated with npm/yarn, (please read this for more details),
  • updated angular to 1.6.9,
  • removed everything that is not needed in this example.

Example of usage for:

bradmax-com/bradmax-player-ag : bradmax player angular js library.


Prerequisites

We use a number of Node.js tools to initialize and build processes. You must have Node.js and its package manager npm installed.
We also recommend to use yarn as replacement for npm.

You can check required node.js, npm and yarn versions in ‘engines’ section of ./package.json file.


Directory Layout
app/ all of the source files for the application
└─ app.css default style sheet
└─ app.js main application module
└─ index.html app layout file (the main html template file of the app)

Usage:

1. Install removed dependencies

  1. yarn

2. Run removed

  1. yarn start

3. Browse to the app @ localhost:8000/app/index.html.


License MIT


More info @ bradmax.com