Last updated
Last updated
This chapter shows how to add/install the grid to your own project.
-Tested with esnext skeleton:working
Run: `jspm install aurelia-v-grid=github:aurelia-ui-toolkits/aurelia-v-grid
In main.js
add .plugin('aurelia-v-grid')
-Tested with esnext default :working
Run: npm install git://github.com/aurelia-ui-toolkits/aurelia-v-grid.git --save
In main.js
add .plugin('aurelia-v-grid')
Add to aurelia_project/aurelia.json
set stub to false in the loader/plugins in aurelia_project/aurelia.json
-Tested with esnext default :working
Run: npm install git://github.com/aurelia-ui-toolkits/aurelia-v-grid.git --save
In main.js
add .plugin('aurelia-v-grid')
Add to aurelia_project/aurelia.json
set stub to false in the loader/plugins in aurelia_project/aurelia.json
-Tested with esnext skeleton:working
Run: npm install git://github.com/aurelia-ui-toolkits/aurelia-v-grid.git --save
In main.js
add .plugin('aurelia-v-grid')
-Tested with aurelia-CLI:working, and prb all other esnext except typescript
If you dont want to install it, and just want to copy and run you can do this:
In main.js
add .plugin('vGrid/plugin')
Copy "vGrid" folder here over to "src" in skeleton from here: