Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kdydesign/vue-electron
- Owner: kdydesign
- License: mit
- Created: 2019-07-23T13:59:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:29:50.000Z (about 2 years ago)
- Last Synced: 2024-04-21T19:25:54.247Z (9 months ago)
- Topics: babel, boilerplate, electron, electron-builder, electron-packager, electron-vue, less, quasar-framework, sass, stylus, vue, vue-cli, vue-cli-3, vuetify, webpack
- Language: JavaScript
- Homepage:
- Size: 6.52 MB
- Stars: 45
- Watchers: 2
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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