JavaScript version for VWS project. Another pet project more...
Mainly uses my module called wvs-js-lib for web-scraping purposes.
Packed for Desktop with Electron support
You can download the latest release for your operating system or build it yourself (see below).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Node.js installed on your computer in order to build this library.
$git clone https://github.com/rvillamil/vws-js-app
then ..
$npm install
and finally ..
$npm start
Maybe you'll need install wvs-js-lib at same level folder. e.g.
vws-js
+ vws-js-lib
+ vws-js-app
..then Link npm module before 'start'
$npm install && npm link ../vws-js-lib && electron .
For testing the UI, whithout Electron, you can use http server, like http-server and run on local
- Install http-server
$npm install -g http-server
- Run on directory /app
$http-server .
We will look at how to create MacOS, Windows and Linux executables with an app icon. Maybe you need read official documentation on packaging problems
First update text files:
- Update CHANGELOG.md
- Update package.json with the new version
- Export Github Token
$export GH_TOKEN="{{Github Token}}"
- Publish release
$npm run release
Maybe need create a package for :
$npm run package-mac
$npm run package-win
$npm run package-linux
$npm run package-all
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details.