Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 519 Bytes

Getting Started with LawangSewu Project

Available Scripts

In the project directory, you can run:

npm run generate model <jsonfile> <modelname> <path:optional>

npm run generate model example modelExample

Run this script for generating model.
place the jsonfile on ./src/data/

npm run generate view <viewname> <field>

npm run generate view example first_name:string,last_name:string,age:number

Run this script for generating base listing and form.
field is for the input data or form data