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

https://github.com/fosslife/vue-argon-electron

Vue argon desing system for electron
https://github.com/fosslife/vue-argon-electron

argon electron vue vuejs

Last synced: 28 days ago
JSON representation

Vue argon desing system for electron

Awesome Lists containing this project

README

          

# vue-argon-electron
This is a bootstrap (not twitter bootstrap) project for an amazing design system called `Argon` by [creative-tim.com](https://demos.creative-tim.com/vue-argon-design-system/documentation/) to build beautiful electron apps. Argon is a component driven ui system built on top of Bootstrap 4 (this time, twitter bootstrap).

For electron builder `vue cli plugin` called [electron-builder](https://github.com/nklayman/vue-cli-plugin-electron-builder) has been used.

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn electron:serve
```

### Compiles and minifies for production
```
yarn electron:build
```

### Lints and fixes files
```
yarn lint
```

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