Robin Thoni d969a420ad article edit UI | il y a 7 ans | |
---|---|---|
.. | ||
app | il y a 7 ans | |
sdk | il y a 7 ans | |
.gitignore | il y a 7 ans | |
Gruntfile.js | il y a 7 ans | |
Gruntfile_01_global.js | il y a 7 ans | |
Gruntfile_02_app.js | il y a 7 ans | |
README.md | il y a 7 ans | |
TODO | il y a 7 ans | |
bower.json | il y a 7 ans | |
favicon.ico | il y a 7 ans | |
index.html | il y a 7 ans | |
package.json | il y a 7 ans | |
robots.txt | il y a 7 ans |
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/