This website is intended to be deployed to GitHub pages using the subtree branch gh-pages. The intsructions to deploy a build to GitHub Pages can be found below.
- npm run build
- git add dist -f
- git commit -m (Message Here)
- git subtree push --prefix dist origin gh-pages
- Node.js
- Vue.js
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.