Robin Thoni 111045b13b added rss feed | преди 7 години | |
---|---|---|
.. | ||
app | преди 7 години | |
sdk | преди 7 години | |
.gitignore | преди 7 години | |
Gruntfile.js | преди 7 години | |
Gruntfile_01_global.js | преди 7 години | |
Gruntfile_02_app.js | преди 7 години | |
README.md | преди 7 години | |
TODO | преди 7 години | |
bower.json | преди 7 години | |
favicon.ico | преди 7 години | |
index.html | преди 7 години | |
package.json | преди 7 години | |
robots.txt | преди 7 години |
Here is an angular material starter kit to use with Luticate2.
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.
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/