Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 824 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 824 Bytes

solid-admin

A simple admin panel based on Vue.js and Bulma css framework that could be LTR and RTL at the same time!

Quick install


  1. Clone the project:
git clone https://github.com/ironcladgeek/solid-admin.git

or download the zip file and extract it.

  1. cd into solid-admin directory and install dependencies with:
npm install
  1. Run or build with:
# serve with hot reloading at localhost:8080
npm start

# build for development without minification
npm run dev

# build for production with minification
npm run build

Documentation


See the Wiki pages for full documentation. (Still in progress)