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

https://github.com/isuke/vuejs-electron-template

A simple Electron + Webpack + vue-loader setup for quick prototyping.
https://github.com/isuke/vuejs-electron-template

coffeescript2 electron scss stylus template vue-cli vuejs webpack

Last synced: about 2 months ago
JSON representation

A simple Electron + Webpack + vue-loader setup for quick prototyping.

Awesome Lists containing this project

README

          

:chapter-label:
:icons: font
:lang: en
:sectanchors:
:sectnums:
:sectnumlevels: 3
:source-highlighter: highlightjs
:toc:
:toclevels: 1

:author: isuke
:email: isuke770@gmail.com

= Electron + vue.js template

== Install

This is a project template for https://github.com/vuejs/vue-cli[vue-cli].

----
$ yarn global add vue-cli

$ vue init isuke/vuejs-electron-template my-project
$ cd my-project
$ yarn install
----

== Usage

=== Develop

----
$ yarn run dev
----

=== Build

----
$ yarn run build
----

=== Test

----
$ yarn run test
----

== What's Included

* vue.js
* vue-router
* lodash
* axios
* postCss
** autoprefixer (option)
** postcss-flexbugs-fixes (option)
* altCss
** scss (select)
** stylus (select)
* unit test (option)
** @vue/test-utils
** mocha
** expect
* e2e test (option)
** spectron