GithubHelp home page GithubHelp logo

eos-redux's People

Contributors

alexmattson avatar jescalyn avatar paulmoliva avatar travisoneill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

eos-redux's Issues

Dollar sign in root reducer and master middleware when generating cycle

Generated a cycle just now and here is what I got in root reducer and master middleware.

import { combineReducers } from 'redux';
  import CarsReducer from './cars_reducer';

const RootReducer = combineReducers({

$     cars: CarsReducer
});

export default RootReducer;
import { applyMiddleware } from 'redux';
  import CarsMiddleware from './cars_middleware';

const masterMiddleware = applyMiddleware(

$     CarsMiddleware
);

export default masterMiddleware;

Could be an easy fix? @JescaLyn

eos cycle not generating files properly

Also just noticed that eos g cycle cars did not create files for actions, middleware, reducer, api util, components, etc.

This was using a fresh install from npm

Lingering tests in master middleware and root reducer

import { applyMiddleware } from 'redux';
import CarsMiddleware from './cars_middleware';

const masterMiddleware = applyMiddleware(
    CarsMiddleware
);

export default masterMiddleware;
import { combineReducers } from 'redux';
import CarsReducer from './cars_reducer';

const RootReducer = combineReducers({
    cars: CarsReducer
});

export default RootReducer;

I assume these cars are for testing purposes but were accidentally left in? They are causing webpack to fail with a new app.

Nothing created on Windows with `eos start`

D:\>npm ls eos -g
C:\Users\kgrube\AppData\Roaming\npm
`-- [email protected]

D:\>npm --version
3.10.5

D:\>node --version
v6.3.0
D:\>eos start test_eos
created test_eos/
created test_eos/frontend/
created test_eos/frontendindex/index.html
created test_eos/frontend/actions/
created test_eos/frontend/components/
created test_eos/frontend/components/root.jsx
created test_eos/frontend/components/app.jsx
created test_eos/frontend/components/router.jsx
created test_eos/frontend/middleware/
created test_eos/frontend/middleware/master_middleware.js
created test_eos/frontend/reducers/
created test_eos/frontend/reducers/root_reducer.js
created test_eos/frontend/store/
created test_eos/frontend/store/store.js
created test_eos/frontend/util/
created test_eos/frontend/index.jsx
Installing front end dependencies. This could take a few minutes...
Done
IF YOU USE NVM RUN THE FOLLOWING COMMANDS:
cd test_eos
npm install
Created Express Server
Installing server dependencies. This could take a few minutes...

D:\>dir test_eos
 Volume in drive D is DATA
 Volume Serial Number is 2ECC-2F76

 Directory of D:\test_eos

09/29/2016  08:33    <DIR>          .
09/29/2016  08:33    <DIR>          ..
               0 File(s)              0 bytes
               2 Dir(s)  394,897,055,744 bytes free

D:\>cd test_eos

D:\test_eos>npm install
npm WARN enoent ENOENT: no such file or directory, open 'D:\test_eos\package.jso
n'
npm WARN test_eos No description
npm WARN test_eos No repository field.
npm WARN test_eos No README data
npm WARN test_eos No license field.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.