1.1.20 • Published 2 days ago

@soft-stech/bootsman-ui-shadcn v1.1.20

Weekly downloads
-
License
-
Repository
-
Last release
2 days ago

bootsman-ui-shadcn

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

Recommended IDE Setup

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

Run Unit Tests with Vitest

pnpm test:unit

Run End-to-End Tests with Playwright

# Install browsers for the first run
npx playwright install

# When testing on CI, must build the project first
pnpm build

# Runs the end-to-end tests
pnpm test:e2e
# Runs the tests only on Chromium
pnpm test:e2e --project=chromium
# Runs the tests of a specific file
pnpm test:e2e tests/example.spec.ts
# Runs the tests in debug mode
pnpm test:e2e --debug

Lint with ESLint

pnpm lint
1.1.20

2 days ago

1.1.18

3 days ago

1.1.16

20 days ago

1.1.15

27 days ago

1.1.12

30 days ago

1.1.11

1 month ago

1.1.10

1 month ago

1.1.9

2 months ago

1.1.8

2 months ago

1.1.7

2 months ago

1.1.6

2 months ago

1.1.5

2 months ago

1.1.3

2 months ago

1.1.2

2 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.5-beta.5

3 months ago

1.0.5-beta.4

3 months ago

1.0.5-beta.3

3 months ago

1.0.5-beta.2

3 months ago

1.0.5-beta.0

3 months ago

1.0.4

3 months ago

1.0.4-beta.0

3 months ago

1.0.4-beta.1

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.1.0-beta.11

3 months ago

0.1.0-beta.10

3 months ago

0.1.0-beta.9

3 months ago

0.1.0-beta.8

3 months ago

0.1.0-beta.3

4 months ago

0.1.0-beta.5

4 months ago

0.1.0-beta.4

4 months ago

0.1.0-beta.7

4 months ago

0.1.0-beta.6

4 months ago

0.1.0-beta.2

4 months ago

0.1.0-beta.1

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago