You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni d5e2ad9640 README преди 7 години
app updated luticate utils; added business utils преди 7 години
sdk removed console.log преди 7 години
.gitignore init преди 8 години
Gruntfile.js init преди 8 години
Gruntfile_01_global.js renamed grunfiles преди 7 години
Gruntfile_02_app.js renamed grunfiles преди 7 години
README.md README преди 7 години
TODO updated luticate utils; added business utils преди 7 години
bower.json updated luticate utils; added business utils преди 7 години
favicon.ico updated grunt; TODO; added favicon преди 7 години
index.html init преди 8 години
package.json updated grunt; TODO; added favicon преди 7 години
robots.txt robots.txt преди 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/