Skip to content

Commit

Permalink
Merge pull request #87 from kouts/dev-next
Browse files Browse the repository at this point in the history
Dev next
  • Loading branch information
kouts authored May 12, 2024
2 parents a35dadc + 3399b52 commit 2e7eac5
Show file tree
Hide file tree
Showing 8 changed files with 11,702 additions and 32,386 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]

steps:
- name: Checkout 🛎
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ https://next--vue-modal-demo.netlify.app/
In order to start development:

```sh
npm i
npm run dev
pnpm i
pnpm run dev
```
10 changes: 8 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import * as path from 'path'
import * as url from 'url'
import { defaultTheme, defineUserConfig } from 'vuepress-webpack'
import { defaultTheme } from '@vuepress/theme-default'
import { defineUserConfig } from 'vuepress'
import { docsearchPlugin } from '@vuepress/plugin-docsearch'
import { vueExamplePlugin } from 'vuepress-plugin-vue-example'
import { webpackBundler } from '@vuepress/bundler-webpack'

const __dirname = url.fileURLToPath(new URL('.', import.meta.url))

Expand All @@ -12,14 +14,18 @@ export default defineUserConfig({
componentsPath: '/docs/.examples/'
}),
docsearchPlugin({
apiKey: 'cf43591b3240a37c852e5fc1ead88efb',
apiKey: 'b1beebce60b696f3ab59d523bdc04b94',
indexName: 'vue-modal',
appId: 'G4DW29QPYK'
})
],
dest: 'public',
title: 'vue-modal',
description: 'A modal plugin for Vue 3',
bundler: webpackBundler({
postcss: {},
vue: {}
}),
theme: defaultTheme({
contributors: false,
repo: 'https://github.com/kouts/vue-modal/tree/next',
Expand Down
Loading

0 comments on commit 2e7eac5

Please # to comment.