Skip to content

Commit

Permalink
add vue
Browse files Browse the repository at this point in the history
  • Loading branch information
appleicat committed Sep 17, 2024
1 parent c60b46d commit 4729629
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';
import react from '@astrojs/react';
import mdx from '@astrojs/mdx';
import vue from '@astrojs/vue';

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), react(), mdx()],
integrations: [tailwind(), react(), mdx(), vue()],
site: 'https://appleicat.github.io',
markdown: {
remarkRehype: {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
"@astrojs/mdx": "^3.1.0",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.5.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"astro": "^4.1.1",
"framer-motion": "^10.17.9",
"locomotive-scroll": "beta",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.1",
"vue": "^3.5.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "react-jsx",
"jsx": "preserve",
"jsxImportSource": "react"
}
}

0 comments on commit 4729629

Please sign in to comment.