aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

The Full-stack Framework in Deno.

Results 96 aleph.js issues
Sort by recently updated
recently updated
newest added
trafficstars

Does aleph cli really need all permissions? Instead of installing aleph cli with `-A` it would be better if it listed the minimum permissions needed to function.

I run the deno tasks build , and it creates a fold named dist. However , there is no index.html in the fold, even there is a file names main.tsx..there...

However , the key is in the new deno.json , I hope it will not show the warning

I have just created a project and I added an about.tsx page to test things out. So far in the about page I only have this code: ``` import React...

For example: This is my library, that required those import_map entries ``` "mtproto": "https://deno.land/x/[email protected]/mod.ts", "mtproto/": "https://deno.land/x/[email protected]/", "denoflate": "https://deno.land/x/[email protected]/mod.ts", "std/": "https://deno.land/[email protected]/", "aes": "https://esm.sh/[email protected]", ``` it works fine in deno cli, but...

When I run the build command it shows: ![image](https://user-images.githubusercontent.com/28849055/151107637-127adb27-798b-452f-8ac4-2178a9c74d05.png) The it fails because it can't read this file: ![image](https://user-images.githubusercontent.com/28849055/151107300-c5f815b2-f8ec-4da4-abe2-10d2736b56b9.png) Seems like it is formating wrong that path, when I run...

After the very quick fix of alephjs/esm.sh#181 by @ije (you are a living legend, thanks!), I now noticed that the `aleph build` commands does not exit after finishing, requiring a...

When I update a component file imported from page component, it is rendered correctly by HMR. However, when I reload the browser, the following warning appears in the browser console....

If you run the hello-world example in dev mode and make an edit to `examples/hello-world/style/index.css` (such as adding `background: blue;` on the main element), then it will apply immediately. But...