Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 532 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 532 Bytes

Vue Components UI Library Starter

Package on NPM

Documentation

Colors

Project setup

$ npm install

Development documentation

$ npm run docs:dev

Build documentation

$ npm run docs:build

Compiles and minifies for production

$ npm run build

Publish to NPM

$ npm version patch
$ npm publish