您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Robin Thoni 00bb580be8 added properties and data types 7 年前
..
app added properties and data types 7 年前
sdk added properties and data types 7 年前
.gitignore init 7 年前
Gruntfile.js init 7 年前
Gruntfile_01_global.js init 7 年前
Gruntfile_02_app.js init 7 年前
README.md article stack 7 年前
TODO init 7 年前
bower.json init 7 年前
favicon.ico article stack 7 年前
index.html init 7 年前
package.json init 7 年前
robots.txt init 7 年前

README.md

Starter kit for Angular Material

Here is an angular material starter kit to use with Luticate2.

Getting started

git clone https://git.rthoni.com/robin.thoni/starter-angular-material
cd starter-angular-material
bower install

A CRUD stack is provided as an example: app/controllers/articles.controller.js
app/controllers/articlesedit.controller.js
app/sdk/Business/articles.business.js
app/sdk/DataAccess/articles.dataaccess.js

See Luticate2-api/WebApiUtils project for the backend.

Build

To concatenate, minify and uglyfy the app, run the following:

npm install
grunt --gruntfile Gruntfile_01_global.js
grunt --gruntfile Gruntfile_02_app.js

The ouput will be available in build/release/