Help Center
-
Project Management System Knowledge Base
-
-
- Articles coming soon
-
-
- Company Setting
- App Setting
- Profile Setting
- Notification Setting
- Currency Settings
- Payment Credentials
- Finance settings
- Ticket Setting
- Project Setting
- Attendance Setting
- Leave Settings
- Custom Fields
- Roles & Permissions
- Message Setting
- Storage Setting
- Language Setting
- Lead Setting
- Time log Setting
- Task Setting
- Social Login Setting
- Security Setting
- GDPR Setting
- Theme Setting
- Module Setting
- How to Find a Slack User ID
- Show Remaining Articles (10) Collapse Articles
< All Topics
Print
Setup framework7-cli
PostedJanuary 17, 2024
UpdatedJanuary 17, 2024
ByEziline
First of all make sure you have latest stable Node.js and NPM installed on your machine.
If you are going to target Native/Hybrid apps then you also need to install Cordova first (may require sudo
):
$ npm install -g cordova
Now we can install Framework7 CLI (may require sudo
):
$ npm install -g framework7-cli
If you have issues with installation related to access errors, you may try to run the command with additional flags:
$ npm install -g framework7-cli --unsafe-perm=true --allow-root
Was this article helpful?
Table of Contents