Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comand-ui/component-library
Responsive, accessible, scalable and customizable Vue3 component-library based on CoManD Frontend-Framework
https://github.com/comand-ui/component-library
accessibility component customization demo-page json responsive-web-design scalability templates unstyled-components vue3
Last synced: about 1 month ago
JSON representation
Responsive, accessible, scalable and customizable Vue3 component-library based on CoManD Frontend-Framework
- Host: GitHub
- URL: https://github.com/comand-ui/component-library
- Owner: CoManD-UI
- License: gpl-3.0
- Created: 2024-07-27T12:59:26.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T17:38:53.000Z (about 2 months ago)
- Last Synced: 2024-11-16T18:27:02.576Z (about 2 months ago)
- Topics: accessibility, component, customization, demo-page, json, responsive-web-design, scalability, templates, unstyled-components, vue3
- Language: Vue
- Homepage:
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoManD Component-Library
## Project description
```
Library with UI vue3-components for your web-based projects.
The library is based on comand-frontend-framework which is a required dependency.
The components use the same html/css-structure and variables.
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Required dependencies
```
comand-frontend-framework
comand-ui-iconfonts### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).