jimmlog / metradmin
Metradmin Theme
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
This package is auto-updated.
Last update: 2024-10-14 20:36:18 UTC
README
This library contains Metradmin Theme for Bower.
Installation
Bower
Install npm and bower
sudo apt install npm
sudo npm install -g bower
Install bower package.
bower install metradmin
or see Installing Packages Docs for other ways.
Composer
The preferred way to install this theme is through composer.
Either run
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
composer global require "fxp/composer-asset-plugin:^1.2.0"
composer require "jimmlog/metradmin:^3.6.0"
or add
"jimmlog/metradmin": "^3.6.0"
to the require section of your composer.json.
License
The MIT License (MIT). See LICENSE file.