Able Pro
Vue
Vue
  • Documentation
  • Pre-requisites
  • Quick Start
  • Directory Structure
  • ⛱️Theme UI
    • 🎛️Icons
    • 👓Change Logo
    • 🆎Change Typography
    • 🔮Theme Colors
    • ⚙️Theme Settings
  • 👨‍💻Development
    • State Management
    • Authentication
    • Axios API Calls
    • Routing
  • How to
    • Skip Auth
  • Dependencies
  • Roadmap
  • Support
  • Changelog
  • FAQ
Powered by GitBook
On this page
  • Pre-requisites
  • Troubleshooting

Pre-requisites

Here's a guide of the prerequisites you'll need to get started with Able-pro Vuetify.

PreviousDocumentationNextQuick Start

Last updated 4 months ago

Pre-requisites

Able-pro is based on nodejs. Please check the following prerequisites before jumping on it.

In your command terminal and check using the node -v command

node -v
v22.11.0

Package Manager - npm or yarn

yarn -v
1.22.10

Troubleshooting

If you face the following error in your terminal, it means Yarn is not installed in your system.

yarn -v
'yarn' is not recognized as an internal or external command,
operable program or batch file.

Please install it using this as it does not come with Node automatically.

link