Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marvinkweyu/sass-kit
- Owner: MarvinKweyu
- Created: 2021-03-10T16:39:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T11:53:46.000Z (about 3 years ago)
- Last Synced: 2023-03-04T11:07:11.921Z (over 1 year ago)
- Topics: dashboard, quaser, vue, vuejs
- Language: Vue
- Homepage: https://sass-kit.netlify.app
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).