efemerideList

0.5.3 • Public • Published

== Use ==

(is recommended to install the component inside 'components' folder ... so ... cd components )

Use the new tag :

// /components/AppComponent.js
import React from 'react'
import EfemerideList from './EfemerideList'

export default class AppComponent extends React.Component {
  render () {
    return <EfemerideList />
  }
}

== Build ==

As we use ES2015/2016 syntax with babel, webpack, sass for styles, standard for linting, components with their own css file, we need on the point that you build your JS and CSS files some packages.

npm i -D babel-core babel-eslint babel-loader babel-polyfill babel-preset-es2015 babel-preset-react css-loader extract-text-webpack-plugin node-sass sass-loader standard standard-loader style-loader webpack url-loader

For webpack, webpack.config.js is an example.

App using component: https://github.com/aitoribanez/efemerideApp

Readme

Keywords

none

Package Sidebar

Install

npm i efemerideList

Weekly Downloads

1

Version

0.5.3

License

MIT

Last publish

Collaborators

  • aitoribanez