Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Robin Thoni d5e2ad9640 README 7 anos atrás
app updated luticate utils; added business utils 7 anos atrás
sdk removed console.log 7 anos atrás
.gitignore init 8 anos atrás
Gruntfile.js init 8 anos atrás
Gruntfile_01_global.js renamed grunfiles 7 anos atrás
Gruntfile_02_app.js renamed grunfiles 7 anos atrás
README.md README 7 anos atrás
TODO updated luticate utils; added business utils 7 anos atrás
bower.json updated luticate utils; added business utils 7 anos atrás
favicon.ico updated grunt; TODO; added favicon 7 anos atrás
index.html init 8 anos atrás
package.json updated grunt; TODO; added favicon 7 anos atrás
robots.txt robots.txt 7 anos atrás

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/