Skip to content

Commit 5c20e60

Browse files
author
Anton Vink
committed
-- Fix cordova implementation
1 parent 8d39116 commit 5c20e60

25 files changed

+1844
-4338
lines changed

.browserslistrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
> 1%
22
last 2 versions
3-
not ie <= 8

.eslintrc.js

-18
This file was deleted.

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ yarn-error.log*
2222
*.njsproj
2323
*.sln
2424
*.sw*
25+
26+
# Cordova
27+
/src-cordova/platforms
28+
/src-cordova/plugins
29+
/public/cordova.js

README.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yona
1+
# yona-app
22

33
## Project setup
44
```
@@ -15,11 +15,6 @@ npm run serve
1515
npm run build
1616
```
1717

18-
### Compiles and minifies for production and start the android emulator
19-
```
20-
npm run emulate
21-
```
22-
2318
### Run your tests
2419
```
2520
npm run test
@@ -30,15 +25,5 @@ npm run test
3025
npm run lint
3126
```
3227

33-
### Run your end-to-end tests
34-
```
35-
npm run test:e2e
36-
```
37-
38-
### Run your unit tests
39-
```
40-
npm run test:unit
41-
```
42-
4328
### Customize configuration
4429
See [Configuration Reference](https://cli.vuejs.org/config/).

cypress.json

-3
This file was deleted.

0 commit comments

Comments
 (0)