Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denpalrius/inventoty-dashboard-made-with-bulma-css
- Owner: denpalrius
- License: mit
- Created: 2018-06-20T09:30:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T10:17:35.000Z (over 6 years ago)
- Last Synced: 2024-11-11T17:26:46.048Z (2 months ago)
- Topics: bulma, bulma-css, bulma-template, css, dashboard, inventory, scss
- Language: CSS
- Size: 1.14 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 filesApart 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).