How to install PanJiaChen/vue-admin-template. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
PanJiaChen/vue-admin-template Installation Guide
How to install PanJiaChen/vue-admin-template. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for PanJiaChen/vue-admin-template. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i PanJiaChen/vue-admin-templateor
Install via npx
npx @hexmos/ipm i PanJiaChen/vue-admin-templatePrerequisites
Node.js
system_toolVersion: > 16.0.0
npm
package_managerVersion: >= 8.0.0
yarn
package_managerVersion: >= 16.0.0
git
system_toolVersion: 2.38.0
vue-cli
build_toolVersion: 4.5.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone and Run Development Server
git clone https://github.com/PanJiaChen/vue-admin-template.git
cd vue-admin-template
npm install
npm run devBuild for Production Environment
npm run build:stage
npm run build:prodAdvanced Development and Testing
npm run preview
npm run preview -- --report
npm run lint
npm run lint -- --fixPost Installation Steps
- Open your browser and navigate to http://localhost:9528 to access the admin dashboard.
- You can now start exploring the various features of the admin panel.
