The AG Grid Finance Demo in Vue.
-
Get a copy of this folder using degit (without the git respository files):
npx degit ag-grid/ag-grid-demos/finance/vue ag-grid-finance-example-vue cd ag-grid-finance-example-vue
Alternatively, you can get the files using
git clone
:git clone [email protected]:ag-grid/ag-grid-demos.git cd ag-grid-demos/finance/vue
-
Install dependencies:
npm install
-
Run the dev server:
npm run dev
This example code was generated with the Vite Vue template using:
npm create vite@latest finance/vue -- --template vue-ts
# With the addition of the following modules
npm i ag-charts-enterprise ag-grid-enterprise ag-grid-vue3
AG Grid Enterprise customers have access to dedicated support via ZenDesk, which is monitored by our engineering teams.
If you have found a bug, please report it in our main repository's issues section.