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 install
npm run dev
npm run build
Lint with ESLint
npm run lint
Include
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 build
Run
git add dist
git commit -m 'adding dist subtree'
Run
git subtree push --prefix dist origin gh-pages
Run the above command after every commit to deploy latestcommit