Skip to content

Commit

Permalink
Release 1.3.3 (AT-UI#9)
Browse files Browse the repository at this point in the history
* feat: update style of menu

* temp

* docs: update document

* fix: fix bugs

* fix: update yarn

* fix: bugs of Menu with vue-router

* feat: update Feather Font

* publish: v1.3.3

* fix: remove outside gap in .row class (AT-UI#5) (AT-UI#7)

* Remove outside row gap!

Align to external container.

* Update grid.scss
  • Loading branch information
koppthe authored Nov 1, 2017
1 parent 6b50cbc commit efde4aa
Show file tree
Hide file tree
Showing 19 changed files with 2,724 additions and 352 deletions.
33 changes: 33 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

# Contributing to AT-UI-Style

Thank you for choosing AT-UI. Please take a few moments to review the following guidelines to get you started.

## Team members

AT-UI is developed as an open source project by [AOTU Labs](https://aotu.io/)

## Documentation

The AT-UI documentation is maintained as a collection of Markdown files power by [vue-markdown-loader](https://www.npmjs.com/package/vue-markdown-loader). Any pull requests are highly appreciated. Especially for internationalization.

## Issue

Issues are exclusively for bug reports, feature requests and design-related topics. A bug issue is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful - thank you!

Before submitting an issue, please check if similar questions have already been issued.

## Pull requests

**Working on your first Pull Request?** You can learn how from this *free* series
[How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)

All pull requests are welcome. Thanks for taking the time to contribute.

- Create an issue about the features, such as new components.
- Fork the repo to your own account.
- Clone your fork.
- Create a new branch base on `dev`, if you want to add new component, the branch name should be formatted as `component-[Component Name]`. (e.g. `component-steps`) And the commit info should be formatted as `[Component Name]: Info about commit`.
- Make sure that running `npm run build` outputs the correct files.
- Rebase before creating a PR to keep commit history clear. (Merge request to branch `dev`)
- Provide some description about your PR.
30 changes: 21 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
<p align="center">
<a href="https://at.aotu.io/">
<img width="200" src="http://storage.360buyimg.com/mtd/home/logo-at1502718221686.svg">
</a>
</p>

# AT-UI Style

[![npm version](https://badge.fury.io/js/at-ui-style.svg)](https://badge.fury.io/js/at-ui-style)
[![NPM][npm-version-image]][npm-version-url]

[![NPM](https://nodei.co/npm/at-ui-style.png)](https://npmjs.org/package/at-ui-style)
`AT-UI Style` is an ui component library based on `Flexbox`, be used for [AT-UI](https://at.aotu.io/)

## Install

`AT-UI Style` 是一套基于 `Flexbox` 的 Web 基础样式库,用于 [凹凸实验室](https://aotu.io/) 出品的 Web UI 框架 —— [AT-UI](https://at.aotu.io/)

## 安装

```sh
```bash
npm install at-ui-style
```

## 使用方法
## Usage

```js
import 'at-ui-style'
```

## [License](LICENSE)
## Contribution

Finding bugs, sending pull requests or improving our docs - any contribution is welcome and highly appreciated. To get started, head over to our [contribution guidelines](https://github.com/at-ui/at-ui-style/blob/master/CONTRIBUTING.md). Thanks!

## License

MIT


[npm-version-image]: https://img.shields.io/npm/v/at-ui-style.svg?style=flat-square
[npm-version-url]: https://www.npmjs.com/package/at-ui-style
Loading

0 comments on commit efde4aa

Please sign in to comment.