Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baianat/board
A complete admin board template with a large variety of elements and components, based on blexar CSS framework.
https://github.com/baianat/board
admin admin-dashboard admin-panel board dashboard nuxt panel pug stylus vue
Last synced: about 1 month ago
JSON representation
A complete admin board template with a large variety of elements and components, based on blexar CSS framework.
- Host: GitHub
- URL: https://github.com/baianat/board
- Owner: baianat
- License: mit
- Created: 2018-07-25T22:26:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:51:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T06:35:22.897Z (about 1 month ago)
- Topics: admin, admin-dashboard, admin-panel, board, dashboard, nuxt, panel, pug, stylus, vue
- Language: Vue
- Homepage: https://baianat.github.io/board/
- Size: 2.31 MB
- Stars: 66
- Watchers: 3
- Forks: 22
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# board
> A complete admin board template with more than 100 elements and components, based on [Blexar](https://github.com/baianat/blexar) CSS framework.
> Made with [Nuxt.js](https://github.com/nuxt/nuxt.js) + [Vue.js](https://github.com/vuejs/vue).## Demo
[Demo url](https://baianat.github.io/board/)
![alt Board](https://github.com/baianat/board/blob/master/static/board.jpg)
## Getting started
```bash
# clone the project
$ git clone https://github.com/baianat/board.git# install dependency
$ npm install
or
$ yarn install# serve with hot reload at localhost:3000
$ npm run dev
or
$ yarn run dev# build for production and launch server
$ npm run build
$ npm run start
or
$ yarn run build
$ yarn start# generate static project
$ npm run generate
or
$ yarn run generate
```## For rtl version
```bash
Change variable
$dir = ltr
to
$dir = rtl
in file /board/assets/css/vars.styl
```