forked from AT-UI/at-ui-style
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
19 changed files
with
2,724 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.