Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kdydesign/vue-electron

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack, Quasar1.x/Vuetify2.x Sass/Less/Stylus.
https://github.com/kdydesign/vue-electron

babel boilerplate electron electron-builder electron-packager electron-vue less quasar-framework sass stylus vue vue-cli vue-cli-3 vuetify webpack

Last synced: about 2 months ago
JSON representation

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack, Quasar1.x/Vuetify2.x Sass/Less/Stylus.

Awesome Lists containing this project

README

        

# ⚡️ Vue-Electron Boilerplate
![Version][version-src]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![Standard JS][standard-js-src]][standard-js-href]
![License][license-src]

> An Electron & Vue.js quick start boilerplate with vue-cli support

## Infos
- [📖 **Release Notes**](./CHANGELOG.md)

## Getting Started

```bash
# Install vue-cli and scaffold boilerplate
$ npm install -g @vue/cli
$ npm install -g @vue/cli-init

$ vue init kdydesign/vue-electron my-project
$ cd my-project
$ npm install
$ npm run dev
```

## About Main Modules
vue-electron keeps core dependency modules up to date.

### ❤️ Core

| Module | Version |
|----------|------------------|
| **Electron** | **11.x** ![new][new-src] |
| Vue-CLI | 3.x |
| Vue | 2.x |
| Babel | 7.x |

### 🔱 CSS-Preprocessor

| Module | Version |
|--------|------------------|
| Sass | 5.x |
| Less | 4.x |
| Stylus | 0.54.x |

### ⭐️ Framework

| Module | Version |
|--------|------------------|
| Quasar | 1.14.x |
| vuetify| 2.4.x |

## License

[MIT License](./LICENSE)

Copyright (c) [Dev.DY](https://kdydesign.github.io/)

[version-src]: https://img.shields.io/github/package-json/v/kdydesign/vue-electron?style=flat-square
[circle-ci-src]: https://img.shields.io/circleci/project/github/kdydesign/vue-electron/master.svg?style=flat-square
[circle-ci-href]: https://circleci.com/gh/kdydesign/vue-electron/tree/master
[codecov-src]: https://img.shields.io/codecov/c/github/kdydesign/vue-electron.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/kdydesign/vue-electron
[david-dm-src]: https://david-dm.org/kdydesign/vue-electron/status.svg?style=flat-square
[david-dm-href]: https://david-dm.org/kdydesign/vue-electron
[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
[standard-js-href]: https://standardjs.com
[license-src]: https://img.shields.io/github/license/kdydesign/vue-electron?style=flat-square
[new-src]: https://img.shields.io/badge/-new-blue?style=flat-square