Ag-Grid in Vue no npm install example?
问题 I want to use ag-grid-vue without npm installing it. code: https://codepen.io/riodw/pen/zYYOjdE So I found this: Is it possible to use ag-grid with vue without a builder?. Followed that guid, and was basically able to get something to render but it get's stuck on "Loading..." I downloaded ag-grid (from here: https://github.com/ag-grid/ag-grid) Went into cd ag-grid-master/packages/ag-grid-vue npm installed npm install Then built npm run build This generated the " ag-grid-vue.umd.js " file.