hassio-nextcloud-backup/nextcloud_backup/frontend
2023-01-13 18:14:30 +01:00
..
.vscode Add frontend 2022-10-11 14:10:25 +02:00
public Add frontend 2022-10-11 14:10:25 +02:00
src 🔨 Add autoclean setting menu 2023-01-13 18:14:30 +01:00
.env.development 🔨 Add form for webdav settings 2022-10-24 22:58:19 +02: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
env.d.ts 🔨 Add form for webdav settings 2022-10-24 22:58:19 +02:00
index.html 🔨 Add first version of message viewer in front 2022-10-13 17:11:55 +02:00
package.json 🔨 Add cron setting menu 2023-01-13 16:18:27 +01:00
pnpm-lock.yaml 🔨 Add cron setting menu 2023-01-13 16:18:27 +01:00
README.md Add frontend 2022-10-11 14:10:25 +02:00
tsconfig.config.json 🔨 Add first version of message viewer in front 2022-10-13 17:11:55 +02:00
tsconfig.json 🔨 Add cron setting menu 2023-01-13 16:18:27 +01:00
vite.config.ts 🔨 Add cron setting menu 2023-01-13 16:18:27 +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