Skip to content

UMN-LATIS/latis-vue-components

Repository files navigation

LATIS Vue Components

An collection of Vue components for LATIS projects

⚠️ WARNING: Very experimental 🧑‍🔬 and incomplete.

About

This is an exploration of using StorybookJS for developing Vue components based on the UMN Folwell Design System that can be used in LATIS projects.

See also:

Quick Start - Development

You will need Node LTS.

# Clone the project
git clone https://github.com/UMN-LATIS/latis-vue-storybook.git

# Navigate to the project root
cd latis-vue-storybook

# Install dependencies
npm install

# Build and launch storybook to see the components in the browser
npm run storybook

Go to http://localhost:6006