ui-library-starter

Vue Components UI Library Starter


Keywords
vue, vuejs, vuepress, stylus, docs, library, ui, documentation, ui-components
License
MIT
Install
npm install ui-library-starter@1.0.0

Documentation

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