Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 759 Bytes

README.md

File metadata and controls

50 lines (40 loc) · 759 Bytes

anubias-desktop

Description

Anubias is project help you to make your mobile apps so easy and native. : )

Requirment

  • vue cli npm install -g @vue/cli
  • electron js cli npm install electron -g

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

or

npm run electron:serve  

Compiles and minifies for production

npm run build

or

npm run electron:build  

Lints and fixes files

npm run lint

Fix run problem on linux

sudo sysctl kernel.unprivileged_userns_clone=1

notes

  • if you have problem to run or install use yarn replace npm

Customize configuration

See Configuration Reference.