hassio-nextcloud-backup/nextcloud_backup/frontend
2024-08-14 12:20:24 +02:00
..
.vscode [Front] Add basic status report 2024-08-13 16:43:08 +02:00
public Add frontend 2024-08-13 16:42:57 +02:00
src Fix message bar 2024-08-14 12:16:41 +02:00
.env.development 🔨 Add form for webdav settings 2024-08-13 16:42:58 +02:00
.env.production Add production env 2024-08-13 16:43:11 +02:00
.eslintrc-auto-import.json A lot of deps upgrade 2024-08-13 16:43:04 +02:00
.eslintrc.cjs Add frontend 2024-08-13 16:42:57 +02:00
.gitignore Add frontend 2024-08-13 16:42:57 +02:00
.prettierrc.json Add frontend 2024-08-13 16:42:57 +02:00
auto-imports.d.ts Fix all ts errors 2024-08-14 11:14:19 +02:00
components.d.ts Fix compilation error 2024-08-14 12:02:12 +02:00
index.html Serve front with backend 2024-08-13 16:43:23 +02:00
package.json Merge pull request #251 from Sebclem/renovate/eslint-plugin-promise-7.x 2024-08-14 12:20:24 +02:00
pnpm-lock.yaml Merge pull request #251 from Sebclem/renovate/eslint-plugin-promise-7.x 2024-08-14 12:20:24 +02:00
README.md Add frontend 2024-08-13 16:42:57 +02:00
tsconfig.json Update fron again 2024-08-14 11:04:20 +02:00
tsconfig.node.json A lot of deps upgrade 2024-08-13 16:43:04 +02:00
typed-router.d.ts Fix compilation error 2024-08-14 12:02:12 +02:00
vite.config.mts Change base for build 2024-08-13 16:43:26 +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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint