mioe / carbon-components-vue

Vue implementation of the Carbon Design System

Home Page:http://vue.carbondesignsystem.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

carbon-components-vue

Carbon Components Vue is released under the Apache-2.0 license CircleCI lerna

Vue implementation of the Carbon Design System A collection of Carbon Components implemented using Vue logo Vue.js.

Carbon Vue library - A Carbon Community Project

The library provides front-end developers & engineers a collection of reusable Vue components to build websites and user interfaces. Adopting the library enables developers to use consistent markup, styles, and behavior in prototype and production work.

Community Contributions Needed

As a community project contributions are not only welcome, but essential for the maintenance and growth of this project.

Changelog

CHANGELOG.md

Gettting started

Usage and getting started instructions for @carbon/vue.

Packages

A library of the Carbon core components

@carbon/vue

List of available components

View available Vue Components here. Usage information is available in the notes provided with each story.

Building and publishing

This is a monorepo using lerna. The following steps will build and publish the packages:

  • clone or download the repo;
  • run yarn to install dependencies and bootstrap the packages;
  • run yarn build to build all the packages including the storybook;

If you just want to build an individual package you can limit the scope: yarn build --scope @carbon/vue yarn build --scope storybook

To start the storybook in a local server use yarn start.

About

Vue implementation of the Carbon Design System

http://vue.carbondesignsystem.com

License:Apache License 2.0


Languages

Language:JavaScript 59.3%Language:Vue 39.3%Language:SCSS 0.6%Language:HTML 0.5%Language:Shell 0.3%