An open API service indexing awesome lists of open source software.

https://github.com/finmars-platform/finmars-ui

Finmars UI kit
https://github.com/finmars-platform/finmars-ui

storybook vue3

Last synced: 3 months ago
JSON representation

Finmars UI kit

Awesome Lists containing this project

README

          

# Finmars UI

## Setup

Make sure to install the dependencies:

```bash
npm install
```

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

```bash
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 ""`

`git push origin `

`npm version patch`

`npm run build`

`npm publish`