Go to file
2024-02-17 16:33:32 +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 create vue@latest 2024-02-17 16:33:32 +00:00
.eslintrc.cjs npm create vue@latest 2024-02-17 16:33:32 +00:00
.gitignore npm create vue@latest 2024-02-17 16:33:32 +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.json npm create vue@latest 2024-02-17 16:33:32 +00:00
README.md npm create vue@latest 2024-02-17 16:33:32 +00:00
vite.config.js npm create vue@latest 2024-02-17 16:33:32 +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