@umn-latis/latis-vue-components
v0.1.6
Published
A collection vue components for latis projects. Very incomplete and experimental.
Downloads
5
Readme
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:
- https://github.umn.edu/URel/folwell
- https://github.umn.edu/drupalthemes/folwell
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