Skip to content

Commit

Permalink
feat: support vite5
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickshan committed Mar 12, 2024
1 parent b2fa18a commit 43071e0
Show file tree
Hide file tree
Showing 5 changed files with 1,113 additions and 643 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

.history
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 yorickshan
Copyright (c) 2023-present yorickshan and three.js-vue3-boilerplate contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
A modern starter project for Three.js with:

- [Three.js](https://threejs.org/)
- [Vite 4](https://vitejs.dev/guide/)
- [Vite 5](https://vitejs.dev/guide/)
- [Vue 3](https://vuejs.org/guide/introduction.html)
- [Tailwind CSS v3](https://tailwindcss.com/docs/configuration)
- [Vue Router v4](https://router.vuejs.org/)
Expand All @@ -36,6 +36,6 @@ pnpm run build
pnpm run serve
```

### Contributing
## Contribution

If you want to add some features, feel free to submit PR
If you want to add some features, feel free to submit PR.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue": "^5.0.4",
"stats.js": "^0.17.0",
"three": "^0.137.5",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
"vite": "^5.1.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@headlessui/vue": "^1.7.8",
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^17.0.45",
"@types/stats.js": "^0.17.0",
"@types/stats.js": "^0.17.3",
"@types/tailwindcss": "^3.1.0",
"@types/three": "^0.137.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.18",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vue-tsc": "^0.29.8"
}
}
Loading

0 comments on commit 43071e0

Please sign in to comment.