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

Commit

Permalink
cordova update && remove unused files && updates for images
Browse files Browse the repository at this point in the history
  • Loading branch information
scris committed Feb 14, 2019
1 parent 31f04dc commit 454d4da
Show file tree
Hide file tree
Showing 214 changed files with 696 additions and 32,669 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ selenium-debug.log
*.ntvs*
*.njsproj
*.sln
/app/node_modules
/app/platforms
/app/plugins
app/node_modules
app/platforms
app/plugins
app/www
linxvue-darwin-x64
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,19 @@ cordova platform add browser

Then edit your information in:

package.json
README.md
app/package.json
```bash
# edit for vue
package.json

# edit README
README.md

# edit for cordova
app/package.json

# edit for electron
dist/package.json
```
Now it is time to build your web app.

Just use it like using vue-cli. (with vue-router)
Expand Down Expand Up @@ -64,17 +72,14 @@ npm run e2e
# run all tests
npm test

# run Cordova tests
npm run cdev
cd app
cordova run ios
cordova run android
# build for Cordova (Browser)
npm run cbrowser

# build for Cordova
npm run cbuild
cd app
cordova run ios
cordova run android
# build for iOS
npm run cios

# build for Android
npm run candroid

# run Electron tests
npm run edev
Expand Down
Binary file modified app/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<preference name="StatusBarStyle" value="lightcontent" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-dialogs" spec="~2.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="~5.0.2" />
<plugin name="cordova-plugin-statusbar" spec="~2.4.2" />
<engine name="browser" spec="^5.0.4" />
</widget>
Loading

0 comments on commit 454d4da

Please sign in to comment.