Giter VIP home page Giter VIP logo

leanjs's Introduction

Welcome to LeanJS!

Tools for breaking up front-end monoliths.

Documentation

For documentation, please visit our website leanjs.com.

Getting started

See our getting started page in leanjs.com/getting-started.

Contributing

If you're interested in contributing code and/or documentation, please see our guide to contributing.

License

LeanJS is MIT licensed.

leanjs's People

Contributors

alexlbr avatar alextraher avatar dependabot[bot] avatar infoxicator avatar leanjsbot avatar leimonio avatar luciopalmieri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

leanjs's Issues

Peer dependency issue for `@leanjs/next`

After creating the micro-fe with npm create micro-frontends@latest, when checking out the directory created and running npm install I'm getting the error below

Screenshot 2022-06-07 at 18 01 48

the vue-router package has an issue when repeatedly selecting a link

I noticed that if you click multiple times on the same link pointing to a vue micro-frontend, there is a switch between the selected route and '/'. I suspect a bug in the Vue-router, as soon as possible I will create an e2e test to cover this case and work to fix this anomaly.

the yarn test need a yarn build

Hi @alexlbr , following the setup in https://github.com/leanjs/leanjs/blob/main/docs/contributing.md, I've run

git clone https://github.com/luciopalmieri/leanjs-fork.git 
cd leanjs-fork
yarn
yarn test

receiving this error:

> @leanjs/[email protected] test
> jest

 FAIL  src/createRuntimeBindings.test.tsx
  โ— Test suite failed to run

    Cannot find module '@leanjs/core' from 'src/createRuntimeBindings.test.tsx'

for now i solved by doing a build before the tests so that the compiled module is found:

git clone https://github.com/luciopalmieri/leanjs-fork.git 
cd leanjs-fork
yarn
yarn build
yarn test

I find your project very interesting and I started experimenting with it, perhaps hoping to be able to make some contributions as well

regards,
Lucio

Contributing?

Hey,

I've been following the progress of leanjs since the CityJS talk and wanted to ask if you were open to contributions?

I'm sure there is a long list of things to do and I'd love to be involved!

(Apologies if this isn't the right place to raise this)

Cheers

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.