Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/square/maker
Maker Design System by Square
https://github.com/square/maker
component-library design-system vuejs
Last synced: 3 months ago
JSON representation
Maker Design System by Square
- Host: GitHub
- URL: https://github.com/square/maker
- Owner: square
- License: other
- Created: 2021-01-22T15:05:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T14:55:09.000Z (4 months ago)
- Last Synced: 2024-07-10T02:02:56.732Z (4 months ago)
- Topics: component-library, design-system, vuejs
- Language: Vue
- Homepage: https://square.github.io/maker/styleguide/latest-stable/
- Size: 36.6 MB
- Stars: 63
- Watchers: 9
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Maker
Maker is a mobile-first themeable Vue.js 2.x component library. [View its docs here](https://square.github.io/maker/styleguide/latest-stable/#/).
## Install
```sh
# install maker
npm i @square/maker
# install peer dependencies
npx i-peers -a
```## Quick links
- Using latest version of Maker? [Read latest-stable docs.](https://square.github.io/maker/styleguide/latest-stable/#/)
- Using older version of Maker? [Find older version docs here.](https://square.github.io/maker/)
- Upgrading to a new major version of Maker? [Read the migration docs.](https://github.com/square/maker/blob/master/.github/MIGRATION.md)
- Need to report a bug? [Create an issue.](https://github.com/square/maker/issues/new/choose)
- Need to request a new feature? [Create an issue.](https://github.com/square/maker/issues/new/choose)
- Need to ask a question? [Ask here.](https://github.com/square/maker/discussions)
- Contributing to Maker? [Read the contributing docs.](https://github.com/square/maker/blob/master/.github/CONTRIBUTING.md)