Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denpalrius/inventoty-dashboard-made-with-bulma-css

Inventoty Dashboard Made with Bulma CSS
https://github.com/denpalrius/inventoty-dashboard-made-with-bulma-css

bulma bulma-css bulma-template css dashboard inventory scss

Last synced: 15 days ago
JSON representation

Inventoty Dashboard Made with Bulma CSS

Awesome Lists containing this project

README

        

# Inventoty Dashboard Made with Bulma CSS

This template is made using the [Bulma Start template](https://www.npmjs.com/package/bulma-start) and is still _under development_.

_[Bulma](https://bulma.io) is an open source CSS framework based on Flexbox and used by more than 100,000 developers._

If it's your first time seeing Bulma I advice you visit the [Bulma site](https://bulma.io) or the [Bulma Documentation](https://bulma.io/documentation) before getting into the code.

## Install

Navigate to your desired directory and clone the repo using the following command:
```sh
git clone https://github.com/denpalrius/Inventoty-Dashboard-Made-with-Bulma-CSS.git
```

run
```sh
npm install
```

code

## What's included

The `npm` dependencies included in `package.json` are:

* [bulma](https://github.com/jgthms/bulma)
* [node-sass](https://github.com/sass/node-sass) to compile your own Sass file
* [postcss-cli](https://github.com/postcss/postcss-cli) and [autoprefixer](https://github.com/postcss/autoprefixer) to add support for older browsers
* [babel-cli](https://babeljs.io/docs/usage/cli/), [babel-preset-env](https://github.com/babel/babel-preset-env) and [babel-preset-es2015-ie](https://github.com/jmcriffey/babel-preset-es2015-ie) for compiling ES6 JavaScript files

Apart from `package.json`, the following files are included:

* `.babelrc` configuration file for [Babel](https://babeljs.io/)
* `.gitignore` common [Git](https://git-scm.com/) ignored files
* `index.html` this HTML5 file
* `_sass/main.scss` a basic SCSS file that **imports Bulma** and explains how to **customize** your styles, and compiles to `css/main.css`
* `_javascript/main.js` an ES6 JavaScript that compiles to `lib/main.js`

## Copyright and license

Code copyright 2018. Code released under [the MIT license](https://github.com/jgthms/bulma-start/blob/master/LICENSE).