Git Product home page Git Product logo

angular-universal-bundle's Introduction

Tests - Linux Tests - Windows/macOS Scrutinizer Code Quality Code Coverage FOSSA Status

Jymfony is a Node.js framework for applications and a set of reusable Javascript components. Jymfony was born from an idea of Alessandro Chitolina as a port of the popular PHP framework, Symfony.

Requirements

  • Node.js >= 10.0

Installation

You can also install Jymfony via npm:

$ npm install jymfony

Basic usage

You can find a fully working base example project here.

Components available:

As said, Jymfony is made of reusable Javascript components:

Each component has its own README.md, you can read more about those there.

Also, it comes with some DataStructures. With Jymfony you can declare:

  • interfaces
class ThisIsAnInterface {
    // ...
}

module.exports = getInterface(ThisIsAnInterface);
  • traits
class ThisIsATrait {
    // ...
}

module.exports = getTrait(ThisIsATrait);

Testing

In order to test Jymfony, just run:

$ yarn test

Contributing

Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!

License

Jymfony is licensed under the MIT License - see the LICENSE file for details

About Us

The Jymfony team:

The logo is an artwork made by Daniele Tognetti

angular-universal-bundle's People

Contributors

alekitto avatar massimilianobraglia avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

angular-universal-bundle's Issues

Cannot compile angular universal application with Debug enabled

Hey there!
While trying to build an angular application with debug enabled the following error is throwed:

Angular universal - compile
===========================


                                                                      
  [TypeError]                                                         
  Cannot add property _indicatorUpdateTime, object is not extensible  
                                                                      

Exception trace:
   ProgressIndicator.start() at /var/www/app/node_modules/@jymfony/console/src/Helper/ProgressIndicator.js:107
   JymfonyStyle.progressStart() at /var/www/app/node_modules/@jymfony/console/src/Style/JymfonyStyle.js:241
   BuildCommand.execute() at /var/www/app/node_modules/@jymfony/angular-universal-bundle/src/Command/BuildCommand.js:40
   BuildCommand.run() at /var/www/app/node_modules/@jymfony/console/src/Command/Command.js:198
   process.runNextTicks [as _tickCallback]() at internal/process/task_queues.js:52
   Function.Module.runMain() at internal/modules/cjs/loader.js:880
   ?() at internal/main/run_main_module.js:21

angular:build-universal [-o|--outDir OUTDIR] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--e|--env ENV] [--no-debug] [--] <command>

I think that this is caused by this line https://github.com/jymfony/util/blob/master/lib/Object/serialize.js#L213 in the Jymfony's utils serializer

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.