Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marvinkweyu/sass-kit

A UI to manage SASS kit
https://github.com/marvinkweyu/sass-kit

dashboard quaser vue vuejs

Last synced: about 1 month ago
JSON representation

A UI to manage SASS kit

Awesome Lists containing this project

README

        

# friendly-chainsaw-sass-kit

[![Netlify Status](https://api.netlify.com/api/v1/badges/bc5dd36e-f294-4018-9d2f-9e0303944742/deploy-status)](https://app.netlify.com/sites/friendly-chainsaw-sass-kit/deploys)
[![CircleCI](https://circleci.com/gh/MarvinKweyu/friendly-chainsaw-sass-kit.svg?style=svg)](https://circleci.com/gh/MarvinKweyu/ColorDetect)

**Live site:** https://friendly-chainsaw-sass-kit.netlify.app/

**Project board:** https://github.com/MarvinKweyu/friendly-chainsaw-sass-kit/projects/1

**Sample output images**

Dashboard
![Dashboard](./images/dashboard.png)

Contacts
![Dashboard](./images/contacts.png)

Toggled sidebar
![Dashboard](./images/toggled-sidebar.png)
## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).