Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 997 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 997 Bytes

vue-commercio-ui

GitHub release GitHub license GitHub top language GitHub code size in bytes

NPM

A Vue.js SFC components library

How to test components

On Windows: `vue serve .\src\lib-dev.vue`
On Linux: `vue serve ./src/lib-dev.vue`

How to build and publish the library

# update the version number
npm run build
npm login
npm publish

Reference guide

Vue packaging for npm