0.0.7 • Published 2 years ago

vue-virtual-tabs v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vue-virtual-tabs

A published-ready template for Vue 3 components and composable functions library.

  • pnpm
  • typescript
  • vue 3
  • vite
  • vitest
  • viteplay for documentation
  • @vueuse/core

Scripts

# Start dev server and rebuild lib on change
pnpm dev
# Build lib
pnpm build
# Run unit test
pnpm test
# Run unit test and display test coverage
pnpm coverage
# Lint
pnpm lint
# Clean up all node_modules
pnpm clean
# Run vue-tsc for each repo
pnpm typecheck

Happy coding!!