This template should help get you started developing with Vue 3 in Vite.
# clone project
git clone ssh://[email protected]:8022/sintezis/stacks/js/stack-client-js.git
# cd into project
cd stack-client-js
# [optional] create local env file
cp .env.development .env.development.local
# install dependencies
npm install
# run local dev server
npm run dev- install Volar (and disable Vetur)
- install Eslint
- install Prettier
- disable
@builtin TypeScript and JavaScript Language Features
See Vite Configuration Reference.
Type-Check, Compile and Minify for Production
npm run build