Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Code cleanup from boilerplate #1

Merged
merged 6 commits into from
Oct 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
3 changes: 1 addition & 2 deletions template/.eslintignore → .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{#testing unit e2e}}
test/unit/coverage/**
test/unit/*.js
test/e2e/*.js
{{/testing}}
src/renderer/libs/**
File renamed without changes.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
.DS_Store
dist/electron/*
dist/web/*
build/*
!build/icons
coverage
node_modules/
npm-debug.log
npm-debug.log.*
thumbs.db
!.gitkeep



.idea
_book
thumbs.db
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ Initialized Project
- Vuex + Electron.
- Eslint rules.
- Moved project management to GitLabs.
- Confirmed dev build of electron launches.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ The boilerplate for making electron applications built with vue (pretty much wha
[![Build Status](https://semaphoreci.com/api/v1/simulatedgreg/electron-vue/branches/master/badge.svg)](https://semaphoreci.com/simulatedgreg/electron-vue)
</div>

***
## Genesys GM
This repo includes a project called Genesys GM.

Genesys GM is an AIO tool for game masters using the Genesys books released by Fantasy Flight Games.
* Those familiar with the book and its layout will intuitively understand how to use this tool.

## Features:
* Character builder

### Planned Features |
***

## Boilerplate Overview
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` with `vue-loader`, `electron-packager` or `electron-builder`, and some of the most used plugins like `vue-router`, `vuex`, and so much more.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions docs/LANGS.md

This file was deleted.

84 changes: 0 additions & 84 deletions docs/cn/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/cn/SUMMARY.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/cn/book.json

This file was deleted.

11 changes: 0 additions & 11 deletions docs/cn/building_your_app.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/cn/contributing.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/cn/development.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/cn/end-to-end_testing.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/cn/entry_indexhtml.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/cn/faqs.md

This file was deleted.

Loading