Skip to content

Commit

Permalink
wip: landing page redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Dec 10, 2023
1 parent f6d905d commit 4f5f1b7
Show file tree
Hide file tree
Showing 11 changed files with 40,986 additions and 86 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Customizable native Vue3 data grid with very limited dependencies. Leverages a f

<br />
<div class="example-image-container">
<img src="./vuepress/.vuepress/public/example.png" />
<img src="./vuepress/.vuepress/public/example2.png" />
</div>

<br />
Expand Down
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"vuepress",
"xmldocmd"
],
"ignoreWords": ["datagrid"],
"ignoreWords": ["datagrid", "Freepik"],
"ignorePaths": ["**/test-data", "**/demo-data", "**tsconfig**", "./typedoc-out.json", "**/pnpm-lock.yaml"]
}
2 changes: 1 addition & 1 deletion readme-src.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<br />
<div class="example-image-container">
<img src="./vuepress/.vuepress/public/example.png" />
<img src="./vuepress/.vuepress/public/example2.png" />
</div>

<br />
Expand Down
3 changes: 3 additions & 0 deletions vuepress/.vuepress/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineClientConfig } from '@vuepress/client'
import { DataGridVue } from 'data-grid-vue'
import LandingBackground from './components/LandingBackground.vue'
import DEMO from '../demo-data/DEMO_DATA'
import constants from './constants'
import Layout from './layouts/Layout.vue'
Expand Down Expand Up @@ -27,6 +28,8 @@ appInsights.addTelemetryInitializer(envelope => {

export default defineClientConfig({
enhance({ app, router, siteData }) {
app.component('LandingBackground', LandingBackground)

app.use(DataGridVue)
app.provide('demo', DEMO)
app.config.globalProperties.$dgv = constants
Expand Down
Loading

0 comments on commit 4f5f1b7

Please sign in to comment.