API:
<request-url>
Query:
chart_type = pieChart || barGraph
interval = daily || weekly || monthly
date_range = "2016-10-12,2016-10-12"
Kung mo visit ka sa Product Inventory sir makita nimo nga naa siya duha ka sub page:
Ang na update sa Product Management nga page kay kung makita nimo naa na siya
module.exports = { | |
// This is the "main" file which should include all other modules | |
entry: './src/main.js', | |
// Where should the compiled file go? | |
output: { | |
// To the `dist` folder | |
path: './dist', | |
// With the filename `build.js` so it's dist/build.js | |
filename: 'build.js' | |
}, |
--- | |
# ^^^ YAML documents must begin with the document separator "---" | |
# | |
#### Example docblock, I like to put a descriptive comment at the top of my | |
#### playbooks. | |
# | |
# Overview: Playbook to bootstrap a new host for configuration management. | |
# Applies to: production | |
# Description: | |
# Ensures that a host is configured for management with Ansible. |
# install dependencies | |
sudo apt-get update | |
sudo apt-get install -y build-essential | |
sudo apt-get install -y cmake | |
sudo apt-get install -y libgtk2.0-dev | |
sudo apt-get install -y pkg-config | |
sudo apt-get install -y python-numpy python-dev | |
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev | |
sudo apt-get install -y libjpeg-dev libpng-dev libtiff-dev libjasper-dev | |
These rules are adopted from the AngularJS commit conventions.
import React from 'react'; | |
import PropTypes from 'prop-types'; | |
import { Helmet } from 'react-helmet'; | |
import { | |
Grid, | |
Header, | |
Image, | |
Message, | |
Segment, | |
Button |