@shelf.network/vue-components
v0.1.6
Published
## Overview
Downloads
6
Readme
vue-components
Overview
vue-components
is a components library for ShelfNetwork distributed auction platform.
Checkout available components in the storybook.
Requirements
- node (version 10+)
Local development
Install dependencies:
npm install
Run a local dev server:
npm run serve
Build:
npm run build
vue-components
can be connected to platform-web-app
using npm link
.
- Link
vue-components
: runnpm link
- In
platform-web-app
repo runnpm link @shelf.network/vue-components
Troubleshooting
- If run
npm install
ornpm update
while dev server is running it' important to delete.cache
dir innode_modules