Go to file
2024-02-20 17:20:57 +00:00
.vscode npm create vue@latest 2024-02-17 16:33:32 +00:00
public npm create vue@latest 2024-02-17 16:33:32 +00:00
src npm run format 2024-02-17 19:53:48 +00:00
.eslintrc.cjs npm create vue@latest 2024-02-17 16:33:32 +00:00
.gitignore update configuration to enable vuetify 2024-02-20 17:20:57 +00:00
.prettierrc.json npm create vue@latest 2024-02-17 16:33:32 +00:00
index.html npm create vue@latest 2024-02-17 16:33:32 +00:00
jsconfig.json npm create vue@latest 2024-02-17 16:33:32 +00:00
package-lock.json update configuration to enable vuetify 2024-02-20 17:20:57 +00:00
package.json update configuration to enable vuetify 2024-02-20 17:20:57 +00:00
README.md npm create vue@latest 2024-02-17 16:33:32 +00:00
vite.config.js update configuration to enable vuetify 2024-02-20 17:20:57 +00:00

brain-blast

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint