No description
  • Vue 76.4%
  • TypeScript 20.1%
  • CSS 2.2%
  • HTML 1.3%
Find a file
linuxfight 74794f83f4
Some checks failed
Build and deploy new release / release (push) Has been cancelled
fix navbar and book component
2024-07-12 15:51:03 +03:00
.github/workflows fix release creating 2024-07-10 14:05:21 +03:00
src fix navbar and book component 2024-07-12 15:51:03 +03:00
.eslintrc.cjs change branch name in ci 2024-07-10 11:00:01 +03:00
.gitignore new navbar 2024-07-10 13:45:18 +03:00
.prettierrc.json change branch name in ci 2024-07-10 11:00:01 +03:00
env.d.ts test add registration and testing for environment 2024-07-11 10:56:10 +03:00
index.html remove useless stuff 2024-07-12 01:28:07 +03:00
package.json remove stats, add normal requests 2024-07-11 14:11:13 +03:00
README.md change branch name in ci 2024-07-10 11:00:01 +03:00
tsconfig.app.json change branch name in ci 2024-07-10 11:00:01 +03:00
tsconfig.json change branch name in ci 2024-07-10 11:00:01 +03:00
tsconfig.node.json remove useless stuff 2024-07-12 01:28:07 +03:00
vite.config.ts test add registration and testing for environment 2024-07-11 10:56:10 +03:00

bookswapper

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

VSCode + Volar (and disable Vetur).

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

Customize configuration

See Vite Configuration Reference.

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun build

Lint with ESLint

bun lint