Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).