# fundamental-vue
**Repository Path**: mirrors_SAP/fundamental-vue
## Basic Information
- **Project Name**: fundamental-vue
- **Description**: Vue.js components implementation of Fundamental Library Styles guidelines. The library is aiming to provide a Vue.js implementation of the components designed in Fundamental Library Styles.
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-19
- **Last Updated**: 2026-07-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Deprecation Notice
This public repository is read-only and no longer maintained.

---
# Fundamental Vue
[](//www.npmjs.com/package/fundamental-vue)
[](https://bundlephobia.com/result?p=fundamental-vue)
[](https://bundlephobia.com/result?p=fundamental-vue)
[](https://travis-ci.org/SAP/fundamental-vue)
[](https://coveralls.io/github/SAP/fundamental-vue?branch=main)
[](https://ui-fundamentals.slack.com)
[](https://api.reuse.software/info/github.com/SAP/fundamental-vue)
## Description
The `fundamental-vue` library is a set of [Vue.js](https://vuejs.org/) components built using [Fundamental Library Styles](https://sap.github.io/fundamental-styles/).
__Fundamental Library for Vue is behind the latest Fundamental Library Styles and is open for contributors.__
## API Reference
See [Component Documentation](https://sap.github.io/fundamental-vue/) for examples and API details.
## Requirements
To download and use Fundamental Vue library, you first need to install the node package manager.
https://www.npmjs.com/get-npm
Some prior knowledge of Vue is required for using this library.
# Getting started
## Fundamental Vue in 5 Minutes or less
A minimal working Fundamental Vue app can look like following.
You can just copy that in to a single html file and then open it in a browser.
```html