atfd / board

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

Home Page:https://baianat.github.io/board/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

board

A complete admin board template with more than 100 elements and components, based on Blexar CSS framework. Made with Nuxt.js + Vue.js.

Demo

Demo url

alt Board

Getting started

# 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

About

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

https://baianat.github.io/board/

License:MIT License


Languages

Language:Vue 84.5%Language:CSS 8.8%Language:JavaScript 6.7%