Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni d5e2ad9640 README il y a 7 ans
app updated luticate utils; added business utils il y a 7 ans
sdk removed console.log il y a 7 ans
.gitignore init il y a 8 ans
Gruntfile.js init il y a 8 ans
Gruntfile_01_global.js renamed grunfiles il y a 7 ans
Gruntfile_02_app.js renamed grunfiles il y a 7 ans
README.md README il y a 7 ans
TODO updated luticate utils; added business utils il y a 7 ans
bower.json updated luticate utils; added business utils il y a 7 ans
favicon.ico updated grunt; TODO; added favicon il y a 7 ans
index.html init il y a 8 ans
package.json updated grunt; TODO; added favicon il y a 7 ans
robots.txt robots.txt il y a 7 ans

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/