nyaa-fe but fox and in vue
Find a file
2023-12-20 22:26:25 +01:00
.vscode slightly better status, internationalization 2023-12-20 03:24:38 +01:00
public init 2023-12-19 17:40:02 +01:00
src add wip html parser 2023-12-20 22:26:25 +01:00
.eslintrc.cjs slightly better status, internationalization 2023-12-20 03:24:38 +01:00
.gitignore init 2023-12-19 17:40:02 +01:00
.prettierrc.json screaming 2023-12-20 17:13:48 +01:00
env.d.ts slightly better status, internationalization 2023-12-20 03:24:38 +01:00
index.html screaming 2023-12-20 17:13:48 +01:00
LICENSE add LICENSE 2023-12-20 18:03:51 +01:00
package.json add wip html parser 2023-12-20 22:26:25 +01:00
pnpm-lock.yaml add wip html parser 2023-12-20 22:26:25 +01:00
postcss.config.js slightly better status, internationalization 2023-12-20 03:24:38 +01:00
README.md slightly better status, internationalization 2023-12-20 03:24:38 +01:00
tailwind.config.js add wip html parser 2023-12-20 22:26:25 +01:00
tsconfig.app.json add wip html parser 2023-12-20 22:26:25 +01:00
tsconfig.json slightly better status, internationalization 2023-12-20 03:24:38 +01:00
tsconfig.node.json add wip html parser 2023-12-20 22:26:25 +01:00
vite.config.ts add wip html parser 2023-12-20 22:26:25 +01:00

vulpine-fe

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