This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm installnpm run devnpm run buildLint with ESLint
npm run lintInclude
base: '/noteballs-vuejs/' in define config in vite config file
Add
"homepage": "https://sriteja2602.github.io/noteballs-vuejs"in package.json
Once all these changes are done
npm run buildRun
git add distgit commit -m 'adding dist subtree'
Run
git subtree push --prefix dist origin gh-pagesRun the above command after every commit to deploy latestcommit