Skip to content

commercionetwork/vue-commercio-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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