A simple admin panel based on Vue.js and Bulma css framework that could be LTR and RTL at the same time!
- Clone the project:
git clone https://github.com/ironcladgeek/solid-admin.git
or download the zip file and extract it.
cd
intosolid-admin
directory and install dependencies with:
npm install
- 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
See the Wiki pages for full documentation. (Still in progress)