fileserver/frontend
Mutzi 0a5dd45ba0
All checks were successful
Gitea Organization/fileserver/pipeline/head This commit looks good
Removed gitlab CI
2023-02-13 06:45:58 +01:00
..
public Rewrote Frontend 2022-09-03 23:32:20 +02:00
src Ported from gitlab to gitea 2023-02-11 01:24:54 +01:00
.eslintrc.cjs Rewrote Frontend 2022-09-03 23:32:20 +02:00
.gitignore Fixed frontend 2022-08-31 14:28:35 +02:00
.prettierrc Rewrote Frontend 2022-09-03 23:32:20 +02:00
env.d.ts Fixed frontend 2022-08-31 14:28:35 +02:00
index.html Rewrote Frontend 2022-09-03 23:32:20 +02:00
package.json Fixed a few things 2022-10-05 21:34:08 +02:00
README.md Fixed frontend 2022-08-31 14:28:35 +02:00
tsconfig.config.json Fixed frontend 2022-08-31 14:28:35 +02:00
tsconfig.json Fixed frontend 2022-08-31 14:28:35 +02:00
vite.config.ts Fixed a few things 2022-10-05 21:34:08 +02:00
vite.dev.config.ts Rewrote Frontend 2022-09-03 23:32:20 +02:00
yarn.lock Fixed a few things 2022-10-05 21:34:08 +02:00

frontend

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

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

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

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