Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

A complete admin board template with a large variety of elements and components, based on blexar CSS framework.

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
```