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
- Host: GitHub
- URL: https://github.com/fosslife/vue-argon-electron
- Owner: fosslife
- Created: 2019-11-07T16:01:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:08:10.000Z (over 3 years ago)
- Last Synced: 2025-01-10T19:03:13.579Z (over 1 year ago)
- Topics: argon, electron, vue, vuejs
- Language: SCSS
- Homepage:
- Size: 3.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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/).