-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First Version Releases 00.1-pre-release
- Loading branch information
0 parents
commit 6e43bb3
Showing
41 changed files
with
20,493 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.DS_Store | ||
node_modules | ||
/dist | ||
/src/store.js | ||
/src/store | ||
/src/english-passages | ||
/src/hindi-inscript-passages | ||
/README_P.md | ||
|
||
# local env files | ||
.env.local | ||
.env.*.local | ||
|
||
# Log files | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Editor directories and files | ||
.idea | ||
.vscode | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw* | ||
|
||
#Electron-builder output | ||
/dist_electron |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Speed Typing Tutor Application | ||
|
||
https://easytyping.netlify.com | ||
|
||
## Library | ||
|
||
- [Vue js](https://vuejs.org) | ||
- [Buefy](https://buefy.github.io/) : `npm install --save buefy` | ||
- [Material Design](https://github.com/Templarian/MaterialDesign) : `npm install mdi` | ||
- [base64.js](https://github.com/dankogai/js-base64) : `npm install --save js-base64` | ||
- [Countdown](https://github.com/xkeshi/vue-countdown) : `npm install --save @xkeshi/vue-countdown vue` | ||
- [jQuery](https://www.npmjs.com/package/jquery) : `npm i jquery` | ||
- [Vue-progressbar](http://hilongjw.github.io/vue-progressbar/index.html) : `npm install --save vue-progressbar` | ||
|
||
## Electron | ||
|
||
- [electron-builder configuration](https://www.electron.build/configuration/configuration) | ||
|
||
## Changelog | ||
|
||
Details changes for each release are documented in the [changelog.md](changelog.md) | ||
|
||
## License | ||
|
||
MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module.exports = { | ||
presets: [ | ||
'@vue/app' | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
- Open Application in Full Screen | ||
- Set Window Title with Version | ||
- Change Electron Icon | ||
- `Insert:` Welcome and About Window |
Oops, something went wrong.