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 00bb580be8 added properties and data types 7 anos atrás
..
app added properties and data types 7 anos atrás
sdk added properties and data types 7 anos atrás
.gitignore init 7 anos atrás
Gruntfile.js init 7 anos atrás
Gruntfile_01_global.js init 7 anos atrás
Gruntfile_02_app.js init 7 anos atrás
README.md article stack 7 anos atrás
TODO init 7 anos atrás
bower.json init 7 anos atrás
favicon.ico article stack 7 anos atrás
index.html init 7 anos atrás
package.json init 7 anos atrás
robots.txt init 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/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/