hassio-nextcloud-backup/nextcloud_backup/frontend
2024-04-19 17:26:57 +02:00
..
.vscode [Front] Add basic status report 2024-04-18 13:42:49 +02:00
public Add frontend 2022-10-11 14:10:25 +02:00
src Fix tsc errors 2024-04-19 17:19:12 +02:00
.env.development 🔨 Add form for webdav settings 2022-10-24 22:58:19 +02:00
.env.production Add production env 2024-04-19 17:26:57 +02:00
.eslintrc-auto-import.json A lot of deps upgrade 2024-02-18 17:19:37 +01:00
.eslintrc.cjs Add frontend 2022-10-11 14:10:25 +02:00
.gitignore Add frontend 2022-10-11 14:10:25 +02:00
.prettierrc.json Add frontend 2022-10-11 14:10:25 +02:00
auto-imports.d.ts A lot of deps upgrade 2024-02-18 17:19:37 +01:00
components.d.ts Fix tsc errors 2024-04-19 17:19:12 +02:00
index.html 🔨 Add first version of message viewer in front 2022-10-13 17:11:55 +02:00
package.json Fix tsc errors 2024-04-19 17:19:12 +02:00
pnpm-lock.yaml Fix tsc errors 2024-04-19 17:19:12 +02:00
README.md Add frontend 2022-10-11 14:10:25 +02:00
tsconfig.json A lot of deps upgrade 2024-02-18 17:19:37 +01:00
tsconfig.node.json A lot of deps upgrade 2024-02-18 17:19:37 +01:00
typed-router.d.ts A lot of deps upgrade 2024-02-18 17:19:37 +01:00
vite.config.mts A lot of deps upgrade 2024-02-18 17:19:37 +01: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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint