项目作者: glorious-codes

项目描述 :
Glorious components for Vue & React.
高级语言: JavaScript
项目地址: git://github.com/glorious-codes/glorious-taslonic.git
创建时间: 2019-03-05T19:09:20Z
项目社区:https://github.com/glorious-codes/glorious-taslonic

开源协议:MIT License

下载


Taslonic

Glorious components for Vue & React.

CircleCI
Coverage Status

Contributing

  1. Install Node. Download the “Recommend for Most Users” version.

  2. Clone the repo:

    1. git clone git@github.com:glorious-codes/glorious-taslonic.git
  3. Go to the project directory

    1. cd glorious-taslonic
  4. Install the project dependencies

    1. npm install
  5. Build packages

    1. npm run build
  6. From here, refer to the README of the Taslonic package you want to contribute for:

Tests

  1. Ensure that all code that you have added is covered with unit tests:

    1. npm run test
  2. You can optionally generate coverage report after running tests:

    1. npm run test -- --coverage