8000 GitHub - stasfr/todo_app_test
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

stasfr/todo_app_test

Repository files navigation

Commit Message Types

  • feat: Add new features or functions.
  • fix: Fix issues or bugs.
  • perf: Optimize performance.
  • style: Change the code style without affecting the running result.
  • refactor: Re-factor code without changing the external behavior.
  • revert: Undo previous changes.
  • test: Add or update tests without affecting business logic.
  • docs: Update documentation or add comments/annotations.
  • chore: Update dependencies or modify configuration, scaffolding, etc.
  • workflow: Improve or update workflows.
  • ci: Continuous Integration/Continuous Deployment (CICD) related changes.
  • types: Define or update TypeScript types.
  • wip: Work in progress, still in development.

todo_app_test

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

Recommended IDE Setup

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 Co 67C3 nfiguration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0