Socket
Socket
Sign inDemoInstall

logitar-vue3-ui

Package Overview
Dependencies
26
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    logitar-vue3-ui

Helper functions & Bootstrap5 component library for Vue3 distributed by Logitar.


Version published
Weekly downloads
29
decreased by-72.64%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

[2.5.1] - 2024-04-23

Fixed

  • parsingUtils exports.

Readme

Source

Logitar Vue3 UI

Vue3 Component Library for all Logitar projects.

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests and Code Coverage with Vitest

npm run test

Run Unit Tests with Vitest

npm run test:dev

Build the Application Without Type Checking

npm run build-only

Type Check the Application Code Without Building

npm run type-check

Lint with ESLint

npm run lint

Format with Prettier

npm run format

Run Storybook with Hot-Reload for Development

npm run storybook

Build the Storybook for Production

npm run storybook:build

Keywords

FAQs

Last updated on 23 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc