Attainly/frontend/website
Yisroel Baum 2b53e2b8ac
add vue frontend scaffold
Add the standalone Vue, Vite, and TypeScript application with Vue Router and Pinia. Include npm dependency locking and the generated lint, formatting, and editor configuration.
2026-07-30 23:09:37 +03:00
..
.vscode add vue frontend scaffold 2026-07-30 23:09:37 +03:00
public add vue frontend scaffold 2026-07-30 23:09:37 +03:00
src add vue frontend scaffold 2026-07-30 23:09:37 +03:00
.editorconfig add vue frontend scaffold 2026-07-30 23:09:37 +03:00
.gitattributes add vue frontend scaffold 2026-07-30 23:09:37 +03:00
.gitignore add vue frontend scaffold 2026-07-30 23:09:37 +03:00
.oxfmtrc.json add vue frontend scaffold 2026-07-30 23:09:37 +03:00
.oxlintrc.json add vue frontend scaffold 2026-07-30 23:09:37 +03:00
env.d.ts add vue frontend scaffold 2026-07-30 23:09:37 +03:00
eslint.config.ts add vue frontend scaffold 2026-07-30 23:09:37 +03:00
index.html add vue frontend scaffold 2026-07-30 23:09:37 +03:00
package-lock.json add vue frontend scaffold 2026-07-30 23:09:37 +03:00
package.json add vue frontend scaffold 2026-07-30 23:09:37 +03:00
README.md add vue frontend scaffold 2026-07-30 23:09:37 +03:00
tsconfig.app.json add vue frontend scaffold 2026-07-30 23:09:37 +03:00
tsconfig.json add vue frontend scaffold 2026-07-30 23:09:37 +03:00
tsconfig.node.json add vue frontend scaffold 2026-07-30 23:09:37 +03:00
vite.config.ts add vue frontend scaffold 2026-07-30 23:09:37 +03:00

website

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

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint