https://github.com/grabarzundpartner/foundation
https://github.com/grabarzundpartner/foundation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grabarzundpartner/foundation
- Owner: GrabarzUndPartner
- Created: 2021-09-27T10:59:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:41:51.000Z (about 2 years ago)
- Last Synced: 2024-04-14T07:43:35.465Z (about 2 years ago)
- Language: Vue
- Homepage: https://grabarzundpartner.github.io/foundation/
- Size: 9.03 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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).