luminus-template
luminus-template copied to clipboard
a template project for the Luminus framework
sometimes i need to connect to sqlserver, now i use `clojure.java.jdbc ` also can work, but if the template support it will be useful
``` lein new luminus my-project +sqlite +sassc +site cd my-project lein run ``` result: ``` java.lang.Exception: Error loading /home/user/src/proj/my-project/project.clj at leiningen.core.project$read_raw$fn__8050.invoke (project.clj:1104) leiningen.core.project$read_raw.invokeStatic (project.clj:1098) leiningen.core.project$read_raw.invoke (project.clj:1094) leiningen.core.project$read.invokeStatic (project.clj:1115) leiningen.core.project$read.invoke (project.clj:1112)...
When creating a new luminus app with the following command: `lein new luminus my-app +reitit +re-frame +shadow-cljs +postgres` And running `lein uberjar` The compilation fails: ``` Compiling my-app.config Compiling my-app.core...
Hi there, After a long absence from Clojure I thought I would take a look at Dmitri's book and I've hit a peculiar problem after generating a new project as...
I created a vanilla luminus project via `lein new luminus myapp` just a few minutes ago. I use Intellij with Cursive to start a REPL (OpenJDK 14). After I started...
Creating a new luminus project using `lein new luminus new-project +cljs` produces a bug in the `new-project.routes.home` namespace. When the user runs `lein run` they will get this error: ```...
It seems there's a problem with the template when used with the `+boot` flag. When I type `boot run` I get the following error: ``` java.io.FileNotFoundException: Could not locate lumboot/env__init.class,...
Project was generated with: ```sh lein new luminus luminus-httpkit-figwheel +cljs +http-kit ``` Full output: ``` $ lein figwheel WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access...
This might not be very helpful for experienced Clojure developers and Luminus users but I believe this might save some time(and a bit of headache) for new Luminus users for...
## To reproduce ```console $ lein new luminus lumtest +http-kit $ cd lumtest $ lein repl user=> (start) user=> (stop) ``` ## Results ```console user=> (start) 2020-08-12 08:52:21,558 [nREPL-session-a1fbf890-d24b-4206-a536-cce6f5197ae8] INFO...