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/