@shelf.network/vue-components

vue-components is a components library for ShelfNetwork distributed auction platform.

Usage no npm install needed!

<script type="module">
  import shelfNetworkVueComponents from 'https://cdn.skypack.dev/@shelf.network/vue-components';
</script>

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.

  1. Link vue-components: run npm link
  2. In platform-web-app repo run npm link @shelf.network/vue-components

Troubleshooting

  1. If run npm install or npm update while dev server is running it' important to delete .cache dir in node_modules