New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@finmars/ui

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finmars/ui

Finmars UI library for Vue 3 applications.

latest
npmnpm
Version
1.0.88
Version published
Maintainers
2
Created
Source

Finmars UI

Setup

Make sure to install the dependencies:

npm install

Storybook

To preview and develop UI components using Storybook, run the following command:

npm run storybook

Storybook will be accessible at http://localhost:6006

Development Server

Start the development server on http://localhost:3000

Run command:

npm run dev

Build for production

To see what a build for production looks like

Rum command:

npm run build

Publish to npm

git commit ./ -m "<message>"

git push origin <branch>

npm version patch

npm run build

npm publish

Keywords

finmars

FAQs

Package last updated on 20 Feb 2026

Did you know?

Socket

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