An open API service indexing awesome lists of open source software.

https://github.com/grabarzundpartner/foundation


https://github.com/grabarzundpartner/foundation

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# G&P Foundation

## Core

### Components

- Article ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Article/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Article/default.vue))
- Teaser ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Article/Teaser/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Article/Teaser/default.vue))
- Button ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Button/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Button/default.vue))
- CollapsibleContainer ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/CollapsibleContainer/index.vue))
- Accordeon ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/CollapsibleContainer/Accordeon/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/CollapsibleContainer/Accordeon/default.vue))
- FlyoutNavi ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/CollapsibleContainer/FlyoutNavi/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/CollapsibleContainer/FlyoutNavi/default.vue))
- Transformable ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/CollapsibleContainer/Transformable/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/CollapsibleContainer/Transformable/default.vue))
- Dialog ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Dialog/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Dialog/default.vue))
- Menu ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Dialog/Menu/index.vue))
- Modal ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Dialog/Modal/index.vue))
- Headline ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Headline/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Headline/default.vue))
- Icon ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Icon/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Icon/default.vue))
- Link ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Link/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Link/default.vue))
- RichText ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/RichText/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/RichText/default.vue))
- Slider ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Slider/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Slider/default.vue))
- Slide ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Slider/Slide/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Slider/Slide/default.vue))
- Svg ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Svg/index.vue))
- Toggle ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Toggle/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Toggle/default.vue))
- Toggle ([index](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Toggle/index.vue)) | ([default](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/Toggle/default.vue))

### Mutations

- [FileSelect](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/mutation/FileSelect.vue)
- [ModalOpenerClick](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/mutation/ModalOpenerClick.vue)
- [ModalOpenerTo](https://github.com/GrabarzUndPartner/foundation/blob/main/packages/core/mutation/ModalOpenerTo.vue)

---

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).