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.
- Host: GitHub
- URL: https://github.com/isuke/vuejs-electron-template
- Owner: isuke
- Created: 2018-03-17T14:41:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T13:16:07.000Z (about 8 years ago)
- Last Synced: 2025-03-31T01:27:38.698Z (about 1 year ago)
- Topics: coffeescript2, electron, scss, stylus, template, vue-cli, vuejs, webpack
- Language: CoffeeScript
- Homepage:
- Size: 673 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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