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-apprepo runnpm link @shelf.network/vue-components
Troubleshooting
- If run
npm installornpm updatewhile dev server is running it' important to delete.cachedir innode_modules