项目作者: renoirb

项目描述 :
Renoir's JavaScript bits
高级语言: JavaScript
项目地址: git://github.com/renoirb/bits.git
创建时间: 2018-02-01T04:35:56Z
项目社区:https://github.com/renoirb/bits

开源协议:MIT License

下载


Renoir’s bits

A workspace where I develop Bit components/packages.

JavaScript Style Guide

Use locally

  1. Ensure you have Node.js, yarn, and bit installed
  2. Clone the repository

    1. git clone https://github.com/renoirb/bits.git
    2. cd bits
  3. Setup

    • If you also have make

      1. make
    • Or manually

      1. yarn
      2. bit install
      3. bit import --force
      4. bit build

Reference