選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Robin Thoni dc21b400b8 init 7年前
..
app init 7年前
sdk init 7年前
.gitignore init 7年前
Gruntfile.js init 7年前
Gruntfile_01_global.js init 7年前
Gruntfile_02_app.js init 7年前
README.md init 7年前
TODO init 7年前
bower.json init 7年前
favicon.ico init 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/pkguids.controller.js
app/controllers/pkguidsedit.controller.js
app/sdk/Business/pkguids.business.js
app/sdk/DataAccess/pkguids.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/