frappe / books
- суббота, 9 мая 2020 г. в 00:22:23
Vue
Free Desktop book-keeping software for small-businesses and freelancers.
Free Desktop book-keeping software for small-businesses and freelancers.
Download the latest release for your platform from the releases page.
Frappe Books is built on FrappeJS, Vue.js and Electron. It is offline by default, and uses a local SQLite file as the database.
Install build essentials
Ubuntu
apt-get install build-essential python git
apt-get install libgconf-2-4
MacOS
xcode-select --install
You will also need Xcode App from App Store
Install Node.js. Make sure you have atleast version 12 installed.
Tip: The best way to install and manage Node is to install nvm
Install yarn
package manager
npm install -g yarn
# clone the repository
git clone https://github.com/frappe/books.git
# change directory
cd books
# install dependencies
yarn
# start the electron app
yarn electron:serve