0.0.2 • Published 7 years ago

vue-simple-components v0.0.2

Weekly downloads
8
License
-
Repository
github
Last release
7 years ago

vue-simple-components

A component library for vue.js

About

This project is a labor of love inspired by Element, Blueprint and others.

Getting started

# install dependencies
yarn install

# build docs and components and serve with hot reload at localhost:8080
yarn start

# build components
yarn compile

# build for components and documentation for production with minification
yarn build-docs

# build component library only for production with minification
yarn build-components

# TODO: Tests