Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 7466938

Browse files
committed
Update overview, remove test script
1 parent 80c8264 commit 7466938

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/makes-people-smile.svg)](http://forthebadge.com)
1010

1111
## Overview
12-
The aim of this project is to remove the need to setup electron apps using vue. Since vue can take advantage of module loaders like webpack, getting everything to play nicely can be a little tricky.
12+
The aim of this project is to remove the need of manually setting up electron apps using vue. electron-vue takes advantage of `vue-cli` for scaffolding, `webpack` and `vue-loader`, and some of the most used plugins like `vue-router`, `vuex`, and more.
1313

1414
#### Check out the documentation [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
1515

@@ -22,7 +22,7 @@ Things you'll find in this boilerplate...
2222
* Installed [vue-devtools](https://github.com/vuejs/vue-devtools) and [devtron](https://github.com/electron/devtron) tools for development
2323
* Ability to easily package your electron app using [electron-packager](https://github.com/electron-userland/electron-packager)
2424
* Handy NPM scripts
25-
* Use of [webpack](https://github.com/webpack/webpack) and [vue-loader](https://github.com/vuejs/vue-loader) for Hot Module Replacement
25+
* Use of [webpack](https://github.com/webpack/webpack) and [vue-loader](https://github.com/vuejs/vue-loader) with Hot Module Replacement
2626
* HTML/CSS/JS pre-processor support with [vue-loader](https://github.com/vuejs/vue-loader/)
2727
* ES6 with [`stage-0`](https://babeljs.io/docs/plugins/preset-stage-0/) by default
2828
* ESLint (support for [`standard`](https://github.com/feross/standard) and [`airbnb-base`](https://github.com/airbnb/javascript))*

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "0.0.0",
44
"description": "An Electron & Vue.js quick start boilerplate with vue-cli support",
55
"main": "meta.js",
6-
"scripts": {
7-
"test": "node tests/scaffold.js"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/SimulatedGREG/electron-vue.git"

0 commit comments

Comments
 (0)